Listbox control by keyboard
| August 19, 2012 - 09:57 | |||
|---|---|---|---|
|
|
|||
| simcacl | August 19, 2012 - 13:26 | ||||||
|---|---|---|---|---|---|---|---|
|
Here the procedure that I wrote.
|
|||||||
| August 19, 2012 - 18:01 | |||
|---|---|---|---|
|
The problem is that this statement in proc_list_folder: // // 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. |
|||

Joined: 2012-08-19
Location: Italy
I' d like to write a procedure to create a panel with two listbox: the first with a list of the primary folders and in the second with the waves that are located in the folder selected in the first listbox.
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