UI window

From UBot Studio
Revision as of 16:15, 3 January 2013 by LillyT (Talk | contribs)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

This command is a UI Command. This command will allow you to create a settings window that you can find under the settings drop down in UBot Studio. You can place other UI commands within the UI window command instead of the arranging them on the UI.

Example


navigate("http://www.ubotstudio.com/playground/simple-form", "Wait")
ui window("Settings") {
    ui text box("name:", #name)
}
type text(<username field>, #name, "Standard")

Running the command types the value of the UI text box in the UI window into the specified field.


File:Uiwindow.png

Personal tools
Namespaces

Variants
Actions
Navigation
Toolbox