Print Page | Close Window

CXTPTaskPanel Keyboard navigation

Printed From: Codejock Forums
Category: Codejock Products
Forum Name: Toolkit Pro
Forum Description: Topics Related to Codejock Toolkit Pro
URL: http://forum.codejock.com/forum_posts.asp?TID=1392
Printed Date: 10 November 2024 at 3:45pm
Software Version: Web Wiz Forums 12.04 - http://www.webwizforums.com


Topic: CXTPTaskPanel Keyboard navigation
Posted By: aaxemen
Subject: CXTPTaskPanel Keyboard navigation
Date Posted: 09 November 2004 at 11:26pm

Is it possible to fill a CXTPTaskPanel with LinkItems and then let the keyboard select one of the items?

 

Thanks,
Jeff




Replies:
Posted By: Sven
Date Posted: 10 November 2004 at 4:09am
Yes, CXTPTaskPanel has a nice keyboard control. You can <tab> through the items and select (open) an item with <space>.


Posted By: aaxemen
Date Posted: 10 November 2004 at 9:36am
Then I must be doing something wrong. I have a CXTPTaskPanel with a couple of controls in it, and then a number of LinkItems. It lives in a CXTPDockingPane so I override PreTranslateMessage and call IsDialogMessage to get keyboard navigation between controls. I can tab between my controls, but not to any of the LinkItems.


Posted By: Sven
Date Posted: 11 November 2004 at 3:39am
I guess the keyboard navigation with PreTranslateMessage/IsDialogMessage conflicts with the internal CXTPTaskPanel navigation. Maybe Oleg can help here.


Posted By: aaxemen
Date Posted: 11 November 2004 at 5:08pm

I created the same problem with a simple dialog application that has a CXTPTaskPanel inside of it, along with the OK and Cancel buttons. Inside the taskPanel I have a group that contains an edit control and some other groups containing linkItems.

If I create the taskPanel with the extended style WS_EX_CONTROLPARENT then the tabbing includes the dialogs buttons and the edit control. If I remove  WS_EX_CONTROLPARENT then the tabbing includes the buttons and the items inside the taskPanel.

How can I include both the edit control and the linkItems?

-Jeff




Print Page | Close Window

Forum Software by Web Wiz Forums® version 12.04 - http://www.webwizforums.com
Copyright ©2001-2021 Web Wiz Ltd. - https://www.webwiz.net