Multiple Select List Box
#1
Posted 03 March 2011 - 06:23 PM
#2
Posted 03 March 2011 - 07:48 PM
Dog eaten your Help file?
Look at the example for _GUICtrlListBox_GetSelItems and you will see exactly what you have asked for.
M23
Toast - Small GUIs which pop out of the Systray - Marquee - Scrolling tickertape GUIs
Scrollbars - Automatically sized scrollbars with a single command - GUIFrame - Subdivide GUIs into many adjustable frames
GUIExtender - Extend and retract multiple sections within a GUI - NoFocusLines - Remove the dotted focus lines from buttons, sliders, radios and checkboxes
ChooseFileFolder - Single and multiple selections from specified path tree structure - - Notify - Small notifications on the edge of the display
RecFileListToArray - An alternative to _FileListToArray with user-defined include/exclude masks, maximum recursion level, sorting and displayed path options
GUIListViewEx - Insert, delete, move, drag and sort ListView items
#3
Posted 03 March 2011 - 08:50 PM
Thanks for the reply. No about the dogs, they don't eat binary. I was looking at that very help item when you posted. Unfortunately, I'm stuck at trying to increase the number of items in the list to 37. Even though I lengthen the window, and list the items, it seems to be stuck at allowing only 22 items. That is, the window lengthens and the list displays on a white field, but that "field" doesn't lengthen with the window, and is stuck at 22 items. Ideas?
#4
Posted 03 March 2011 - 08:58 PM
Add the $WS_VSCROLL style to the ListBox to get a scroll bar so you can see the extra items.
You will need to #include <WindowsConstants.au3> as well.
M23
Toast - Small GUIs which pop out of the Systray - Marquee - Scrolling tickertape GUIs
Scrollbars - Automatically sized scrollbars with a single command - GUIFrame - Subdivide GUIs into many adjustable frames
GUIExtender - Extend and retract multiple sections within a GUI - NoFocusLines - Remove the dotted focus lines from buttons, sliders, radios and checkboxes
ChooseFileFolder - Single and multiple selections from specified path tree structure - - Notify - Small notifications on the edge of the display
RecFileListToArray - An alternative to _FileListToArray with user-defined include/exclude masks, maximum recursion level, sorting and displayed path options
GUIListViewEx - Insert, delete, move, drag and sort ListView items
#5
Posted 03 March 2011 - 09:33 PM
My next challenge is to set the list as elements in an array. I've seen a function to do that, so I'm hoping this wasn't quite as overwhelming as I thought it would be. Next quarter I'll be taking my first programming class (Visual Basic) so I'm hoping that will help me pull things together in the scripting world.
I'm grateful for your help.
0 user(s) are reading this topic
0 members, 0 guests, 0 anonymous users




