double click on docking pane |
Post Reply |
Author | |
tataxin
Newbie Joined: 22 May 2008 Location: United Kingdom Status: Offline Points: 8 |
Post Options
Thanks(0)
Posted: 03 July 2008 at 8:56pm |
Hi,
I have a dockingpane manager CXTPDockingPaneManager m_paneManager. Then I create a pane CXTPDockingPane, like this: m_pPaneAlarmCauseMsg = m_paneManager.CreatePane(IDR_PANE_ID, rec,xtpPaneDockLeft); The pane have a title, given by codejock (title bar property on dialog is false) Now what I want is catch the event mouse double click on that title bar. But I don't know how to implement this. Can you show me the way? It's great if you can give me an example. Thank you in advance! |
|
tataxin
Newbie Joined: 22 May 2008 Location: United Kingdom Status: Offline Points: 8 |
Post Options
Thanks(0)
|
helppppp, please!!!
does anyone has any way to catch the event double click on XCTPDockingPane?? |
|
Oleg
Admin Group Joined: 21 May 2003 Location: United States Status: Offline Points: 11234 |
Post Options
Thanks(0)
|
Hi,
Its not very easy. :(
Start from Samples\DockingPane\DockingContainers sample - it shows how to create custom container. You need custom TabbedContainer and catch WM_LBUTTONDBLCLK. |
|
Oleg, Support Team
CODEJOCK SOFTWARE SOLUTIONS |
|
tataxin
Newbie Joined: 22 May 2008 Location: United Kingdom Status: Offline Points: 8 |
Post Options
Thanks(0)
|
thank you, oleg.
I will try it and report here. |
|
znakeeye
Senior Member Joined: 26 July 2006 Status: Offline Points: 1672 |
Post Options
Thanks(0)
|
You probably need to override the click-behavior in DockingMiniWnd-class too.
|
|
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 |