Hi all,
I'm really playing around with Win32::GUI, trying to learn it, and I've run
into another strange one (probably just me again)

I can create, and play an animation with no problems.  However, when I try
to center it, the animation doesn't show up.  Without centering, it works
fine.

The simple code:
my $ani = new Win32::GUI::Animation($lbl, 
                                    -autoplay => 1,
                                    -center => 1,
                                    );
$ani->Open("test.avi");

$lbl is a label (large enough to hold the animation).  I've also tried
$mainwin->AddAnimation('test.avi') with the same results.  If center is = 0,
then the animation plays.  If center is 1, nothing shows on the window.

Brian Millham
This message traveled at least 44,000 miles to reach you!
[EMAIL PROTECTED] 

---
avast! Antivirus: Outbound message clean.
Virus Database (VPS): 0451-1, 12/14/2004
Tested on: 12/14/2004 10:35:24 PM
avast! is copyright (c) 2000-2003 ALWIL Software.
http://www.avast.com





Reply via email to