It is currently April 19th, 2024, 8:04 pm

Gmail Skin Glitch

Get help with creating, editing & fixing problems with skins
iarehenry
Posts: 1
Joined: July 14th, 2010, 12:07 am

Gmail Skin Glitch

Post by iarehenry »

Hi I am having problems with a gmail skin I found on deviantart
I modified it to make it look like this (Bottom right corner btw):



But sometimes it would glitch and would change to this:

Image

I am wondering if anyone knows how to fix this glitch. The creator of this skin seemed clueless when people asked.

Here is the skin code:

Code: Select all

[Rainmeter]

[Variables]
;*********MODIFY THE FOLLOWING LINE*********
Url=https://username:password@gmail.google.com/gmail/feed/atom 
;*******************************************

FontName=Light From Behind
FontSize=16
White=0, 0, 0
White1=0, 0, 0

update.Spd=600
Substitute="&":"&",""":"","&Quot;":"","<br>":"","![CDATA[":"","]]":"","...":"","<":"",">":"","/PRE>":"","PRE>":"","<":"","Gmail - Inbox":"","'":"'"

ToggleLoading=[!RainmeterHideMeter LoadingMessage][!RainmeterShowMeter MailMessage]




;===========================================================================
; Measures
;===========================================================================

[RSS]
Measure=Plugin
Plugin=Plugins\WebParser.dll
Url=#Url#
RegExp="(?siU)<title>(.+)</title>(.+)<entry(.+)<title>(.+)</title>(.+)<name>(.+)</name>(.+)<title>(.+)</title>(.+)<name>(.+)</name>(.+)<title>(.+)</title>(.+)<name>(.+)</name>(.+)<title>(.+)</title>(.+)<name>(.+)</name>(.+)<title>(.+)</title>(.+)<name>(.+)</name>(.+)<title>(.+)</title>(.+)<name>(.+)</name>(.+)<title>(.+)</title>(.+)<name>(.+)</name>(.+)<title>(.+)</title>(.+)<name>(.+)</name>(.+)<title>(.+)</title>(.+)<name>(.+)</name>(.+)<title>(.+)</title>(.+)<name>(.+)</name>"
UpdateRate=#update.Spd#
StringIndex=1
Substitute=#Substitute#
FinishAction=!execute #ToggleLoading#[!RainmeterRedraw]
Debug=1

[MeasureMailCount]
Measure=Plugin
Plugin=Plugins\WebParser.dll
Url=#Url#
RegExp="(?siU)<fullcount>(.*)</fullcount>"
StringIndex=2
FinishAction=!Execute [!RainmeterRedraw]

[MeasureCount]
Measure=Plugin
Plugin=Plugins\WebParser.dll
Url=[MeasureMailCount]
StringIndex=1
UpdateRate=140



;===========================================================================
; Meters
;===========================================================================
[MeterMailBack]
Meter=IMAGE
X=0
Y=0
W=230
H=40
ImageName=mail_back.png



[MeterMailIcon]
Meter=IMAGE
X=2
Y=3
W=40
H=35
ImageName=mail_icon.png
;LeftMouseDownAction=!Execute ["http://mail.google.com/mail/"][!RainmeterRefresh]
LeftMouseDownAction=!Execute [!RainmeterRefresh]
[MeterTitle]
Meter=STRING
MeasureName=MeasureCount
X=75
Y=9
W=100
H=20
FontColor=#White#
StringStyle=BOLD
StringAlign=RIGHT
FontSize=14
FontFace=#FontName#
AntiAlias=1
ClipString=1

[LoadingMessage]
Meter=STRING
MeasureName=RSS
Prefix="loading..."
X=60
Y=13
W=170
H=20
FontColor=#White#
StringStyle=BOLD
FontSize=#FontSize#
FontFace=#FontName#
AntiAlias=1
ClipString=1

[MailMessage]
Meter=STRING
MeasureName=RSS
Prefix="New Message(s) For Henry :)"
X=90
Y=9
W=500
H=25
FontColor=#White#
StringStyle=BOLD
FontSize=#FontSize#
FontFace=#FontName#
AntiAlias=1
ClipString=1
Hidden=1

Last edited by Chewtoy on July 14th, 2010, 12:58 am, edited 1 time in total.
Reason: Use [hsimg] instead of [img].