Print Page | Close Window

Bug in keyboard navigator

Printed From: Codejock Forums
Category: Codejock Products
Forum Name: Docking Pane
Forum Description: Topics Related to Codejock Docking Pane
URL: http://forum.codejock.com/forum_posts.asp?TID=7019
Printed Date: 15 May 2024 at 2:47am
Software Version: Web Wiz Forums 12.04 - http://www.webwizforums.com


Topic: Bug in keyboard navigator
Posted By: znakeeye
Subject: Bug in keyboard navigator
Date Posted: 30 April 2007 at 11:05pm

In CMyMDIFrame::OnCreate() I call:
m_paneManager.EnableKeyboardNavigate(xtpPaneKeyboardUseAll);
 
Now, if I press CTRL+TAB multiple times the selection goes through the list of "Active Files" and then continues through the list of "Active tool windows". This is wrong! In VS 2005 you have to press CTRL+ARROW in order to alternate between the columns.
 
Quite annoying actually
Do you have a fix? Thanks!



Replies:
Posted By: Oleg
Date Posted: 03 May 2007 at 5:32am
Hello,
 
hmm. strange.
I can't reproduce it with our GUI_VisualStudio sample.
Please try it with our sample


-------------
Oleg, Support Team
CODEJOCK SOFTWARE SOLUTIONS


Posted By: znakeeye
Date Posted: 04 May 2007 at 2:46pm

Lol, I actually found another bug instead. Though, I could not reproduce the ctrl+tab issue. What may I be doing wrong in my application?

Anyway, the new bug is that any closed pane still appears in the ctrl+tab window. This is not the case in VS 2005.


Posted By: znakeeye
Date Posted: 04 May 2007 at 6:55pm
I found the error cause!
 
If I place CXTPDockingPaneManager in CMainFrame, the ctrl+tab behavior is correct. However, if I place it in a sub-frame in my CXTPTabClientWnd, I get the above ctrl+tab error.
 
Ok, so two bugs have been found.


Posted By: Oleg
Date Posted: 07 May 2007 at 8:08am
Subframe doesn't have MDI childs at all. its designed behavior for SDI/MDI childs frames.

-------------
Oleg, Support Team
CODEJOCK SOFTWARE SOLUTIONS


Posted By: znakeeye
Date Posted: 07 May 2007 at 11:00am
What about the other issue regarding the panes showing up in the navigator even though they have been closed?


Posted By: Oleg
Date Posted: 07 May 2007 at 12:51pm
Hello,
 
Its designed. If you don't want show them - disable them using SetEnabled method.


-------------
Oleg, Support Team
CODEJOCK SOFTWARE SOLUTIONS


Posted By: znakeeye
Date Posted: 08 May 2007 at 1:48pm
Hi,
 
If that's designed, then I guess it is correct behavior. However, I find it peculiar that a _closed_ pane still appears.



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