Re: [perl-win32-gui-hackers] bug in Text()

2004-10-01 Thread Laurent ROCHER
Hi, I think "problem" it's linked with change i made in Win32::GUI for automaticly destroy window when it's perl variable reference count be null. In you samples your main window go out of scope, then it's window be destroyed. But, because it's a parent windows all it's child windows

Re: [perl-win32-gui-hackers] Main Commit

2004-10-01 Thread Laurent ROCHER
Hi, I commit some change in TreeView made by Glenn W Munroe. Changelog - TreeView.xs : + Add more events and new style flag. Laurent.

Re: [perl-win32-gui-hackers] bug in Text()

2004-10-01 Thread Glenn Linderman
Thanks, Laurent for the explanation. I think you got your point across. I was unaware of the implications of your new window destruction. So I don't know if there's any "good" solution... in some sense, it would be nice if the destruction of the windows didn't happen until all the references

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

2004-10-01 Thread Glenn Linderman
Hi Laurent, Well, I think you checked in the fix for the color problem? Or should I go looking for some other problem related to colors? And you explained by ->Text() issue, once I isolated it. And you merged Glenn's changes. And I "fixed" the off-by-one error. Is there anything else stopp