Codejock Forums Homepage
Forum Home Forum Home > Codejock Products > Visual C++ MFC > Task Panel
  New Posts New Posts RSS Feed - Tab problem in TaskPanel Child windows
  FAQ FAQ  Forum Search   Events   Register Register  Login Login

Tab problem in TaskPanel Child windows

 Post Reply Post Reply
Author
Message
kylechen View Drop Down
Groupie
Groupie


Joined: 29 November 2004
Status: Offline
Points: 57
Post Options Post Options   Thanks (0) Thanks(0)   Quote kylechen Quote  Post ReplyReply Direct Link To This Post Topic: Tab problem in TaskPanel Child windows
    Posted: 20 April 2007 at 4:20pm
 
I'd like to tab through all controls in all opened task panel group but always failed. Please note, these tab group contains one child window(derived from dialog) to hold all controls. If I set the child's "control" and/or "control parent" properties to TRUE, after I tab serveral times, the program will freeze there (You can test it with your sample program). If I set both properties to FALSE, the tab order will be limited inside one group.
 
The ideal tab order would be 1->2->3->4->5->6->7->... If it can't be done, the 1->2->6->7->... is acceptable.
 
Please help me out, many thanks.
Back to Top
kylechen View Drop Down
Groupie
Groupie


Joined: 29 November 2004
Status: Offline
Points: 57
Post Options Post Options   Thanks (0) Thanks(0)   Quote kylechen Quote  Post ReplyReply Direct Link To This Post Posted: 24 April 2007 at 5:34am
anybody any idea?
Back to Top
Oleg View Drop Down
Admin Group
Admin Group


Joined: 21 May 2003
Location: United States
Status: Offline
Points: 11234
Post Options Post Options   Thanks (0) Thanks(0)   Quote Oleg Quote  Post ReplyReply Direct Link To This Post Posted: 24 April 2007 at 7:22am
Hello,
 
Afraid now you can only Pretranslate tab key and manually set focus to controls you need.
Oleg, Support Team
CODEJOCK SOFTWARE SOLUTIONS
Back to Top
kylechen View Drop Down
Groupie
Groupie


Joined: 29 November 2004
Status: Offline
Points: 57
Post Options Post Options   Thanks (0) Thanks(0)   Quote kylechen Quote  Post ReplyReply Direct Link To This Post Posted: 07 September 2007 at 10:23am
 Yes, thanks to oleg, I've solved it using PreTranslate... but still wish it could be implemented in new release some day.
Back to Top
 Post Reply Post Reply
  Share Topic   

Forum Jump Forum Permissions View Drop Down

Forum Software by Web Wiz Forums® version 12.04
Copyright ©2001-2021 Web Wiz Ltd.

This page was generated in 0.172 seconds.