-->
Page 1 of 2

Documentation Typos

PostPosted: Sat Jan 02, 2016 7:30 pm
by Nick McBride
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.

Re: Documentation Typos

PostPosted: Sat Jan 02, 2016 8:06 pm
by Mmiscool
Thanks for the feed back. These have been fixed. :D

Re: Documentation Typos

PostPosted: Sat Jan 16, 2016 12:52 pm
by heckler
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

Re: Documentation Typos

PostPosted: Sat Jan 16, 2016 4:34 pm
by Mmiscool
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