Problems tab docking a pane |
Post Reply |
Author | |
drisch
Groupie Joined: 06 July 2006 Status: Offline Points: 16 |
Post Options
Thanks(0)
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 |
|
Oleg
Admin Group Joined: 21 May 2003 Location: United States Status: Offline Points: 11234 |
Post Options
Thanks(0)
|
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 |
|
drisch
Groupie Joined: 06 July 2006 Status: Offline Points: 16 |
Post Options
Thanks(0)
|
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
|
|
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 |