Reference: GUIs

GUI command table

viz module commands for adding GUI elements

<viz>.addButtonLabel

<viz>.addCheckbox

<viz>.addButton

<viz>.addButtonLabel

<viz>.addDropList

<viz>.addRadioButton

<viz>.addSlider

<viz>.addText

<viz>.addTextbox

<viz>.setTheme

node3d commands for working with GUIs

NOTE: GUI elements inherit generic node3d commands as well

 

<node3d:GUI>.disable

<node3d:GUI>.enable

<node3d:GUI>.getFocus

<node3d:GUI>.getLength

<node3d:GUI>.setFocus

<node3d:GUI>.setLength

<node3d:GUI>.setTheme

 

<node3d:GUI:button>.downpicture

<node3d:GUI:button>.get

<node3d:GUI:button>.set

<node3d:GUI:button>.uppicture

 

<node3d:GUI:buttonlabel>.get

<node3d:GUI:buttonlabel>.overflow

 

<node3d:GUI:droplist>.addItem

<node3d:GUI:droplist>.addItems

<node3d:GUI:droplist>.clearItems

<node3d:GUI:droplist>.getItem

<node3d:GUI:droplist>.getItemCount

<node3d:GUI:droplist>.getItems

<node3d:GUI:droplist>.getSelection

<node3d:GUI:droplist>.overflow

<node3d:GUI:droplist>.removeItem

<node3d:GUI:droplist>.select

 

<node3d:GUI:progressbar>.get

<node3d:GUI:progressbar>.length

<node3d:GUI:progressbar>.set

 

<node3d:GUI:slider>.barpicture

<node3d:GUI:slider>.dragging

<node3d:GUI:slider>.get

<node3d:GUI:slider>.horizontal

<node3d:GUI:slider>.margin

<node3d:GUI:slider>.set

<node3d:GUI:slider>.tickpicture

<node3d:GUI:slider>.ticksize

<node3d:GUI:slider>.vertical

 

<node3d:GUI:textbox>.getCursorPos

<node3d:GUI:textbox>.length

<node3d:GUI:textbox>.overflow

<node3d:GUI:textbox>.setCursorPos

vizinfo commands for organizing GUI elements

<vizinfo>.add

<vizinfo>.alignment

<vizinfo>.bgcolor

<vizinfo>.bordercolor

<vizinfo>.drag

<vizinfo>.expand

<vizinfo>.icon

<vizinfo>.message

<vizinfo>.messagecolor

<vizinfo>.scale

<vizinfo>.shrink

<vizinfo>.title

<vizinfo>.titlebgcolor

<vizinfo>.titlecolor

<vizinfo>.translate

<vizinfo>.visible

Actions for GUI events

<vizact>.onbuttondown

<vizact>.onbuttonup

<vizact>.onlist

<vizact>.onslider

Task conditions for GUI events

<viztask>.waitButtonDown

<viztask>.waitButtonUp

See also

In this section:

User interface basics

GUI elements

Getting data from GUI elements

GUI appearance

vizinfo

vizmenu

vizinput

vizdlg

vizconfig

viztip

Displaying HTML

GUI command table

Other sections:

Event Basics

Action basics

Text node basics

Example scripts:

vizInfo

vizMenu

Prompt