Re: setHandler bug
- Posted by Derek Parnell <ddparnell at bigpond.com> Jun 15, 2002
- 484 views
Hi Tone, I couldn't reproduce the effect you described. When I tried, I got WM_NOTIFY events using both methods. Is there anything else you can give me to try and find the problem? ----- Original Message ----- From: <tone.skoda at gmx.net> To: "EUforum" <EUforum at topica.com> Subject: setHandler bug > > 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. > > > >