Re: [perl-win32-gui-users] Merging Win32::GUI and Win32::GuiTest.(Was: Attaching to a window created by some other application)

2005-10-12 Thread Piotr Kaluski
Glenn Linderman wrote: >> It seams that you have a pretty complete and consistent vision on how to >> do it. IMHO, it would be beneficial if you convert it to the code. It >> would have 2 advantages: >> 1. You yourself would be able to verify if your concept is consistent >> 2. Others would be abl

[perl-win32-gui-users] Mouse Events Problems

2005-10-12 Thread Jason P.
Spawned from " [perl-win32-gui-users] How to do "While MouseDown, Move Window" " --- While we're on the subject of these events I'd like to point out that on WinXP SP2/ AS Perl 5.8.7, MRightUp is apparently not firing at all times. If given a fair (say, 1 second) time span, it will indeed fir

Re: [win32gui] Re: [perl-win32-gui-users] How to do "While MouseDown, Move Window" ?

2005-10-12 Thread Robert May
Jason P. wrote: kortyzon wrote: I'm a french win32 gui user and i search how to move the window whitout the dragbar. you will need 3 things. mouseDown, mouseMove, mouseUp (these are generic names, the specifcs are up to you in OEM/NEM) inside the mouseDown event, set a state flag (like $m

Re: [perl-win32-gui-users] How to do "While MouseDown, Move Window" ?

2005-10-12 Thread Jason P.
kortyzon wrote: Hello ! I'm a french win32 gui user and i search how to move the window whitout the dragbar. I think it's posible to do this with system : While MouseDown event (for example on a label), move the window at the cursor position. But i don't know how to make it! Can somebody h

[perl-win32-gui-users] How to do "While MouseDown, Move Window" ?

2005-10-12 Thread kortyzon
Hello ! I'm a french win32 gui user and i search how to move the window whitout the dragbar. I think it's posible to do this with system : While MouseDown event (for example on a label), move the window at the cursor position. But i don't know how to make it! Can somebody help me? Thanks!