Codejock Forums Homepage
Forum Home Forum Home > Codejock Products > Visual C++ MFC > Docking Pane
  New Posts New Posts RSS Feed - Problems tab docking a pane
  FAQ FAQ  Forum Search   Events   Register Register  Login Login

Problems tab docking a pane

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


Joined: 06 July 2006
Status: Offline
Points: 16
Post Options Post Options   Thanks (0) Thanks(0)   Quote drisch Quote  Post ReplyReply Direct Link To This Post Topic: Problems tab docking a pane
    Posted: 23 October 2009 at 1:59pm

We just upgraded to 13.2 and we noticed that we now cannot tab dock a pan inside another pane. In fact we have lost the context stickers, those little arrow icons when you drag a window. I tried the Docking Pane sample program and it does show the docking context stickers, but letting go over the middle tabbed icon does not cause the window to tab in with the existing window as it used to. Instead it just floats on top. I have the following two lines in my code:

  m_paneManager.SetAlphaDockingContext(TRUE);

  m_paneManager.SetShowDockingContextStickers(TRUE);

This used to work fine with the old release until I built with the new Codejock release 13.2.0. Could this be a problem with the new release? I am running Windows XP SP3.

Derek

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: 26 October 2009 at 4:16am

Hi,

Thanks, we are going to publish hotfix for that. Please as fix just manually call  m_paneManager.SetDockingContextStickerStyle(xtpPaneStickerStyleVisualStudio2005); after these lines.
Oleg, Support Team
CODEJOCK SOFTWARE SOLUTIONS
Back to Top
drisch View Drop Down
Groupie
Groupie


Joined: 06 July 2006
Status: Offline
Points: 16
Post Options Post Options   Thanks (0) Thanks(0)   Quote drisch Quote  Post ReplyReply Direct Link To This Post Posted: 06 November 2009 at 4:22pm
I downloaded and compiled with your new hotfix 13.2.1 and indeed the context stickers are back again as they should be.
Thanks for the quick response time.
 
Derek
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.094 seconds.