It is currently April 27th, 2024, 3:22 pm

Quote Plugin / Dynamic Variables

Report bugs with the Rainmeter application and suggest features.
Alex Becherer

Quote Plugin / Dynamic Variables

Post by Alex Becherer »

Code: Select all


[MeasureGallery1]
Measure=Plugin
Plugin=Plugins\QuotePlugin.dll
PathName="C:\Users\%USERNAME%\Pictures"
FileFilter=*.jpg;*.jpeg;*.gif;*.bmp;*.png
Subfolders=1
UpdateDivider=10

[MeasureGallery2]
Measure=Plugin
Plugin=Plugins\QuotePlugin.dll
PathName="C:\Users\%USERNAME%\Pictures"
FileFilter=*.jpg;*.jpeg;*.gif;*.bmp;*.png
Subfolders=1
UpdateDivider=10

[MeasureGallery3]
Measure=Plugin
Plugin=Plugins\QuotePlugin.dll
PathName="C:\Users\%USERNAME%\Pictures"
FileFilter=*.jpg;*.jpeg;*.gif;*.bmp;*.png
Subfolders=1
UpdateDivider=10

should be three different images. works great.

but as soon as i set DynamicVariables=1 to more than one measure they result in the same image.