setHandler bug
- Posted by tone.skoda at gmx.net Jun 15, 2002
- 497 views
If I use setHandler (tree_parent, w32HEvent, routine_id ("tree_parent_event")) then tree_parent_event() doesn't receive any WM_NOTIFY messages. If I use onEvent [tree_parent] = routine_id ("tree_parent_event") it does receive WM_NOTIFY.