Listbox control by keyboard
simcacl
I could manage to write the code but I have a problem: I cannot to select a folder in the "first" listbox by using the keyboad arrow keys.
If I cut the part of the code to write the listbox for the wave I can use the keyboad arrow keys.
Any hints are much appreciated.
I am using IP 6.22A on a MB Pro.
Thanks
Simone
August 19, 2012 at 10:57 am - Permalink
If i remove the part after
" /// It creates a the wave "list_waves" with the wave in the selected folder """
I can select the folder in the first listbox with eyboad arrow keys but I can't to list the waves in the second listbox
August 19, 2012 at 02:26 pm - Permalink
//
ListBox list_wave ,pos={300,13},size={273,241}, fsize=12, listwave=list_waves, mode=1, proc=procedura_list_wave
//
//
takes the focus away from the folder list.
That statement is unnecessary because it is executed in the Panel function and does not need to be executed again, so you can remove it.
August 19, 2012 at 07:01 pm - Permalink
It works now!!
August 19, 2012 at 10:04 pm - Permalink