in reply to Object isn't fully affected by the Animate method in Win32::GUI module

On my Windows 10 system (22H2 build 19045.4529), I downloaded two versions of portable Strawberry Perl: 5.38.2. 64-bit, 5.32.1.1 32-bit. With both I installed Win32::GUI 1.14 and had no issues running your posted code or using any of the 8 acceptable values for the 'direction' option. Even when I add your second button into the code, it is working without the issue that you are describing.

  • Comment on Re: Object isn't fully affected by the Animate method in Win32::GUI module

Replies are listed 'Best First'.
Re^2: Object isn't fully affected by the Animate method in Win32::GUI module
by Anonymous Monk on Aug 12, 2024 at 14:50 UTC

    I think the problem is with my machine. I tried installing Strawberry Perl on another machine, and it worked fine. I also installed Cygwin, as Danny suggested, but I still encountered the same issue.

    I had MSYS2 preinstalled, so I started to think it might be the problem. However, it seemed not to be the case. I removed both MSYS2 and Strawberry, then reinstalled just Strawberry, but nothing changed.