Codejock Forums Homepage
Forum Home Forum Home > Codejock Products > Visual C++ MFC > Docking Pane
  New Posts New Posts RSS Feed - Ctrl+Tab navigator doesn't show
  FAQ FAQ  Forum Search   Events   Register Register  Login Login

Ctrl+Tab navigator doesn't show

 Post Reply Post Reply
Author
Message
znakeeye View Drop Down
Senior Member
Senior Member
Avatar

Joined: 26 July 2006
Status: Offline
Points: 1672
Post Options Post Options   Thanks (0) Thanks(0)   Quote znakeeye Quote  Post ReplyReply Direct Link To This Post Topic: Ctrl+Tab navigator doesn't show
    Posted: 07 March 2007 at 4:24pm
Hi,
 
I can't get the Ctrl+Tab navigator working. This is what I do in CMainFrame::OnCreate():
 
m_paneManager.InstallDockingPanes(this);
m_paneManager.SetTheme(xtpPaneThemeVisualStudio2005);
m_paneManager.EnableKeyboardNavigate();
Nothing happens when I press Ctrl+Tab or ALT+F7. What could be wrong? The only difference between your sample and my MDI application is that I'm using a ribbon. Does this somehow interfere with the navigator?
 
Also, some of my MDI frames have their own m_paneManager.
 
Any ideas?
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: 08 March 2007 at 6:06am
Hi,
 
try to set breakpoint in CXTPDockingPaneKeyboardHook::KeyboardProc and check if it executed.
Oleg, Support Team
CODEJOCK SOFTWARE SOLUTIONS
Back to Top
znakeeye View Drop Down
Senior Member
Senior Member
Avatar

Joined: 26 July 2006
Status: Offline
Points: 1672
Post Options Post Options   Thanks (0) Thanks(0)   Quote znakeeye Quote  Post ReplyReply Direct Link To This Post Posted: 08 March 2007 at 2:50pm

I have no panes attached. This means that CTPDockingPaneWindowSelect::Reposition() returns FALSE.

This is a bug. Just verified in VS2005, and it behaves correctly even if I have no panes attached.
 
I just want this Tab Navigator for my views. Is that possible?
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: 09 March 2007 at 2:41am

Hello,

Yes, it was designed to use only with panes, we will change it.
Just curious how do you test it with VS2005?
Oleg, Support Team
CODEJOCK SOFTWARE SOLUTIONS
Back to Top
znakeeye View Drop Down
Senior Member
Senior Member
Avatar

Joined: 26 July 2006
Status: Offline
Points: 1672
Post Options Post Options   Thanks (0) Thanks(0)   Quote znakeeye Quote  Post ReplyReply Direct Link To This Post Posted: 09 March 2007 at 3:53pm
Not much of a test actually. I simply close all panes. Then no panes are shown in the Ctrl+Tab navigator. I'm also curious... when will 10.5 be released?
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: 12 March 2007 at 2:06am
Hi,
 
We plan to release in beginning of April.
Oleg, Support Team
CODEJOCK SOFTWARE SOLUTIONS
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.