XTP_DOCKINGPANE_ACTION incorrect |
Post Reply |
Author | |
rdhd
Senior Member Joined: 13 August 2007 Location: United States Status: Offline Points: 886 |
Post Options
Thanks(0)
Posted: 02 February 2010 at 3:44pm |
I dock my pane on the right side. My pane gets the XTP_DPN_ACTION notification. The action has the dockDirection member set to XTPPaneDockRight.
I double click the pane and it floats. I get notified that I am floating.
I double click the floating pane's title bar to dock the pane again.
My pane gets the XTP_DPN_ACTION notification. The action has the dockDirection member set to xtpPaneDockLeft! But it docks on the right as it should.
CXTPDockingPaneManager::_ToggleDocking is calling NotifyAction without specifying the "dockDirection" argument so the compiler is providing the default, which is xtpPaneDockLeft.
Why does the docking code not know where the pane is being docked when I double-click the floating window?
|
|
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 |