It is currently March 28th, 2024, 12:53 pm

Jumping skin

Get help with creating, editing & fixing problems with skins
Post Reply
TehGreyFawkz
Posts: 9
Joined: April 8th, 2010, 3:08 pm

Jumping skin

Post by TehGreyFawkz »

Made a notepad skin from originally the Enigma one, every time my background changes or a refresh the skin it moves up a bit, i do it again and it moves down to the original place.

Dont get why it does it but its annoying :/

heres the code:
;;___________________________________________________________
;;___________________________________________________________

[Rainmeter]

Author=TehGreyFawkz


;;___________________________________________________________

;Metadata added by RainBrowser
;http://rainmeter.net/RainWiki/index.php?title=Rainmeter_101#.5BMetadata.5D

[Metadata]
Name=Notepad
Config=
Description=Write text to keep on your desktop
Instructions=Click the icon to edit your notes. Adjust the height of the text area with the variable H under [Notes]. This skin can read notes from any file, as long as the <title> and <note> tags are present.
Version=1
Tags=Notepad
License=
Preview=

;End of added Metadata


;;___________________________________________________________

[Variables]



;;___________________________________________________________

;;[MEASURES]

[MeasureTitle]
Measure=Plugin
Plugin=WebParser.dll
Url=file://#CURRENTPATH#Notes.txt
RegExp="(?siU)<title>(.*)</title>.*<notes>(.*)</notes>"
StringIndex=1
UpdateRate=1

[MeasureNotes]
Measure=Plugin
Plugin=WebParser.dll
Url=[MeasureTitle]
StringIndex=2
Substitute="- ":"· "


;;___________________________________________________________

;;[METERS]

[Background]
Meter=IMAGE
SolidColor=0,0,0,1
X=0
Y=1
W=200
H=30

[Icon]
Meter=IMAGE
ImageName=Buttonnonactive.png
X=0
Y=5
W=25
H=25
LeftMouseDownAction=!Execute [!RainmeterShowMeter IconActive][!RainmeterHideMeter Icon][!RainmeterRedraw]

[IconActive]
Meter=IMAGE
MeterStyle=Icon
ImageName=Buttonactive.png
X=0
Y=5
W=25
H=25
Hidden=1
LeftMouseUpAction=!execute ["#CURRENTPATH#Notes.txt"][!RainmeterShowMeter Icon][!RainmeterHideMeter IconActive][!RainmeterRedraw]

[Title]
Meter=STRING
MeasureName=MeasureTitle
X=20
Y=1
H=15
W=150
StringStyle=Normal
FontColor=0,0,0
FontSize=40
FontFace=Disparador stencil
StringEffect=BORDER
FontEffectColor=255,255,255
AntiAlias=1

[Notes]
Meter=STRING
MeasureName=MeasureNotes
X=2
Y=32
W=186
H=300
FontColor=255,255,255
FontFace=Arial
FontSize=9
StringEffect=BORDER
FontEffectColor=0,0,0
StringAlign=LEFT
StringStyle=NORMAL
AntiAlias=1
ClipString=1
Using spoiler so youre not bombarded by text
TehGreyFawkz
Posts: 9
Joined: April 8th, 2010, 3:08 pm

Re: Jumping skin

Post by TehGreyFawkz »

Nevermind, the problem was that it was too close to the edge of the screen, ive moved it in a bit and its stopped jumping
dragonmage
Developer
Posts: 1270
Joined: April 3rd, 2009, 4:31 am
Location: NC, US

Re: Jumping skin

Post by dragonmage »

I've noticed this happening when "Snap to Edges" is enabled.
Post Reply