How to handle message from pane? |
Post Reply |
Author | |
Mhutabor
Newbie Joined: 12 January 2009 Status: Offline Points: 8 |
Post Options
Thanks(0)
Posted: 12 January 2009 at 2:42pm |
I have MDI app with pane with CXTPPropertyGrid. I need to handle message from Expand Button inside this grid.
Thanks! |
|
Oleg
Admin Group Joined: 21 May 2003 Location: United States Status: Offline Points: 11234 |
Post Options
Thanks(0)
|
Hi,
See code in Samples\PropertyGrid\GridSample\PropertyGridDlg.cpp .
|
|
Oleg, Support Team
CODEJOCK SOFTWARE SOLUTIONS |
|
Mhutabor
Newbie Joined: 12 January 2009 Status: Offline Points: 8 |
Post Options
Thanks(0)
|
Where should i place handler for XTPWM_PROPERTYGRID_NOTIFY message? I have PropertyGrid attached to CXTPDockingPane. I tried to catch this message in main frame and child frame class.
|
|
Oleg
Admin Group Joined: 21 May 2003 Location: United States Status: Offline Points: 11234 |
Post Options
Thanks(0)
|
Hi, Call m_wndPropertyGrid.SetOwner(this) and catch it in MainFrame (if this == MainFrame)
|
|
Oleg, Support Team
CODEJOCK SOFTWARE SOLUTIONS |
|
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 |