Simple listbox control for Salamander.Forms

We welcome any suggestions for new features or improvements in Altap Salamander. Please post one suggestion per report.
User avatar
otrov
Posts: 110
Joined: 10 Feb 2010, 04:39

Simple listbox control for Salamander.Forms

Post 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])