SalApplication
PPJ.Runtime.Windows.SalApplication
Last updated
PPJ.Runtime.Windows.SalApplication
Last updated
Namespace: PPJ.Runtime.Windows
Assembly: PPJ.Runtime.49 (4.9.0.0)
Base class for SAL applications.
Default constructor.
Constructs a new SalApplication instance and processes the startup arguments.
args
: Returns the type of the application.
Increase the reference count for the application object. It is called every time a new SalForm is created.
form
Enables skinning for the form.
form
Enables skinning for the control.
control
children
Queue the object to be disposed at the next idle notification.
obj
Disables input to all open forms. Use SalAppDisable and SalAppEnable when there are multiple applications running simultaneously and you want to control which application receives user input.
Enables input to all open forms that were disabled by SalAppDisable. Use SalAppDisable and SalAppEnable when there are multiple applications running simultaneously and you want to control which application receives user input.
Stops all tracing. Any calls to SalTrace() occurring after SalEndTrace() will be ignored.
Finds a visible top-level window for the specified application. its window handle.
name
activate
Retrieves the integer value of an entry in the specified section of an initialization file or registry.
section
entry
defaultValue
fileName
section
entry
defaultValue
value
fileName
Generate an idle cycle.
Registers a control to receive the specified message when there is an idle state.
ctrl
Target control on which to execute the call.
msg
wParam
lParam
Stops sending idle messages to a control.
ctrl
Target control on which to execute the call.
Starts an application.
name
args
name
mode
retCode
name
mode
retCode
Loads the specified skin file. When loading a skin file, skinning is enabled automatically.
path
Loads the specified skin file from the application's embedded resources. When loading a skin file, skinning is enabled automatically.
name
Loads the specified skin file from the assembly's embedded resources. When loading a skin file, skinning is enabled automatically.
assembly
name
Pauses the application for the specified number of milliseconds while dispatching messages.
usec
Forces the termination of the application.
Decreases the reference count for the application object. When the count drops to zero (or below if there is a bug), the application exits. It is called every time a Sal form is destroyed. This should emulate SAL application's behavior with respect to top level windows. When the last form is destroyed the app exits.
form
Disables skinning for the form.
form
Disables skinning for the control.
control
children
Main method to startup a SAL application. The SAL application class that extends SalApplication should call this method in the application's Main method. Example:
args
Set the value of an entry in the specified section of an initialization file or registry. All profile information is stored as string, so if you want to store an integer it must be converted to a string first. Then it can be retrieved as an integer using the SalGetProfileInt- Function .
section
The section heading.
entry
The entry whose associated value is being set.
value
The value of sEntry.
fileName
The name of the initialization file or company name depending on the settings made using the SalUseRegistry function. If you are searching for an INI file and do not specify the full path, searches for the file in the Windows subdirectory.
Allows tracing to begin.
outputType
traceFile
clear
Outputs a string to the trace output target selected earlier in the SalStartTrace function. Note that if tracing is not already activated, this function will return TRUE even though no trace action is taken. When writing to the event log, the severity level is kept in numeric form. When writing to any other output target, it is translated into a text string such as "Warning".
severity
text
Enables logging of unhandled exceptions in the event log.
useLog
logAndcontinue
This function is used to re-direct all SalProfile* functions to use the Registry. All values for the SalProfile* functions are saved as strings. The INI file name used as the last parameter of the SalProfile* functions will be used as the application name. The resulting path will be: \HKEY_CURRENT_USER\Software<company name><application name><section><setting>\
useRegistry
companyName
: Returns the company of the application loaded from the AssemblyCompany attribute;
: Returns the default printer settings. This is set by SalPrt
: Global autoscaling factor used for all forms in the application. It is empty by default. In which case the standard scaling is used.
: Returns the instance of the application
: Enables/Disables the skinning of the entire application.
: Returns the threading model.
: Returns the title of the application loaded from the AssemblyTitle attribute;
: Returns a list of all top-level forms that belong to this application.
: Returns the value of the internal property Control.UseCompatibleTextRendering.
: Returns the version of the framework.
: Returns the thread-safe instance of the VisualStyler component. VisualStyler can be used directly to set advanced properties.
: Enables disables Windows visual styles.
Deprecated: This property has been deprecated. Use SalApplication.VisualStyles. : Enables disables XP visual styles.
Returns: . Updated reference count
Returns: . bOk
Returns: . bOk
Returns: .
Returns: . hWnd
Returns: .
Returns: .
Returns: . bOk
Returns: .
Returns: .
Returns: .
Returns: .
Returns: .
Returns: .
Returns: .
Returns: . bOk
Returns: .
Returns: .
Returns: .
Returns: . bOk
Fired when the loaded skin changes.