Page 1 of 1

Simple listbox control for Salamander.Forms

Posted: 12 Jun 2013, 21:10
by otrov
I guess for simplicity sake, Salamander.Forms in Automation plugin, lacks some common controls like:
  • radio buttons
  • combobox
  • listbox
All these controls, on simple level, can be replaced by listbox control with ability to select only one item. It will allow mimicking each of those.

For example:

Code: Select all

Salamander.Forms.Listbox([comma separated list of values])
or

Code: Select all

Salamander.Forms.Listbox([comma separated list of values], [listbox height: number of visible lines])