Re: [perl-win32-gui-hackers] more 1.1.03 patches

2005-07-04 Thread Jeremy White
Hi, I'm sure if you ask Aldo for permissions to commit changes, he'll add you (or, indeed anyone else). Cheers (and good work BTW). jez.

Re: [perl-win32-gui-hackers] more 1.1.03 patches

2005-07-04 Thread Reini Urban
I've added timers to the testcases so that the Dialog loop actually runs and the windows gets displayed for one second until the timer kills the window. This is a poor-mans gui test, not the required SendMessage tests yet. Note that the docs for Timer say that Timer->Kill does not destroyl the tim

[perl-win32-gui-hackers] more 1.1.03 patches

2005-07-04 Thread Reini Urban
I've added more tests and added a Timer reflection -window to ensure that the parent window -timers and -name gets properly deleted on KillTimer(). Same should be done for Cursor and Icon, but maybe the window can be easily reconstructed from the handle? I've also removed most of the ending white

[perl-win32-gui-hackers] What is the -container option for?

2005-07-04 Thread Jeremy White
Hi, Was looking at something else and came across the -container option. What is it for? The option has no documentation, but does seem to do "something". It has a message loop (ContainerMsgLoop in GUI_MessageLoops), and a constant (PERLWIN32GUI_CONTAINER) which is checked/used in several plac