Re: [perl-win32-gui-hackers] GUI 1.0.0 ?

2004-10-21 Thread Johan Lindstrom
The mouse movement problem was related to the parameters to the mouse movement and click event handlers. In earlier versions the first param was kind of unused (or at least undocumented), and I guess it was removed in this version. I'll just branch on version <= 0.9 to get that to work, no big

Re: [perl-win32-gui-hackers] GUI 1.0.0 ?

2004-10-21 Thread Glenn Linderman
On approximately 10/21/2004 11:18 AM, came the following characters from the keyboard of Johan Lindstrom: The mouse movement problem was related to the parameters to the mouse movement and click event handlers. In earlier versions the first param was kind of unused (or at least undocumented), an

Re: [perl-win32-gui-hackers] GUI 1.0.0 ?

2004-10-21 Thread Johan Lindstrom
At 22:41 2004-10-21, Glenn Linderman wrote: Sounds strange. And does this new/DESTROY happen frequently only after the main window disappears, or all through the execution of the code? And I don't know if DC's are subject to the cascading destruction of their parent window? There is a DC cre