[perl-win32-gui-hackers] Commit

2005-10-05 Thread Robert May
Hi all, I've just committed a fairly significant set of changes. Mostly bug fixes and documentation updates. I would appreciate confirmation that it still compiles in everyone's environment, and comments on the updated tutorial and samples to go with it. - Makefile.PL added 'demos' target as d

[perl-win32-gui-hackers] DoModal() is not always Modal

2005-10-05 Thread Robert May
I've just spent the evening tracking down this problem, as it was really annoying me (Tracker: 1165626). The solution was simple, but finding the information was not. It's such a surprising issue (to me anyway) that I thought I'd share it with you. DoModal was using GetParent() to try to fin

Re: [win32gui] RE: [perl-win32-gui-hackers] Commit

2005-10-05 Thread Robert May
Robert May wrote: Jeremy White wrote: Had a problem with Imagelist.xs on Mingw - a couple of #ifdef __MINGW__ should be #ifdef __MINGW32__ OK - I corrected this and committed. I think we need a better way of testing for these functions, as they are present in my MinGW headers, and I was