Codejock Forums Homepage
Forum Home Forum Home > Codejock Products > Visual C++ MFC > Toolkit Pro
  New Posts New Posts RSS Feed - TVN_SELCHANGED notification
  FAQ FAQ  Forum Search   Events   Register Register  Login Login

TVN_SELCHANGED notification

 Post Reply Post Reply
Author
Message
lanner View Drop Down
Newbie
Newbie


Joined: 29 July 2009
Status: Offline
Points: 2
Post Options Post Options   Thanks (0) Thanks(0)   Quote lanner Quote  Post ReplyReply Direct Link To This Post Topic: TVN_SELCHANGED notification
    Posted: 29 July 2009 at 12:54pm
Hi,

after upgrading from ToolkitPro9.80 (VS2005) to evaluation version of ToolkitPro13.10 (VS2008) the TVN_SELCHANGED notifications are not getting through to the window that hosts a tree control (CXTTreeCtrl derived object).

Please help.
Thanks!
Back to Top
mgampi View Drop Down
Senior Member
Senior Member
Avatar

Joined: 14 July 2003
Status: Offline
Points: 1201
Post Options Post Options   Thanks (0) Thanks(0)   Quote mgampi Quote  Post ReplyReply Direct Link To This Post Posted: 29 July 2009 at 4:35pm
Hi;

this message is sent to the owner (not the parent) of the control...
Perhaps you have defined the preprocessor defines _MST_MULTI_CHECK  and TVN_CHKCHANGE when compiling the XT toolkit, then TVN_CHKCHANGE notifications are sent to the owner instead of TVN_SELCHANGED.
In my case I receive it!
Martin

Product: Xtreme Toolkit v 22.1.0, new Projects v 24.0.0
Platform: Windows 10 v 22H2 (64bit)
Language: VC++ 2022
Back to Top
lanner View Drop Down
Newbie
Newbie


Joined: 29 July 2009
Status: Offline
Points: 2
Post Options Post Options   Thanks (0) Thanks(0)   Quote lanner Quote  Post ReplyReply Direct Link To This Post Posted: 30 July 2009 at 9:12am
Thanks for your reply.
The hosting window is the owner of the tree control, checked by GetOwner().

I get notifications too, if compiled in VS2005 with ToolkitPro9.80.

No notifications after upgrade to VS2008 and ToolkitPro13.10.

Any other ideas?
Back to Top
 Post Reply Post Reply
  Share Topic   

Forum Jump Forum Permissions View Drop Down

Forum Software by Web Wiz Forums® version 12.04
Copyright ©2001-2021 Web Wiz Ltd.

This page was generated in 0.031 seconds.