Codejock Forums Homepage
Forum Home Forum Home > Codejock Products > Visual C++ MFC > Toolkit Pro
  New Posts New Posts RSS Feed - DockingPane SetOptions seem to be ignored
  FAQ FAQ  Forum Search   Events   Register Register  Login Login

DockingPane SetOptions seem to be ignored

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


Joined: 01 March 2011
Status: Offline
Points: 10
Post Options Post Options   Thanks (0) Thanks(0)   Quote Mk1 Quote  Post ReplyReply Direct Link To This Post Topic: DockingPane SetOptions seem to be ignored
    Posted: 10 August 2011 at 9:47am

I've got a CXTPDockingPane I'm trying to make both unhidable and unfloatable. 


 CXTPDockingPane* pane = m_paneManager.CreatePane( VIEW_BLA , CRect(0, 0, 100, 100), xtpPaneDockTop);
 if (!m_pWndBar )
{
  m_pWndBar = new CBlaPaneEx(this);
  m_pWndBar->Create(_T("STATIC"), NULL, WS_CHILD|WS_VISIBLE|WS_CLIPCHILDREN|WS_CLIPSIBLINGS, CXTPEmptyRect(), this, 0);
  m_pWndBar->LoadState(sKey.c_str(),0,0);
  pane->SetOptions(0 | xtpPaneNoFloatable | xtpPaneNoHideable | xtpPaneNoCloseable | xtpPaneNoFloatableByTabDoubleClick | xtpPaneNoFloatableByCaptionDoubleClick);
}


Yet, I can hide if from it's tab right click and drag it off the pane container and float it.  I'm trying to make this pane unmovable. 


Any suggestions?


Codejock  15.1.2

Back to Top
Mk1 View Drop Down
Groupie
Groupie


Joined: 01 March 2011
Status: Offline
Points: 10
Post Options Post Options   Thanks (0) Thanks(0)   Quote Mk1 Quote  Post ReplyReply Direct Link To This Post Posted: 14 August 2011 at 8:01am
You guys on vacation? I haven't seen a post in reply to anyone in a couple days. 
Back to Top
Mk1 View Drop Down
Groupie
Groupie


Joined: 01 March 2011
Status: Offline
Points: 10
Post Options Post Options   Thanks (0) Thanks(0)   Quote Mk1 Quote  Post ReplyReply Direct Link To This Post Posted: 30 August 2011 at 12:35pm
Not to be a pain but, I bought the library and was hoping for some support.  Even telling me "it's broken" would be better then just leaving me hanging here. 
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.047 seconds.