[perl-win32-gui-hackers] Commit: -wantreturn and $win->Animate()

2006-06-23 Thread Robert May
More commits :-) How do I get key strokes into a Textfield/RichEdit control when I'm using -dialogui option if a frequently asked question on the users list, so I've added a -wantreturn option to Textfield/RichEdit to make applying the ES_WANTRETURN style easier. I've added support for the

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

2006-06-23 Thread Jeremy White
But I can't duplicate the memory leak reported (perl 5.8.7 813, Win32::GUI 1.03, win98 and win2k). Jez reports this as still happening on WinXP - can anyone else duplicate a memory leak running this code: She builds fine with all tests ok - I still see that leak:) Cheers, jez.

[perl-win32-gui-hackers] Commit.

2006-06-23 Thread Robert May
All, I've been working with Jez to add a ClassData() method to Win32::GUI, to give us somewhere to store class instance data, without having to push it into the blessed object. I just committed an implementation of what was discussed previously on the list (I'd add a url to the message, but