It is currently April 24th, 2024, 8:56 am

Rainmeter Not Working Properly With Runescape

Get help with installing and using Rainmeter.
ZeroFoxtrot
Posts: 5
Joined: April 27th, 2011, 5:22 pm

Rainmeter Not Working Properly With Runescape

Post by ZeroFoxtrot »

Hi! I'm new, and I love this program. But when I play Runescape, there's a weird bug. English is not my primary language so I can't really proper explain it.

So when I play Runescape Rainmeter flashes through it. That's the best explanation I can currently give you.

Please help!
User avatar
Seahorse
Posts: 1175
Joined: June 9th, 2010, 5:56 pm
Location: Locks heath, UK

Re: Rainmeter Not Working Properly With Runescape

Post by Seahorse »

Sound like graphics card issues. Do you have the current drivers installed for your graphics card?
"Regrettably your planet is one of those scheduled for demolition"
Mike

My Skins at DeviantArt

ZeroFoxtrot
Posts: 5
Joined: April 27th, 2011, 5:22 pm

Re: Rainmeter Not Working Properly With Runescape

Post by ZeroFoxtrot »

Yes, they're up to date. I can play Runescape fine if i quit Rainmeter. But when Rainmeter is active it flashes through Runescape.
jwideman
Posts: 4
Joined: April 26th, 2011, 10:11 pm

Re: Rainmeter Not Working Properly With Runescape

Post by jwideman »

If I understand you right, you're saying rainmeter appears on top of the Runescape window? I'm thinking this is more of a problem with Runescape itself. I don't play Runescape, but I play another game with a Java client and it doesn't have this problem.
User avatar
Chewtoy
Moderator
Posts: 995
Joined: June 10th, 2009, 12:44 pm
Location: Sweden

Re: Rainmeter Not Working Properly With Runescape

Post by Chewtoy »

Try setting the skins to 'On Desktop'

Right click -> Settings -> Postition
I don't think, therefore I'm not.
ZeroFoxtrot
Posts: 5
Joined: April 27th, 2011, 5:22 pm

Re: Rainmeter Not Working Properly With Runescape

Post by ZeroFoxtrot »

Chewtoy wrote:Try setting the skins to 'On Desktop'

Right click -> Settings -> Postition
Didn't work, but thanks for trying.

Yeah it does appear on top of runescape but it flashes. I can give you a video if it's neccesary.
ZeroFoxtrot
Posts: 5
Joined: April 27th, 2011, 5:22 pm

Re: Rainmeter Not Working Properly With Runescape

Post by ZeroFoxtrot »

Please reply!
User avatar
Chewtoy
Moderator
Posts: 995
Joined: June 10th, 2009, 12:44 pm
Location: Sweden

Re: Rainmeter Not Working Properly With Runescape

Post by Chewtoy »

Easy tiger, no need to bump when it's only been one day.

What skins are you using that flashes through?
Post the code for one of them here in

Code: Select all

 tags.
I don't think, therefore I'm not.
User avatar
JoBu
Posts: 271
Joined: February 16th, 2011, 12:46 am
Location: California

Re: Rainmeter Not Working Properly With Runescape

Post by JoBu »

If I remember right, runescape is a webclient game (think it's been eight years since I tried it, surprised it's still going), since you play it through your browser or a client window, the skins your using must be set to 'keep on top'. Changing the position should fix the issue. Doesn't really make sense any other way, but there could be something I'm missing. Seeing the code would help, as chewtoy said.
ZeroFoxtrot
Posts: 5
Joined: April 27th, 2011, 5:22 pm

Re: Rainmeter Not Working Properly With Runescape

Post by ZeroFoxtrot »

System.ini

Code: Select all

; Lines starting ; (semicolons) are commented out.
; That is, they do not affect the code and are here for demonstration purposes only.
; ----------------------------------

[Rainmeter]
; This section contains general settings that can be used to change how Rainmeter behaves.
Author=poiru
AppVersion=1003000
Update=1000

