HELP ME... |
Post Reply |
Author | |
winpih
Newbie Joined: 22 February 2011 Location: KR Status: Offline Points: 1 |
Post Options
Thanks(0)
Posted: 22 February 2011 at 5:12am |
In debug mode, support for DockingContextStickers , but not in release mode. I wonder why. Is it bug? This is my code. ////////////////////////////////////////////////////////////////////////////////////////////////////// m_paneManager.InstallDockingPanes(this); m_paneManager.SetTheme(xtpPaneThemeWord2007); m_paneManager.SetThemedFloatingFrames(TRUE); m_paneManager.SetStickyFloatingFrames(TRUE); m_paneManager.SetAlphaDockingContext(TRUE); m_paneManager.SetShowDockingContextStickers(TRUE); CXTPDockingPane* pPane = m_paneManager.CreatePane(ID_APP_ABOUT, CRect(0, 0,350,700), xtpPaneDockRight); ASSERT(pPane); if (pPane) { pPane->SetTitle(_T("RESULT\nRESULT")); pPane->SetOptions(xtpPaneSplitter3D); } if (!::IsWindow(m_dlgPane.m_hWnd)) m_dlgPane.Create(IDD_DOCKDLG, this); pPane->Attach(&m_dlgPane); ////////////////////////////////////////////////////////////////////////////////////////////////////// |
|
Oleg
Admin Group Joined: 21 May 2003 Location: United States Status: Offline Points: 11234 |
Post Options
Thanks(0)
|
Hi,
Maybe in release more you build statically and don't include DockingPane resources to your exe. try add resources to res\app.rc2 file with line #include "XTToolkitPro.rc" |
|
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 |