Re: [perl-win32-gui-hackers] Using Windows as Objects

2005-07-31 Thread Jeremy White
This is a known bug with win32-gui. It is fixed by using perl 5.7 or later or using the circular ref patch Ok - I've created a tracker item so this issue isn't lost:) https://sourceforge.net/tracker/index.php?func=detailaid=1248578group_id=16572atid=116572 I've just ran that example under

[perl-win32-gui-hackers] Using Windows as Objects

2005-07-30 Thread Jeremy White
Hi, I've been putting together an example of several of the techniques I use when building a GUI. One of the things I do is to use lots of child windows to encapsulate many controls and functionality into one logical package. This works really well for me, but is still on the 'messy' side, so

Re: [perl-win32-gui-hackers] Using Windows as Objects

2005-07-30 Thread Reini Urban
Jeremy White schrieb: Except for when you exit, and a crash occurs (perl 5.6 GUI 1.02 Attempt to free unreferenced scalar at C:/Perl/site/lib/Win32/GUI.pm line 3266). I do create a circular link, with a closure being used to 'remember the object (In my own application, the closure is of the