It is currently March 28th, 2024, 3:36 pm

4.0.2806 Beta - ActionTimer plugin

Report bugs with the Rainmeter application and suggest features.
Post Reply
User avatar
rbriddickk84
Rainmeter Sage
Posts: 276
Joined: February 17th, 2014, 12:39 pm
Location: Hungary

4.0.2806 Beta - ActionTimer plugin

Post by rbriddickk84 »

Greetings!

I made my Notes skin with 4.0.2746 Final release, and i upgraded to Beta. I encountered an issue with ActionTimer plugin repeat function.
For example i have the following animation:

Code: Select all


[Fx1]
Measure=Plugin
Plugin=ActionTimer
ActionList1=Anim1 | Wait 1 | Repeat Anim2,20,10
Anim1=[!SetVariable i1 #i1#][!ShowMeterGroup texts][!UpdateMeasure "Fx1"][!UpdateMeterGroup texts][!Redraw]
Anim2=[!SetVariable i1 "(Clamp(#i1#+1,0,10))"][!UpdateMeasure "Fx1"][!UpdateMeterGroup texts][!Redraw]
DynamicVariables=1
UpdateDivider=-1

It looks like the animation just jumps to the repeat's end, and visually skips the inner "frames".

The same code works fine with the Final release.

I don't know if i wrote this in the right post and topic.

- Windows 7 x64 -
User avatar
jsmorley
Developer
Posts: 22628
Joined: April 19th, 2009, 11:02 pm
Location: Fort Hunt, Virginia, USA

Re: 4.0.2806 Beta - ActionTimer plugin

Post by jsmorley »

I don't know. Every example skin I have for ActionTimer works as it always did for me. Do you have an more complete example that I can actually run to see what I get?
User avatar
rbriddickk84
Rainmeter Sage
Posts: 276
Joined: February 17th, 2014, 12:39 pm
Location: Hungary

Re: 4.0.2806 Beta - ActionTimer plugin

Post by rbriddickk84 »

Sure thing

Here is my notes skin.
Attachments
AstroTech4 - Notes_1.02.rmskin
(18.8 KiB) Downloaded 31 times
User avatar
jsmorley
Developer
Posts: 22628
Joined: April 19th, 2009, 11:02 pm
Location: Fort Hunt, Virginia, USA

Re: 4.0.2806 Beta - ActionTimer plugin

Post by jsmorley »

I'm not sure I see any issue, at least on my system.

I get this:
gif.gif
Is that not the expected behavior?
User avatar
balala
Rainmeter Sage
Posts: 16109
Joined: October 11th, 2010, 6:27 pm
Location: Gheorgheni, Romania

Re: 4.0.2806 Beta - ActionTimer plugin

Post by balala »

jsmorley wrote:I'm not sure I see any issue, at least on my system.
Completely agree. Neither me don't see the issue. As far as I can appreciate, works perfectly.
User avatar
rbriddickk84
Rainmeter Sage
Posts: 276
Joined: February 17th, 2014, 12:39 pm
Location: Hungary

Re: 4.0.2806 Beta - ActionTimer plugin

Post by rbriddickk84 »

Yes, what you posted, the animation is not working incorrect, but it was the same at me with the Beta version. I reverted back to 4.0.2746, so now it works again, as it should be, like this:
Attachments
notes_issue.gif
User avatar
Brian
Developer
Posts: 2673
Joined: November 24th, 2011, 1:42 am
Location: Utah

Re: 4.0.2806 Beta - ActionTimer plugin

Post by Brian »

This is a known bug with the latest beta introduced when we fixed the issue of combining shapes out of order.

We already have a fix for this, so watch for a new beta in the next few days.

Thanks for reporting.

-Brian
User avatar
rbriddickk84
Rainmeter Sage
Posts: 276
Joined: February 17th, 2014, 12:39 pm
Location: Hungary

Re: 4.0.2806 Beta - ActionTimer plugin

Post by rbriddickk84 »

Brian wrote:This is a known bug with the latest beta introduced when we fixed the issue of combining shapes out of order.

We already have a fix for this, so watch for a new beta in the next few days.

Thanks for reporting.

-Brian
Thank to you very much!!! :thumbup:

Also thanks for everyone for the help! :great:
Post Reply