It is currently December 5th, 2023, 12:40 pm
Get help with creating, editing & fixing problems with skins
-
minhtrimatrix
- Posts: 4
- Joined: October 16th, 2009, 11:57 pm
Post
by minhtrimatrix »
Hi all
This is my code:
Code: Select all
[Rainmeter]
Update=90000
; refreshed ~ 1m:30s
[Variables]
ImagePath=D:\Pictures\Flower
subF=1
fFilter=*.jpg;*.jpeg;*.png;*.bmp
[O]
Measure=Plugin
Plugin=Plugins\QuotePlugin.dll
PathName=#ImagePath#
FileFilter=#fFilter#
Subfolders=#subF#
[Pic]
MeasureName=O
Meter=IMAGE
X=8
Y=8
W=156
H=105
LeftMouseDownAction=!Execute ["#ImagePath#"]
[BG]
Meter=IMAGE
X=0
Y=0
ImageName=bg.png
I wonder that can I open that image when clicking on that
Thanks for helping me

-
poiru
- Developer
- Posts: 2872
- Joined: April 17th, 2009, 12:18 pm
Post
by poiru »
Code: Select all
LeftMouseUpAction=!Execute [explorer.exe "[O]"]
-
minhtrimatrix
- Posts: 4
- Joined: October 16th, 2009, 11:57 pm
Post
by minhtrimatrix »
poiru wrote:Code: Select all
LeftMouseUpAction=!Execute [explorer.exe "[O]"]
Yes!
Thanks a lot master
