Animations

Using (or providing) components based on the "Win32" framework
Post Reply
paulmansour
Posts: 431
Joined: Fri Oct 03, 2008 4:14 pm

Animations

Post by paulmansour »

In 32 bit windows, with 32 bit Dyalog I had some code that looked like:

Code: Select all

     f←'C:\WINDOWS\system32\Shell32.DLL'
     r←150             ⍝   Search Light
     a.AnimOpen f r


Where "a" is an animation object. This does not appear to work on 64 bit windows with 32 bit Dyalog. The file is there, no errors are thrown, but nothing happens. (Autoplay is on, and even if run the play method, nothing happens).

Any ideas? Is this a bug or should I point to some other resource?

Thanks for any help.
Vince|Dyalog
Posts: 439
Joined: Wed Oct 01, 2008 9:39 am

Re: Animations

Post by Vince|Dyalog »

Hi Paul,

I've logged this issue as 5840.

We can reproduce this problem here with Dyalog 32-bit on Windows 7.

The animation does work for Dyalog 32-bit on Windows XP 64-bit.

Regards,

Vince
paulmansour
Posts: 431
Joined: Fri Oct 03, 2008 4:14 pm

Re: Animations

Post by paulmansour »

Vince, thanks.
Post Reply