Query string parameters
The GBC query string parameters can be added to the application URL.
Name | Value | Description |
---|---|---|
browserMultiPage |
1 to enable 0 to disable (default) |
Start the application with the behavior caused by the browserMultipPage
UserInterface style attribute, where child programs started with a RUN ... WITHOUT
WAITING command display in a new browser tab. For more information on the browserMultiPage UserInterface style attribute, see the Genero Business Development Language User Guide. |
debugMode |
1 to enable 0 to disable (default) |
Activate the debug tools and make them available as icons in the chromebar. |
gbc | customization name | Select the customization to use when displaying the application. |
logPlayer |
1 to enable 0 to disable (default) |
Display the log player. |
recordGbcLog |
1 to enable 0 to disable (default) |
Record a log of the user interactions with the DVM for replay at a later time. |
theme | theme name | Force the theme to use when initially displaying the application. |
withRealImages |
1 to enable 0 to disable (default) |
Include real images (rather than a placeholder) with the log recording. |
For example, to launch the demo application using a customization named "sample" and with the debug tools activated:
http://localhost:6394/ua/r/gwc-demo?gbc=sample&debugMode=1