[perl-win32-gui-users] Animation AVI supported formats

2006-05-03 Thread Martin Hopkins
I was trying to get the animation function working but have been unsuccessful. One animation I have worked on is in the wrong colour and offset in the display. Does anyone know which formats are supported by the Win32::GUI::Animation package? Thanks in advance Martin

Re: [win32-gui] [perl-win32-gui-users] Request for control or workaround.

2006-05-03 Thread Brian Fredette
Hi Rob, Thanks for all your hard work. I'll take a look at things and see what I can come up with. Brian On 5/3/06, Robert May <[EMAIL PROTECTED]> wrote: Brian Fredette wrote: > Done ... tracker number 1480738. Thanks. No promises when I'll get around to looking at it though. > Now

Re: [win32-gui] [perl-win32-gui-users] Horizontal scrollbars for listboxes and textfields

2006-05-03 Thread Robert May
[EMAIL PROTECTED] wrote: thanks for the hint. I tried that, but it doesn't seem to work. Here's some code: -- use Win32::GUI; $main_window = new Win32::GUI::DialogBox( -text => "Test", -left => 100, -top=> 50,