Project Home
Project Home
Trackers
Trackers
Documents
Documents
Wiki
Wiki
Discussion Forums
Discussions
Project Information
Project Info
Forum Topic - arrow keys and behaviour of toogle button ,combo box and text label: (1 Item)
   
arrow keys and behaviour of toogle button ,combo box and text label  
Hi ,

I have a list of toggle buttons ,combo boxes and text labels. Below given is the arrangement of widgets
in a ptWindow. I enabled pt_ENABLE_CUA and pt_ENABLE_CUA_ARROW  so that arrow key parsing is allowed in the container.

    TB1  CB1  TL1
    TB2  CB2  TL2
    TB3  CB3  TL3
 Suppose  TB1 is the current selection ; If I press right arrow key (in the key board) . control goes to which widget?
What is the order of navigation using these arrow keys(up,down,left,right).?