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 browserMultiPage
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. |
contextmenu |
1 to enable 0 to disable (default) |
Display the Genero context menu rather than the browser context menu. For more details, go to Display the Genero context menu. |
debugmode |
1 to enable 0 to disable (default) |
Activate the debug tools and make them available as icons in the chromebar. For an example, go to Start in debug mode. |
gbc | customization name | Select the customization to use when displaying the application. For examples, go to Selecting customizations and themes |
logplayer |
1 to enable 0 to disable (default) |
Display the log player. For an example, go to Replay a GBC log. |
noquitpopup |
1 to enable 0 to disable (default) |
Disables the pop-up displayed when closing the browser with a running GBC. |
recordgbclog |
1 to enable 0 to disable (default) |
Record a log of the user interactions with the DVM for replay at a later time. For an example, go to Record a GBC log. |
setlng | language code | Set a language for the application to avoid changing the language setting in the parameter window. |
theme | theme name | Force the theme to use when initially displaying the application. For examples, go to Selecting customizations and themes |
withrealimages |
1 to enable 0 to disable (default) |
Include real images (rather than a placeholder) with the log recording. For an example, go to Record a GBC log. |
For example, to launch the demo application using a
customization named "sample" and with the debug tools activated, enter the URL for your GAS:
- GAS 5.00 and greater
-
http://localhost:6394/ua/r/demo?gbc=sample&debugmode=1
- GAS prior to 5.00
-
http://localhost:6394/ua/r/gwc-demo?gbc=sample&debugmode=1