[perl-win32-gui-users] Re: Perl-Win32-GUI-Users digest, Vol 1 #518 - mousemove

2002-11-22 Thread Alan Lindsey
Try playing about with the following (it won't work in version .665 - and don't ask me how/why it works in .558!). I use it to draw rectangles for widgets in a primitive but quite useful gui designer that makes Perl do much of the work we all lo-o-o-ove to do manually. vPerl it ain't, however! You

[perl-win32-gui-users] Perl-Win32-GUI-Users digest, Vol 1 #511 - Jonathan Southwick - refreshing DC

2002-11-13 Thread Alan Lindsey
I think you may be looking in the wrong direction! The key to updating is in handling the Paint event triggered whenever Windows thinks a window (or part thereof) should be repainted. This covers the situations you describe. Win32::GUI uses an approach that means you must redraw *everything* that i

[perl-win32-gui-users] Re: Perl-Win32-GUI-Users digest, Vol 1 #455 - Timers and fonts etc.

2002-08-09 Thread Alan Lindsey
m1_Timer { dosomething() ; } Fed up with it? # bye-bye timer GUI::KillTimer ($timer1); Is anyone out there doing anything about that Win32::GUI 'repository'? I've got some .558 odds and ends that might be of interest, and would like to see what else is around. jeb.ca seems to