Is ListNotificationReceived broken in TC 8 x64?

Discuss and announce Total Commander plugins, addons and other useful tools here, both their usage and their development.

Moderators: white, Hacker, petermad, Stefan2

Post Reply
taohe
Junior Member
Junior Member
Posts: 47
Joined: 2004-12-26, 06:57 UTC

Is ListNotificationReceived broken in TC 8 x64?

Post by *taohe »

Hi,

I am playing with a WLX plugin, which creates a RichEdit control in the ListLoad. I've set the EventMask for the RichEdit so that there should be WM_NOTIFY messages for key and mouse events sent to the parent. But I can't get them in ListNotificationReceived. ListNotificationReceived is only called for WM_COMMAND messages. This happens to TC 8.0 beta 22 and 24 (x64). I haven't tested TC 8 (win32). But it works fine in TC 7.57a (32). I am using WLX interface 2.1. Any idea what could be wrong?


Thanks,
taohe
User avatar
ghisler(Author)
Site Admin
Site Admin
Posts: 48021
Joined: 2003-02-04, 09:46 UTC
Location: Switzerland
Contact:

Post by *ghisler(Author) »

I haven't tested that yet because I don't currently have any plugins which require WM_NOTIFY. It should work, because I took the code from TC 32-bit, but I cannot guarantee it. Can you send me a test plugin to beta at ghisler dot com, please?
Author of Total Commander
https://www.ghisler.com
taohe
Junior Member
Junior Member
Posts: 47
Joined: 2004-12-26, 06:57 UTC

Post by *taohe »

Sure, I've sent the plugin to you. Thanks!
User avatar
ghisler(Author)
Site Admin
Site Admin
Posts: 48021
Joined: 2003-02-04, 09:46 UTC
Location: Switzerland
Contact:

Post by *ghisler(Author) »

Thanks! It was indeed broken - TC x64 was sending the wrong notificaton message.
Author of Total Commander
https://www.ghisler.com
Post Reply