UserInterface style attributes
UserInterface presentation style attributes define general options related to the application user interface.
Attribute | GDC | GBC | GMA | GMI |
---|---|---|---|---|
androidKeepForeground An Androidâ„¢ app can switch between foreground to background states. By default, when the app goes to background state, a notification is shown by GMA to give a higher priority to the app, and to prevent Android stopping the app if resources are required for other apps. The notification disappears, when the app returns to foreground state. Use the
Values can be:
Important: When using androidKeepForeground=no , GMA will no longer
use a notification to keep the app in foreground, and Android may stop the app at any time. |
N/A | N/A | Yes (see note) | N/A |
browserMultiPage Defines whether subsequent
This style only works if the application having this style is the first of the session. This style requires the Genero Application Server 3.00.22 or greater. Values can be:
See also Window container interfaces. |
N/A | Yes | N/A | N/A |
reverse Global configuration option to display forms in reverse mode and enable right to left input, for right-to-left language support. Values can be:
|
N/A | Yes | N/A | N/A |