03-25-2009 06:08 AM
HI,
I wanted to know whether it is possible to select multiple items in a listbox without using ctrl key or shift key. I am writing a code for a touch screen application and want to enable the user to select multiple entries in a listbox.
I saw a similar post which had a solution for a tree control. Is it possible to do the same for a listbox control too?
-Pavitra
Solved! Go to Solution.
03-25-2009 06:55 AM
hi Pavitra,
I have tryed what u want.Selecting no. of values and deselecting in listbox is working but when u delecte last value u want double click on that value
try this VI
03-25-2009 06:59 AM
HI Santhosh,
Thanks for the reply.
Unfortunately, I cannot access this VI coz i am working on Labview 8. Is it possible for you to send me this vi as Labview 8 version.
Regards,
Pavitra
03-25-2009 07:01 AM - edited 03-25-2009 07:03 AM
HI
For listbox what you can do it use Symbol (Right click on listbox > Visible Items > Symbols), when user click on any field you can change the symbol of that
So using this you can find which items are selected
Hope this helps
Regards
Santosh
03-25-2009 07:12 AM
I already tried the symbol option. It isnt working.
Could you send a screen-shot of the code for the VI u posted?
03-25-2009 07:18 AM
03-25-2009 07:26 AM
HI
Please find attached snapshot for symbols
03-25-2009 07:32 AM
03-25-2009 07:34 AM
03-25-2009 07:37 AM