UI Commands
From UBot Studio
(Difference between revisions)
Line 20: | Line 20: | ||
*[[UI window]]: creates a menu item under the settings menu that displays the contained UI | *[[UI window]]: creates a menu item under the settings menu that displays the contained UI | ||
+ | |||
+ | *[[UI html window]]: creates a menu item under the settings menu that displays UI using HTML ''(Developer Edition Only)'' | ||
*[[UI button]]: creates a button on the UI Panel that contains the runs the contained commands when clicked. | *[[UI button]]: creates a button on the UI Panel that contains the runs the contained commands when clicked. | ||
*[[UI html panel]]: allows you to build your own UI with html ''(Developer Edition Only)'' | *[[UI html panel]]: allows you to build your own UI with html ''(Developer Edition Only)'' |
Revision as of 14:06, 11 April 2013
The UI Commands allow for easy customization the UI on compiled scripts.
List of UI Commands
- UI text box: creates a text box on the UI panel tied to a specific variable.
- UI block text: creates a large text box on the UI panel tied to a specific variable.
- UI check box: creates a check box on the UI panel tied to a specific variable.
- UI open file: creates an open file field on the UI panel tied to a specific variable.
- UI save file: creates a save file field on the UI panel tied to a specific variable.
- UI drop down: creates a drop down menu on the UI panel tied to a specific variable.
- UI list box: creates a list box on the UI panel tied to a specific variable.
- UI stat monitor: creates a stat tracker on the UI panel tied to a specific variable.
- UI window: creates a menu item under the settings menu that displays the contained UI
- UI html window: creates a menu item under the settings menu that displays UI using HTML (Developer Edition Only)
- UI button: creates a button on the UI Panel that contains the runs the contained commands when clicked.
- UI html panel: allows you to build your own UI with html (Developer Edition Only)