[Metadata]
; Contains basic information of the skin.
Name=System
Description=This skin displays basic system stats.
License=Creative Commons BY-NC-SA 3.0
Version=1.0.0

[Variables]
; Variables declared here can be used later on between two # characters (e.g. #MyVariable#).
fontName=Trebuchet MS
textSize=8
colorBar=235,170,0,255
colorText=255,255,255,205

; ----------------------------------
; MEASURES return some kind of value
; ----------------------------------

[measureCPU]
; This measure returns the average CPU load between all cores.
Measure=CPU
Processor=0

[measureRAM]
; Returns the amount of RAM used in bytes.
Measure=PhysicalMemory
UpdateDivider=20
; UpdateDivider sets the rate at which the value of the measure is updated. It is
; calculated as follows: UpdateDivider x Update. In this case, Update is set to
; 1000 milliseconds (in the [Rainmeter] section). 1000 x 20 = 20000 ms or 20 seconds.

[measureSWAP]
; Returns the amount of SWAP (pagefile) used in bytes.
Measure=SWAPMemory
UpdateDivider=20

; ----------------------------------
; STYLES are used to "centralize" options
; ----------------------------------

[styleTitle]
StringAlign=CENTER
StringCase=UPPER
StringStyle=BOLD
StringEffect=SHADOW
FontEffectColor=0,0,0,50
FontColor=#colorText#
FontFace=#fontName#
FontSize=10
AntiAlias=1
ClipString=1

[styleLeftText]
StringAlign=LEFT
; Meters using styleLeftText will be left-aligned.
StringCase=NONE
StringStyle=BOLD
StringEffect=SHADOW
FontEffectColor=0,0,0,20
FontColor=#colorText#
FontFace=#fontName#
FontSize=#textSize#
AntiAlias=1
ClipString=1

[styleRightText]
StringAlign=RIGHT
StringCase=NONE
StringStyle=BOLD
StringEffect=SHADOW
FontEffectColor=0,0,0,20
FontColor=#colorText#
FontFace=#fontName#
FontSize=#textSize#
AntiAlias=1
ClipString=1

[styleBar]
BarColor=#colorBar#
BarOrientation=HORIZONTAL
SolidColor=255,255,255,15

; ----------------------------------
; METERS display images, text, bars, etc.
; ----------------------------------

[meterBackground]
Meter=IMAGE
ImageName=#SKINSPATH#\illustro\SHARED\Background3Line.png
; #SKINSPATH# is a global variable that stands for your skin path. It is
; usually Documents\Rainmeter\Skins.
X=0
Y=0

[meterTitle]
Meter=STRING
MeterStyle=styleTitle
; Using MeterStyle=styleTitle will basically "copy" the
; contents of the [styleTitle] section here during runtime.
X=100
Y=12
W=190
H=18
Text="System"
; Even though the text is set to System, Rainmeter will display
; it as SYSTEM, because styleTitle contains StringCase=UPPER.
LeftMouseUpAction=!Execute ["taskmgr.exe"]
; Left-clicking this meter will launch taskmgr.exe (the Task Manager).
ToolTipText="Open Task Manager"
; Hovering over this meter will display a tooltip with the text above.

[meterLabelCPU]
Meter=STRING
MeterStyle=styleLeftText
X=10
Y=40
W=190
H=14
Text="CPU Usage"

