google-code-export / rainmeter

Automatically exported from code.google.com/p/rainmeter
1 stars 0 forks source link

Option to sort by Order the images on [Plugin=Plugins/QuotePlugin.dll] #169

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
I'm designing on my desktop skin a Weather image rotator so that I can see the 
images rotating one after the other like the animated weather .GIF that we see 
on any weather page.

Here is how I do it.
I download the images with the WGET.exe application for windows and save them 
automatically on an specific folder with the format:
"CarribeanyyyymmddhhMMss.JPG"

So my problem is that when I use the Quote Plugin with this code:
;#####[MESURE]#######################################
[Picture]
Measure=Plugin
Plugin=Plugins\QuotePlugin.dll
PathName="C:\Users\CKO\Desktop\PERSONAL\WEATHER"
FileFilter=*.jpg
Subfolders=0
;#####[METER]########################################
[MeterImage]
Meter=IMAGE
MeasureName=Picture
X=5
Y=5
W=120
H=80
ImageTint=255,255,255,150
;####################################################

I receive on the OUTPUT the images rotating RAMDOMLY.
Is there a way to include an option to Order the Images on a future release??

Original issue reported on code.google.com by jesus.fr...@gmail.com on 24 Sep 2010 at 12:34

Attachments:

GoogleCodeExporter commented 9 years ago
You can use this as a temporary solution: 
http://www.rainmeter.net/forum/viewtopic.php?f=5&t=5329

Original comment by birunthan.mohanathas on 4 Oct 2010 at 5:19

GoogleCodeExporter commented 9 years ago

Original comment by kenz0.sa...@gmail.com on 11 Oct 2010 at 1:54

GoogleCodeExporter commented 9 years ago
THANKS!!!!!!!!!
Works perfect!

Original comment by jesus.fr...@gmail.com on 14 Oct 2010 at 6:12