05-30-2012 07:14 AM
Hi,
I'm using multiple pages in my VI. I want to assign some keys as shortcut key to switch pages. how can i do that...???
Thank you,
sushmith
05-30-2012 07:26 AM
Stick to a single thread
You don't want to use the tabs at the top of the tab control? If no how you want to navigate through the pages sequentialy or randomlly?.
You can create a Enum control same as your tabs and wire that to the value property node of the tab control. So depending on the selction of the Enum the pages will get selected.
05-30-2012 08:05 AM
You can create keyboard shortcuts to virtually anything by using the event structure key down event and coding what you want done on each key. I consider this part of any well designed GUI.