CXTPDockingPane::DoPropExchange fails arbitrarily |
Post Reply |
Author | |
rdhd
Senior Member Joined: 13 August 2007 Location: United States Status: Offline Points: 894 |
Post Options
Thanks(0)
Posted: 04 October 2012 at 11:04am |
CXTPDockingPane::DoPropExchange successfully reads my docking pane information from the registry and then returns FALSE because it checkes to see if m_nID > 0. Why does a pane ID need to be positive? I have to create panes on demand for COM objects and I want to use the short guid of the COM object as the pane identifier.There is no objection when I call SetID. The only test there is for the pane ID to be non-zero.
Hence I believe DoPropExchange has a bug. The routine should do this:
return m_nID != 0;
Please fix this asap.
|
|
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 |