Package ilcd
Class Memory
Public Method setViewScreen
static void setViewScreen(int screen)
Throws:
_INSERT_METHOD_SIGNATURE_HERE_
Description:
Parameter |
Range |
Description |
screen |
M, 0 ... number of screens - 1 |
index of the view screen (M = main screen) |
Selects the screen with index screen as the current view screen.
Note
- When changing the view screen, its content is displayed immediately.
- In case of a touchscreen event, only touch fields defined on the currently active view screen are evaluated. Where touch fields are defined is dependent on the active draw screen when the method is carried out.
- If screen index was never activated as a draw screen before or index exceeds the available screens, a runtime exception will occure.
- The default value for screen is 'M' (main screen). It will be automatically set to default on startup and by the methods General.resetAll() or General.rebootPanelController().
Sets screen 3 as view screen and shows its content on the display.
See also:
Copyright © demmel products gmbh. All rights reserved.