View Single Post
Old 07-03-2009, 03:28 PM   #7 (permalink)
xAdjustx
ICBS
Pro Bowler
xAdjustx is offline
 
Join Date: Feb 2008
Location: Detroit,Mi
Posts: 6,788
XBL: Godsson Adjuss
PSN: xAdjustx
My Twitter My Facebook

xAdjustx has much to be proud of xAdjustx has much to be proud of xAdjustx has much to be proud of xAdjustx has much to be proud of xAdjustx has much to be proud of xAdjustx has much to be proud of xAdjustx has much to be proud of xAdjustx has much to be proud of xAdjustx has much to be proud of
Re: Post your Desktop v2

Quote:
Originally Posted by L0c0 View Post
thanx im gonna give it a shot
It took me since like last summer to master the coding of rain meter & Ahk.. Look at an example of a Rainmeter code this is the one for Twitter... It's hard bra i'm telling you.

Code:
[Link8]
Meter=STRING
MeasureName=MeasureRSS8
X=r
Y=r
H=10
W=180
ClipString=1
StringStyle=NORMAL
FontColor=#ColorActive#
FontSize=#Height2#
FontFace=#Font#
AntiAlias=1
Hidden=1
MouseLeaveAction=!execute [!RainmeterShowMeter Feed8][!RainmeterHideMeter Link8][!RainmeterRedraw]
LeftMouseDownAction=[MeasureLink8]

[Feed9]
Meter=STRING
MeasureName=MeasureRSS9
MeasureName2=MeasureLink9
X=2
Y=15r
H=10
W=180
ClipString=1
StringStyle=NORMAL
FontColor=#Color2#
FontSize=#Height2#
FontFace=#Font#
AntiAlias=1
MouseOverAction=!execute [!RainmeterShowMeter Link9][!RainmeterHideMeter Feed9][!RainmeterRedraw]

[Link9]
Meter=STRING
MeasureName=MeasureRSS9
X=r
Y=r
H=10
W=180
ClipString=1
StringStyle=NORMAL
FontColor=#ColorActive#
FontSize=#Height2#
FontFace=#Font#
AntiAlias=1
Hidden=1
MouseLeaveAction=!execute [!RainmeterShowMeter Feed9][!RainmeterHideMeter Link9][!RainmeterRedraw]
LeftMouseDownAction=[MeasureLink9]

[Feed10]
Meter=STRING
MeasureName=MeasureRSS10
MeasureName2=MeasureLink10
X=2
Y=15r
H=10
W=180
ClipString=1
StringStyle=NORMAL
FontColor=#Color3#
FontSize=#Height2#
FontFace=#Font#
AntiAlias=1
MouseOverAction=!execute [!RainmeterShowMeter Link10][!RainmeterHideMeter Feed10][!RainmeterRedraw]

[Link10]
Meter=STRING
MeasureName=MeasureRSS10
X=r
Y=r
H=10
W=180
ClipString=1
StringStyle=NORMAL
FontColor=#ColorActive#
FontSize=#Height2#
FontFace=#Font#
AntiAlias=1
Hidden=1
MouseLeaveAction=!execute [!RainmeterShowMeter Feed10][!RainmeterHideMeter Link10][!RainmeterRedraw]
LeftMouseDownAction=[MeasureLink10]

[Border2]
Meter=IMAGE
SolidColor=192, 192, 192, 217
X=0
Y=25r
H=1
W=180


  Reply With Quote