[meterValueCPU]
Meter=STRING
MeterStyle=styleRightText
MeasureName=measureCPU
X=200
Y=0r
; r stands for relative. In this case, the Y postition of meterValueCPU is 0 pixels
; below the Y value of the previous meter (i.e it's the same as in meterLabelCPU).
W=190
H=14
Text="%1%"
; %1 stands for the value of MeasureName (measureCPU in this case).

[meterBarCPU]
Meter=BAR
MeterStyle=styleBar
MeasureName=measureCPU
X=10
Y=52
W=190
H=1

[meterLabelRAM]
Meter=STRING
MeterStyle=styleLeftText
X=10
Y=60
W=190
H=14
Text="RAM Usage"

[meterValueRAM]
Meter=STRING
MeterStyle=styleRightText
MeasureName=measureRAM
X=200
Y=0r
W=190
H=14
Text="%1%"
Percentual=1
; Percentual=1 needs to be added her because measureRAM returns the amount
; of RAM used in bytes. Using Percentual=1 will convert that into a percentual value.

[meterBarRAM]
Meter=BAR
MeterStyle=styleBar
MeasureName=measureRAM
X=10
Y=72
W=190
H=1

[meterLabelSWAP]
Meter=STRING
MeterStyle=styleLeftText
X=10
Y=80
W=190
H=14
Text="SWAP Usage"

[meterValueSWAP]
Meter=STRING
MeterStyle=styleRightText
MeasureName=measureSWAP
X=200
Y=0r
W=190
H=14
Text="%1%"
Percentual=1

[meterBarSWAP]
Meter=BAR
MeterStyle=styleBar
MeasureName=measureSWAP
X=10
Y=92
W=190
H=1
2 Disks.ini

Code: Select all

; Lines starting ; (semicolons) are commented out.
; That is, they do not affect the code and are here for demonstration purposes only.
; ----------------------------------

; HOWTO: Adding more disks
; ----------------------------------
; Adding more disks is a pretty straightforward process. Follow the following steps to turn
; this 2 disks skin into a 3 disks skin. You can then extend it even further as you wish.
;
; 1) Create a new variable called disk3=X: directly below disk2=D: in the [Variables] section
; 2) Create a copy of the [measureTotalDisk2] and [measureUsedDisk2] sections
; 3) Rename the copied sections to [measureTotalDisk3] and [measureUsedDisk3], respectively.
;    Also change Drive=#disk2# to Drive=#disk3#
; 4) Now find the [meterBackground] section and change 2Line.png to 3Line.png in ImageName
; 5) Create a copy of the [meterLabelDisk2], [meterValueDisk2], and [meterBarDisk3].
;    Rename all Disk2's in the copied sections to Disk3.
; 6) Now we need to change the Y= values to adjust height. Change Y= under [meterLabelDisk2]
;    to Y=80 (calculated by adding 20 to the Y= value of previous meterLabel).
;    Then change Y= under [meterBarDisk3] to Y=92 (calculated by adding 20 to the Y= value of previous meterBar).
; 7) Save the file as '3 Disks.ini'. Now right-click on the Rainmeter tray icon and select
;    'Refresh All'. Now go activate the '3 Disks.ini' skin and enjoy! :)

[Rainmeter]
; This section contains general settings that can be used to change how Rainmeter behaves.
Author=poiru
AppVersion=1003000
Update=1000

[Metadata]
; Contains basic information of the skin.
Name=Disk
Description=Displays the usage of your disks.
License=Creative Commons BY-NC-SA 3.0
Version=1.0.0

[Variables]
; Variables declared here can be used later on between two # characters (e.g. #MyVariable#).
fontName=Trebuchet MS
textSize=8
colorBar=235,170,0,255
colorText=255,255,255,205
disk1=C:
disk2=D:

; ----------------------------------
; MEASURES return some kind of value
; ----------------------------------

[measureTotalDisk1]
; This measure returns the total disk space
Measure=FreeDiskSpace
Drive=#disk1#
Total=1
UpdateDivider=120

[measureUsedDisk1]
; Returns inverted value of free disk space (i.e. used disk space)
Measure=FreeDiskSpace
Drive=#disk1#
InvertMeasure=1
UpdateDivider=120

[measureTotalDisk2]
Measure=FreeDiskSpace
Drive=#disk2#
Total=1
UpdateDivider=120

[measureUsedDisk2]
Measure=FreeDiskSpace
Drive=#disk2#
InvertMeasure=1
UpdateDivider=120

; ----------------------------------
; STYLES are used to "centralize" options
; ----------------------------------

[styleTitle]
StringAlign=CENTER
StringCase=UPPER
StringStyle=BOLD
StringEffect=SHADOW
FontEffectColor=0,0,0,50
FontColor=#colorText#
FontFace=#fontName#
FontSize=10
AntiAlias=1
ClipString=1

[styleLeftText]
StringAlign=LEFT
; Meters using styleLeftText will be left-aligned.
StringCase=NONE
StringStyle=BOLD
StringEffect=SHADOW
FontEffectColor=0,0,0,20
FontColor=#colorText#
FontFace=#fontName#
FontSize=#textSize#
AntiAlias=1
ClipString=1

[styleRightText]
StringAlign=RIGHT
StringCase=NONE
StringStyle=BOLD
StringEffect=SHADOW
FontEffectColor=0,0,0,20
FontColor=#colorText#
FontFace=#fontName#
FontSize=#textSize#
AntiAlias=1
ClipString=1

[styleBar]
BarColor=#colorBar#
BarOrientation=HORIZONTAL
SolidColor=255,255,255,15

; ----------------------------------
; METERS display images, text, bars, etc.
; ----------------------------------

[meterBackground]
Meter=IMAGE
ImageName=#SKINSPATH#\illustro\SHARED\Background2Line.png
; #SKINSPATH# is a global variable that stands for your skin path. It is
; usually Documents\Rainmeter\Skins.
X=0
Y=0

[meterTitle]
Meter=STRING
MeterStyle=styleTitle
; Using MeterStyle=styleTitle will basically "copy" the
; contents of the [styleTitle] section here during runtime.
X=100
Y=12
W=190
H=18
Text="Disk"
; Even though the text is set to Disk, Rainmeter will display
; it as DISK, because styleTitle contains StringCase=UPPER.

[meterLabelDisk1]
Meter=STRING
MeterStyle=styleLeftText
X=10
Y=40
W=190
H=14
Text="#disk1#\"

[meterValueDisk1]
Meter=STRING
MeterStyle=styleRightText
MeasureName=measureUsedDisk1
MeasureName2=measureTotalDisk1
X=200
Y=0r
; r stands for relative. In this case, the Y postition of meterValueCPU is 0 pixels
; below the Y value of the previous meter (i.e it's the same as in meterLabelCPU).
W=190
H=14
Text="%1B/%2B used"
; %1 stands for the value of MeasureName (measureUsedDisk1 in this case).
; %2 stands for the value of MeasureName2.
NumOfDecimals=1
AutoScale=1
; Because disk measures return the free/used space in bytes, we must use AutoScale=1 to
; automatically scale the value into a more readable figure.
LeftMouseUpAction=!Execute ["#disk1#\"]
; Open #disk1# on click

[meterBarDisk1]
Meter=BAR
MeterStyle=styleBar
MeasureName=measureUsedDisk1
X=10
Y=52
W=190
H=1

[meterLabelDisk2]
Meter=STRING
MeterStyle=styleLeftText
X=10
Y=60
W=190
H=14
Text="#disk2#\"
LeftMouseUpAction=!Execute ["#disk2#\"]

[meterValueDisk2]
Meter=STRING
MeterStyle=styleRightText
MeasureName=measureUsedDisk2
MeasureName2=measureTotalDisk2
X=200
Y=0r
W=190
H=14
Text="%1B/%2B used"
NumOfDecimals=1
AutoScale=1

[meterBarDisk2]
Meter=BAR
MeterStyle=styleBar
MeasureName=measureUsedDisk2
X=10
Y=72
W=190
H=1
SuperCollosal Clock Skin

Code: Select all

##################################################
;SUPERCOLOSSAL [WIDTH 800]
##################################################
[Variables]

;========================{ Color Setting }
FONTCOLOR1=FFFFFF
FONTCOLOR2=FFFFFF
BARCOLOR=FFFFFF
;=========================================

	WIDTH=700
	FONT1="M+ 2c"
	FONT2="M+ 2c"
	@="SUPERCOLOSSAL"
[Rainmeter]
	Author=Kenz0 (mail2kenz0@gmail.com)
	BackgroundMode=1
[TIME]
	Measure=Time
	Format=%#I:%M
[SECONDS]
	Measure=Time
	Format=%S
	MaxValue=59
[AM/PM]
	Measure=Time
	Format=%p
[DATE]
	Measure=Time
	Format=%A. %B. %d. %Y
[WINAMP]
	Measure=Plugin
	Plugin=Plugins\WindowMessagePlugin.dll
	WindowClass=Winamp v1.x
	Substitute=" - Winamp":"","[Paused]":"","[Stopped]":""
[PLAY]
	Measure=Plugin
	Plugin=Plugins\WindowMessagePlugin.dll
	WindowClass=Winamp v1.x
	WindowMessage=1024 0 104
	IfAboveValue=1
	IfAboveAction=!execute [!RainmeterHideMeter (title) #@#][!RainmeterShowMeter (pause) #@#][!RainmeterRedraw #@#]
	IfEqualValue=1
	IfEqualAction=!execute [!RainmeterHideMeter (pause) #@#][!RainmeterHideMeter (time) #@#][!RainmeterHideMeter (time_line) #@#][!RainmeterHideMeter (second) #@#][!RainmeterHideMeter (am/pm) #@#][!RainmeterHideMeter (date) #@#][!RainmeterShowMeter (title) #@#][!RainmeterShowMeter (song_min) #@#][!RainmeterShowMeter (song_sec) #@#][!RainmeterShowMeter (song_full) #@#][!RainmeterShowMeter (song_full) #@#][!RainmeterShowMeter (song_num) #@#][!RainmeterShowMeter (song_line) #@#][!RainmeterRedraw #@#]
[STOP]
	Measure=Plugin
	Plugin=Plugins\WindowMessagePlugin.dll
	WindowClass=Winamp v1.x
	WindowMessage=1024 0 104
	IfEqualValue=0
	IfEqualAction=!execute [!RainmeterHideMeter (title) #@#][!RainmeterHideMeter (pause) #@#][!RainmeterHideMeter (song_min) #@#][!RainmeterHideMeter (song_sec) #@#][!RainmeterHideMeter (song_full) #@#][!RainmeterHideMeter (song_num) #@#][!RainmeterHideMeter (song_line) #@#][!RainmeterShowMeter (time) #@#][!RainmeterShowMeter (time_line) #@#][!RainmeterShowMeter (second) #@#][!RainmeterShowMeter (am/pm) #@#][!RainmeterShowMeter (date) #@#][!RainmeterRedraw #@#]
[FULL]
	Measure=Plugin
	Plugin=Plugins\WindowMessagePlugin.dll
	WindowClass=Winamp v1.x
	WindowMessage=1024 1 105
[FULL_M]
	Measure=Calc
	Formula=(FULL-(FULL%60))/60
[FULL_S]
	Measure=Calc
	Formula=FULL%60
[FULL_D]
	Measure=Calc
	Formula=(FULL%60)<=9?0:1
	Substitute="1":""
[CURR]
	Measure=Plugin
	Plugin=Plugins\WindowMessagePlugin.dll
	WindowClass=Winamp v1.x
	WindowMessage=1024 0 105
[CURR_M]
	Measure=Calc
	Formula=((CURR/1000+0.5)-((CURR/1000+0.5)%60))/60
[CURR_S]
	Measure=Calc
	Formula=((CURR/1000)%60)/10>=5.95?0:((CURR/1000)%60)/10
	Substitute=".":"","-":""
[DURATION]
	Measure=Calc
	Formula=(CURR<=0)?0:(CURR/(FULL*1000+1))
[LENGTH]
	Measure=Plugin
	Plugin=Plugins\WindowMessagePlugin.dll
	WindowClass=Winamp v1.x
	WindowMessage=1024 0 124
[POS]
	Measure=Plugin
	Plugin=Plugins\WindowMessagePlugin.dll
	WindowClass=Winamp v1.x
	WindowMessage=1024 0 125
[POS+]
	Measure=Calc
	Formula=POS+1
[(width)]
	Meter=image
	X=0
	Y=0
	W=#WIDTH#
	H=271
	SolidColor=00000000
[(time)]
	MeasureName=TIME
	Meter=String
	X=620
	Y=-20
	FontColor=#FONTCOLOR1#
	FontFace=#FONT1#
	FontSize=120
	AntiAlias=1
	StringAlign=RIGHT
[(second)]
	MeasureName=SECONDS
	Meter=String
	X=572
	Y=72
	FontColor=#FONTCOLOR1#
	FontFace=#FONT1#
	FontSize=52
	AntiAlias=1
	Text=":%1"
[(am/pm)]
	MeasureName=AM/PM
	Meter=String
	X=612
	Y=8
	FontColor=#FONTCOLOR1#
	FontFace=#FONT1#
	FontSize=24
	AntiAlias=1
[(date)]
	MeasureName=DATE
	Meter=String
	X=400
	Y=173
	FontColor=#FONTCOLOR2#
	FontFace=#FONT1#
	FontSize=31
	AntiAlias=1
	StringAlign=CENTER
[(title)]
	MeasureName=WINAMP
	Meter=String
	X=0r
	Y=0r
	W=#WIDTH#
	H=98
	FontColor=#FONTCOLOR2#
	FontFace=#FONT2#
	FontSize=31
	AntiAlias=1
	StringAlign=CENTER
	ClipString=1
	Hidden=1
[(pause)]
	Meter=String
	X=0r
	Y=0r
	FontColor=FF0000
	FontFace=#FONT1#
	FontSize=31
	AntiAlias=1
	StringAlign=CENTER
	Text="- Pause -"
	Hidden=1
[(song_min)]
	MeasureName=CURR_M
	Meter=STRING
	X=366
	Y=-18
	FontColor=#FONTCOLOR1#
	FontFace=#FONT1#
	FontSize=148
	Antialias=1
	StringAlign=RIGHT
	Text="%1:"
	Hidden=1
[(song_sec)]
	MeasureName=CURR_S
	Meter=STRING
	X=620
	Y=-20
	FontColor=#FONTCOLOR1#
	FontFace=#FONT1#
	FontSize=148
	Antialias=1
	StringAlign=RIGHT
	Scale=1.0
	Hidden=1
[(song_full)]
	MeasureName=FULL_M
	MeasureName2=FULL_S
	MeasureName3=FULL_D
	Meter=STRING
	X=576
	Y=94
	FontColor=#FONTCOLOR1#
	FontFace=#FONT1#
	FontSize=48
	Antialias=1
	Text="/%1:%3%2"
	Hidden=1
[(song_num)]
	MeasureName=LENGTH
	MeasureName2=POS+
	Meter=STRING
	X=616
	Y=52
	FontColor=#FONTCOLOR1#
	FontFace=#FONT1#
	FontSize=31
	Antialias=1
	Text="%2/%1"
	Hidden=1
[(time_line)]
	Meter=BAR
	MeasureName=SECONDS
	X=0
	Y=169
	W=#WIDTH#
	H=2
	BarColor=#FONTCOLOR1#
	BarOrientation=HORIZONTAL
	Hidden=1
[(song_line)]
	Meter=BAR
	MeasureName=DURATION
	X=0r
	Y=0r
	W=#WIDTH#
	H=2
	BarColor=#BARCOLOR#
	BarOrientation=HORIZONTAL
	Hidden=1