Deriving from property grid (MFC) |
Post Reply |
Author | |
bilus
Newbie Joined: 05 July 2005 Status: Offline Points: 1 |
Post Options
Thanks(0)
Posted: 05 July 2005 at 8:47am |
Hello,
I'm currently evaluating your Property Grid. I have derived a class (e.g. MyPropertyGrid) from your Property Grid. I need to handle the XTPWM_PROPERTYGRID_NOTIFY notification (XTP_PGN_ITEMVALUE_CHANGED) or its equivalent (virtual override) in MyPropertyGrid. Is this possible? Basically, I need a method in MyPropertyGrid called whenever a property item changes. Thank you very much for any help you can provide. Best regards, Martin Bilski Xtreeme GmbH Edited by bilus |
|
craig
Groupie Joined: 11 August 2005 Location: United States Status: Offline Points: 44 |
Post Options
Thanks(0)
|
I have the same question. If I use the normal MFC message map facilities I get link errors. Is it possible to create a class with CXTPPropertyGrid as a base class that can process MFC and XTP messages?
Thanks, Craig |
|
craig
Groupie Joined: 11 August 2005 Location: United States Status: Offline Points: 44 |
Post Options
Thanks(0)
|
I've submitted this question as a tech support issue as well.
|
|
Oleg
Admin Group Joined: 21 May 2003 Location: United States Status: Offline Points: 11234 |
Post Options
Thanks(0)
|
Hello, Before to send message to parent, all messages come to CXTPPropertyGrid::SendNotifyMessage method. So you can just override it. Not sure if this method was before 10.0.... |
|
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 |