Well, you kind of answered yourself here, it's not a Rainmeter bug, all you probably need is an !UpdateMeter and a !Redraw, right after switching to the next image in the slideshow. In your code, this will most likely be in a measure or an ...Action option from a measure, not in a meter. For example, assuming your QuotePlugin measure is the one doing that, you could place an OnChangeAction with these two bangs there. So, try that and if you still can't handle it, post the code for a more detailed advice.
Other than that, generally speaking and especially when using variables, when some value gets "stuck" and doesn't change even if it's supposed to, making sure you have DynamicVariables=1 on the section (measure or meter) where that variable is used typically solves such a problem. Probably not the case here, but just so you know.
Other than that, generally speaking and especially when using variables, when some value gets "stuck" and doesn't change even if it's supposed to, making sure you have DynamicVariables=1 on the section (measure or meter) where that variable is used typically solves such a problem. Probably not the case here, but just so you know.
Statistics: Posted by Yincognito — Today, 9:59 am