Project Home
Project Home
Trackers
Trackers
Documents
Documents
Wiki
Wiki
Discussion Forums
Discussions
Project Information
Project Info
BroadcastCommunity.qnx.com will be offline from May 31 6:00pm until June 2 12:00AM for upcoming system upgrades. For more information please go to https://community.qnx.com/sf/discussion/do/listPosts/projects.bazaar/discussion.bazaar.topc28418
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).?