It is currently April 24th, 2024, 10:52 pm

Need some help with picframe plz

Get help with creating, editing & fixing problems with skins
megatherion
Posts: 1
Joined: April 19th, 2010, 11:15 pm

Need some help with picframe plz

Post by megatherion »

Im using a Skin called Blue Dream with Windows XP http://customize.org/rainmeter/skins/67189
I cant seem to get the picframe to work. Ive edited the ini file with the image path to the picture I want to use,but its still blank. Could someone please look over the code. Maybe Im missing something

Code: Select all

[Rainmeter]
Author=r3ginald
Update=10000


;Metadata added by RainBrowser
;http://rainmeter.net/cms/Rainmeter101-EditingSkins

[Metadata]
Name=
Config=
Description=
Instructions=
Version=
Tags=
License=
Variant=
Preview=

;End of added Metadata

[Variables]
FontName=Century Gothic
fontColor.Text=255, 255, 255, 160
bar.color=255, 255, 255, 50
graph.line1=255, 255, 255, 75
graph.line2=255, 255, 255, 37
border.color=255, 255, 255, 75
ImagePath=C:\Documents and Settings\JAU\My Documents\My Pictures\70386.jpg
Define Subfolders (1 = Yes, 0 = NO)
SubFolders=0
FileFilter=*.jpg;*.jpeg;*.png;*.bmp






;-----------------

[Ring]
Measure=Calc
Formula=360


[Filter]
Meter=IMAGE
SolidColor=0,0,0,0
X=3
Y=3
H=122
W=180

;START:FRAME
;===========================================
[cara1]
Meter=IMAGE
X=2
Y=0
W=184
H=2
SolidColor=#border.color#

[cara1_2]
Meter=IMAGE
X=0
Y=0
W=2
H=126
SolidColor=#border.color#

[cara2]
Meter=IMAGE
X=0
Y=126
W=184
H=2
SolidColor=#border.color#

[cara2_2]
Meter=IMAGE
X=184
Y=2
W=2
H=126
SolidColor=#border.color#
; END:FRAME
;=======================================


;-------------------
    User Picture
;-------------------

[Picture]
Measure=Plugin
Plugin=Plugins\QuotePlugin.dll
PathName=#ImagePath#
FileFilter=#FileFilter#
Subfolders=#SubFolders#

;-------------------

[Slideshow]
MeasureName=Picture
Meter=IMAGE
X=3
Y=3
W=180
H=122
Hidden=0
LeftMouseupAction=!Execute ["#ImagePath#"]
dragonmage
Developer
Posts: 1270
Joined: April 3rd, 2009, 4:31 am
Location: NC, US

Re: Need some help with picframe plz

Post by dragonmage »

This skin is made to display random images from a path, not a single image. If you want to display a static image go to [Slideshow] and change it to this...

Code: Select all

[Slideshow]
;MeasureName=Picture
Meter=IMAGE
ImageName="#ImagePath#"
X=3
Y=3
W=180
H=122
Hidden=0
LeftMouseupAction=!Execute ["#ImagePath#"]