in reply to Re^2: Object isn't fully affected by the Animate method in Win32::GUI module
in thread Object isn't fully affected by the Animate method in Win32::GUI module
So that you can compare, I'm using the latest perl and modules available from cygwin on windows 11. Perl 5.36.3, Win32::GUI v1.14.$mainWindow->AddButton ( -name => 'b1', -text => 'label 1', -pos => [100, 0], -onClick => sub { $mainWindow->label1->Hide; $mainWindow->label1->Animate ( -show => 1, # !$mainWindow->label1->IsVisible(), -activate => 1, -time => 600, -direction => 'brtl', -animation => 'roll', ); }, );
|
---|
Replies are listed 'Best First'. | |
---|---|
Re^4: Object isn't fully affected by the Animate method in Win32::GUI module
by Anonymous Monk on Aug 11, 2024 at 15:11 UTC | |
by Danny (Chaplain) on Aug 11, 2024 at 15:45 UTC | |
by dasgar (Priest) on Aug 12, 2024 at 05:48 UTC | |
by soonix (Chancellor) on Aug 12, 2024 at 06:26 UTC |