Re: [perl-win32-gui-hackers] New Win32::GUI code in MAIN CVS.

2004-04-26 Thread Glenn Linderman
On approximately 4/26/2004 9:40 AM, came the following characters from the keyboard of Laurent ROCHER: Hi All, I commit new changes. - Window properties now re-work. Good :) :) - Handle correctly Window life and Perl variable life (i hope it work because i loose

Re: [perl-win32-gui-hackers] New Win32::GUI code in MAIN CVS.

2004-04-26 Thread Laurent ROCHER
Hi I restore AUTOLOAD sub in Win32::GUI::Window. I understand now what this sub do. It's permit to directly call a child window procedure like this : $Win->Child->Show; it's do same job as : $Win->{Child}->Show; ChangeLog : Restore AUTOLOAD - GUI.pm :

Re: [perl-win32-gui-hackers] New Win32::GUI code in MAIN CVS.

2004-04-26 Thread Laurent ROCHER
Hi All, I commit new changes. - Window properties now re-work. - Handle correctly Window life and Perl variable life (i hope it work because i loose my hair on it ;o) - Add MDI window support (3 new class MDIFrame, MDIClient and MDIChild). For MDI, i have

[perl-win32-gui-hackers] Commit

2004-04-26 Thread Jez White
Hi, I've just committed a minor bug fix for DoModal (the fix stops the flicker which sometimes occurred when the modal window returns). Cheers, jez.