Animated spinner works in test project but will not work in my plugin project
-
@David-Healey Oh boy, sorry about that. Here you go.

-
@pcs800 It's working here, the only thing I had to do was change the name of the image file to match what you have in the script.

Do you get any error messages in the console?
-
@David-Healey No errors in the console, and I get a static image

So the name must be correct? -
@pcs800 Yes the name is correct

-
@pcs800 said in Animated spinner works in test project but will not work in my plugin project:
Yes the name is correct
That is not the same as the file you posted
elipse_filmstrip1.png(lowercase). But the fact you don't get an error indicates that is probably not the issue (unless you have two files).Is the timer actually running? - Try
Console.print()in the timer callback -
@David-Healey said in Animated spinner works in test project but will not work in my plugin project:
Is the timer actually running? - Try Console.print() in the timer callback
Yes, the timer runs, the frame increments, but repaint() has no visual effect

-
@pcs800 can you send me your project?
-
I found a work around to control animations, I load a macro1 LFO and connect it to a dummy slider, then I load my film strip image as a knob and link the dummy to the image strip, that way if I want to change the speed and waveform action I can! It works 100%!
-
@David-Healey that is kind of you David, thank you. I will do that tomorrow.
-
@David-Healey I sent a link to you in chat.
-
@young60 Thanks, I may try that.