[perl-win32-gui-users] Mailing list subscription to Gmane

2002-09-03 Thread Joseph H. Schwendt II
Is it possible to sign this list up for http://gmane.org/? It would greatly help the searching capabilities. Thanks, Joe. - Joseph H. Schwendt II http://schwendt.com [EMAIL PROTECTED]

RE: [perl-win32-gui-users] Q: Resize problem maximising from wind ows toolbar

2002-09-03 Thread Peter Eisengrein
Besides resizing the window, you need to move the other objects, using something like this: $Window->Logo->Move($Window->ScaleWidth-325,0); This is actual piece of code. It moves a bitmap 'Logo' 325 pixels to the left of the right side but does not move it up or down when the window is resized.

[perl-win32-gui-users] Q: Resize problem maximising from windows toolbar

2002-09-03 Thread Iain Reid
[I'm new to to Win32::Gui so apologies if this is frequently asked. I have searched the web and looked in FAQs etc but without finding an answer] I have a simple window created using Loft. It has a few controls which move correctly when the window is resized (using the Win32::GUI::Resizer). I can

[perl-win32-gui-users] Q: Resize problem maximising from windows toolbar

2002-09-03 Thread Iain Reid
[I'm new to to Win32::Gui so apologies if this is frequently asked. I have searched the web and looked in FAQs etc but without finding an answer] I have a simple window created using Loft. It has a few controls which move correctly when the window is resized (using the Win32::GUI::Resizer). I can