Re: Win32lib: w32HClose event not firing on window close
- Posted by Derek Parnell <ddparnell at bigpond.com> May 18, 2004
- 472 views
Michael Raley wrote: > > > I've posted an update of my recipient editor plugin to the > contributions page. I'm using EU 2.4 Win32lib ver .59.1 > > I revised all the onXXX statements to use > setHandler(control, w32HClick,routine_id) instead. > > Now, however, when the X close button in the window > top corner is clicked it does not fire the event handler. > > The window just closes normally, where it should prompt to > save changes and put the parent window back in focus. > > Any ideas? I haven't looked at your code yet, but did you use 'w32HClick' or 'w32HClose' to trap the window close event? -- Derek Parnell Melbourne, Australia