Platforms | All |
Value | 0 or positive number |
Default | 4 |
Note: | The number of canvases an application uses at any one time impacts the management of repaints. Set the project.runtime.uses.threaded.repaint property to handle the load. |
Platforms | All |
Value | Numeric value |
Default | 1 |
Platforms | Android iOS |
Value | true if you want the status bar visible. false if you do not want the status bar visible. |
Default | Depends on whether the application uses the Native user interface library (com.softwareag.mobile.runtime.nui) for its user interface: If an application uses the NativeUI library, the default is true. If an application does not use the NativeUI library, the default is false. |
Note: | To manage repaint actions, you might also need to specify the number of canvases allowed in your mobile application. For more information, see the project.runtime.canvas.total property. |
Platforms | All |
Value | true if you want the application to use a secondary thread for the repaint calls. false if you want the application to use the application thread for repaint calls. |
Default | false |