|
|
|
|
|
- Displaying the Widget window
WidgetDisplay (Function) In french: WidgetAffiche Refreshes a Widget window and runs the "Refresh widget" event.
WidgetDisplay(WIN_Widget1)
// "Refresh the WIN_Widget widget" event // Refreshes the APT RefreshAPT() WidgetDisplay(WIN_Details)
Syntax
WidgetDisplay([<Window used>])
<Window used>: Optional window name Name of the Widget window to be refreshed. Remarks Displaying the Widget window Widget windows are displayed by the process that manages the device's home screen. The refresh of the display is not performed permanently but in the following cases only: - After adding a new instance of the widget to the Home screen.
- After clicking the widget (or one of its controls).
- When the content of the widget is updated.
WidgetDisplay forces the display to be refreshed. This function also runs the "Refresh widget" event in the Widget window. Business / UI classification: UI Code
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|