Afrow UK
23rd July 2003 20:40 UTC
MultiLine text boxes idea
I was wondering if you could add some flags that would...
1. Change it so that multiline text box works like the LogWindow (lines are like selectable/deletable items).
2. Allow the user to delete one or more of these items from the list.
This would be nice.
-Stu
ramon18
24th July 2003 14:46 UTC
You can use the "LISTBOX"
Afrow UK
24th July 2003 20:55 UTC
Ok, in the readme it says:
MULTISELECT: Used by "Listbox" controls. Turns string selection on or off each time the user clicks or double-clicks a string in the list box. The user can select any number of strings. If this flag and EXTENDEDSELCT are not specified, only one item can be selected from the the list.
But, there is no way to unselect an item once the user has selected it (as in an item has to always be selected in the list).
-Stu
ramon18
25th July 2003 00:54 UTC
You wrong, the user is able to select and unselect items
if you have required items, you should verify on custom page leave, ex:
[Field 1]
Type=Listbox
Text=Listbox
Left=30
Right=110
Top=22
Bottom=81
ListItems=One|Two|Third
Flags=MULTISELECT
if EXTENDEDSELCT used, try press CONTROL while selecting items, for me works like a charm
cyas
Ramon
Afrow UK
25th July 2003 11:28 UTC
I mean, with MULITISLECT & EXTENDEDSELCT you cannot have 0 items selected once you have clicked once in the list box.
-Stu
ramon18
25th July 2003 14:30 UTC
Try with the control key down while clicking the over selected item, it should deselect