Ctrl+Tab navigator doesn't show |
Post Reply |
Author | |
znakeeye
Senior Member Joined: 26 July 2006 Status: Offline Points: 1672 |
Post Options
Thanks(0)
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?
|
|
Oleg
Admin Group Joined: 21 May 2003 Location: United States Status: Offline Points: 11234 |
Post Options
Thanks(0)
|
Hi,
try to set breakpoint in CXTPDockingPaneKeyboardHook::KeyboardProc and check if it executed.
|
|
Oleg, Support Team
CODEJOCK SOFTWARE SOLUTIONS |
|
znakeeye
Senior Member Joined: 26 July 2006 Status: Offline Points: 1672 |
Post Options
Thanks(0)
|
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?
|
|
Oleg
Admin Group Joined: 21 May 2003 Location: United States Status: Offline Points: 11234 |
Post Options
Thanks(0)
|
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 |
|
znakeeye
Senior Member Joined: 26 July 2006 Status: Offline Points: 1672 |
Post Options
Thanks(0)
|
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?
|
|
Oleg
Admin Group Joined: 21 May 2003 Location: United States Status: Offline Points: 11234 |
Post Options
Thanks(0)
|
Hi,
We plan to release in beginning of April.
|
|
Oleg, Support Team
CODEJOCK SOFTWARE SOLUTIONS |
|
Post Reply | |
Tweet
|
Forum Jump | Forum Permissions You cannot post new topics in this forum You cannot reply to topics in this forum You cannot delete your posts in this forum You cannot edit your posts in this forum You cannot create polls in this forum You cannot vote in polls in this forum |