LabWindows/CVI

cancel
Showing results for 
Search instead for 
Did you mean: 

big listbox

I want to know if it's possible to handle the big list boxes. For example, if you get a big list box( it means with too much items to be displayed like a ring menu) a panel appears....but you can't localize that panel.Is it possible to handle or to avoid that panel ?
I want to programm it by myself?.
0 Kudos
Message 1 of 3
(2,669 Views)
Pierre,

I don't have the especifics for this case, but in general you could try to swallow the event and programm your own dialog. To swallow the event you just return any other value than 0 in the callback function.

By swallowing the event the control will not nottice that the user clicked or changed a value, thus it won't show de default dialog.

I hope this helps, otherwise let me know if you have other questions.

Regards,

Juan Carlos
N.I.
0 Kudos
Message 2 of 3
(2,669 Views)
It was what I was thinking for...but it's not very usefull. I hope for something else.

Thank you
0 Kudos
Message 3 of 3
(2,669 Views)