UI Commands

From UBot Studio
(Difference between revisions)
Jump to: navigation, search
(Created page with "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. [[U...")
 
 
(7 intermediate revisions by one user not shown)
Line 1: Line 1:
[[UI text box]]: creates a text box on the UI panel tied to a specific variable.
+
The '''UI Commands''' allow for easy customization the UI on compiled scripts.  
  
[[UI block text]]: creates a large text box on the UI panel tied to a specific variable.
+
[[File:ucommnew.jpg]]
  
[[UI check box]]: creates a check box on the UI panel tied to a specific variable.
+
== List of UI Commands ==
  
[[UI open file]]: creates an open file field on the UI panel tied to a specific variable.
+
*[[UI text box]]: creates a text box 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 block text]]: creates a large text box 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 check box]]: creates a check box 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 open file]]: creates an open file field 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 save file]]: creates a save file field 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 drop down]]: creates a drop down menu on the UI panel tied to a specific variable.
  
[[UI button]]: creates a button on the UI Panel that contains the runs the contained commands when clicked.
+
*[[UI list box]]: creates a list box on the UI panel tied to a specific variable.
  
[[UI html panel]]: allows you to build your own UI with html ''(Developer Edition Only)''
+
*[[UI stat monitor]]: creates a stat tracker on the UI panel tied to a specific variable.
  
[[UI splash page]]: allows you to navigate to a specific url once the bot is loaded ''(Developer Edition Only)''
+
*[[UI window]]: creates a menu item under the settings menu that displays the contained UI
  
[[UI remove branding]]: removed the "powered by link" on compiled bots ''(Developer Edition Only)''
+
*[[UI html window]]: creates a menu item under the settings menu that displays UI using HTML  ''(Developer Edition Only)''
  
[[UI foreground color]]: changes the foreground color on compiled bots ''(Developer Edition Only)''
+
*[[UI button]]: creates a button on the UI Panel that contains the runs the contained commands when clicked.
  
[[UI background color]]: changes the background color on compiled bots ''(Developer Edition Only)''
+
*[[UI html panel]]: allows you to build your own UI with html ''(Developer Edition Only)''
  
[[UI tab color]]: changes the tab color on compiled bots ''(Developer Edition Only)''
+
*[[UI log view]]: allows you to view details in the log file on the UI panel.

Latest revision as of 13:32, 20 February 2015

The UI Commands allow for easy customization the UI on compiled scripts.

Ucommnew.jpg

[edit] 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)
  • UI log view: allows you to view details in the log file on the UI panel.
Personal tools
Namespaces

Variants
Actions
Navigation
Toolbox