Can't get pane to open by click only |
Post Reply |
Author | |
MichaelN
Senior Member Joined: 19 September 2006 Status: Offline Points: 112 |
Post Options
Thanks(0)
Posted: 26 January 2011 at 1:57pm |
Where do I set the following option so the pane never opens by hovering?
SetOptions( xtpPaneNoHoverShow ); I've tried setting it in the XTP_DPN_SHOWWINDOW notification but the pane still opens the first time by hovering. After that it works correctly, requiring a click to open. I don't want it to open the first time by hovering.
Michael |
|
Oleg
Admin Group Joined: 21 May 2003 Location: United States Status: Offline Points: 11234 |
Post Options
Thanks(0)
|
Hi,
best way in CMainFrame::OnCreate - call m_paneManager.SetDefaultPaneOptions(xtpPaneNoHoverShow ); - it will apply for all panes.
|
|
Oleg, Support Team
CODEJOCK SOFTWARE SOLUTIONS |
|
MichaelN
Senior Member Joined: 19 September 2006 Status: Offline Points: 112 |
Post Options
Thanks(0)
|
Hi Oleg,
Yes, that worked. Thank you!
Michael
|
|
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 |