General area when it fits no where else

Moderator: Mmiscool

User avatar
By Nick McBride
#37742 I'd like to point out the following typos that need adjusted within your documentation on the website:

Under Hardware Interface Commands:
Within the PWO section, the commands seem to be a cut and paste from "po", but the command "pwo" needs to be used, not "po"

Within the PWI section, the same thing applies. Needs to say "pwi" where it just says "pi"


Under Web Interface Commands:
Within the IMAGE section, the command is the "button" command. Not sure if that's intentional or not.

That's all I've run across for now.
User avatar
By heckler
#38988 Hey Mike,

DROPDOWN:
The selected item will be placed in to the variable.
dropdown {Item list seperated by commas} {var name}
example
​dropdown "One,Two,Three" bla


LISTBOX:
The selected item will be placed in to the variable.
dropdown {Item list seperated by commas} {var name} {Height in items}
example
​dropdown "One,Two,Three" bla 5


what is the difference between LISTBOX and DROPDOWN ???

does this need to be cleaned up or corrected in the documentation??

dwight
User avatar
By Mmiscool
#39005 A drop down will produce a drop down control.

A list box works like a drop down but the height in number of items can be set. It will show a list that can be selected from.

I should take some screen shots of each of the gui widgets and put them next to each one of the items.


lists.gif
You do not have the required permissions to view the files attached to this post.