Old 23rd July 2003, 19:40   #1
Afrow UK
Moderator
 
Afrow UK's Avatar
 
Join Date: Nov 2002
Location: Surrey, England
Posts: 8,434
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
Afrow UK is offline   Reply With Quote
Old 24th July 2003, 13:46   #2
ramon18
NSIS Dev
 
ramon18's Avatar
 
Join Date: Apr 2003
Location: Portugal
Posts: 110
You can use the "LISTBOX"
ramon18 is offline   Reply With Quote
Old 24th July 2003, 19:55   #3
Afrow UK
Moderator
 
Afrow UK's Avatar
 
Join Date: Nov 2002
Location: Surrey, England
Posts: 8,434
Ok, in the readme it says:
Quote:
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
Afrow UK is offline   Reply With Quote
Old 24th July 2003, 23:54   #4
ramon18
NSIS Dev
 
ramon18's Avatar
 
Join Date: Apr 2003
Location: Portugal
Posts: 110
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
ramon18 is offline   Reply With Quote
Old 25th July 2003, 10:28   #5
Afrow UK
Moderator
 
Afrow UK's Avatar
 
Join Date: Nov 2002
Location: Surrey, England
Posts: 8,434
I mean, with MULITISLECT & EXTENDEDSELCT you cannot have 0 items selected once you have clicked once in the list box.

-Stu
Afrow UK is offline   Reply With Quote
Old 25th July 2003, 13:30   #6
ramon18
NSIS Dev
 
ramon18's Avatar
 
Join Date: Apr 2003
Location: Portugal
Posts: 110
Try with the control key down while clicking the over selected item, it should deselect
ramon18 is offline   Reply With Quote
Reply
Go Back   Winamp & Shoutcast Forums > Developer Center > NSIS Discussion

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump