It is currently May 2nd, 2024, 12:02 am

Skins will not show Correct CPU or Memory Usage

Get help with creating, editing & fixing problems with skins
LennethValkyrie5
Posts: 11
Joined: August 22nd, 2011, 4:10 am

Re: Skins will not show Correct CPU or Memory Usage

Post by LennethValkyrie5 »

Well i read over a few pages from that forum and i have to say i do not think it is with a file called perfmon.dll o:
the coding in my skin does not point to this file at all xD ( http://rainmeter.net/forum/viewtopic.php?f=27&t=2608&hilit=snap&start=160 the post made by StaticICE )

I tried replacing code with the coding to point to perfmon.dll but i got bunch of errors that my skins coding doesn't point to anything or something like that xD
Pretty sure i failed miserably on replacing the code.
My hopes of making my own skin someday are sinking fast DX

As for the MMC thing, well, i do not have a windows disk so re-installing windows would not be an option.

Here, i pasted just the CPU coding in the skin so you dont have to sort through the giant collection on my first post~

Code: Select all

[MeasureCpu]
Measure=CPU
and

Code: Select all

[CpuTxt]
Meter=STRING
X=25
Y=183
FontFace=#FontFace1#
FontColor=#FontColor1#
FontSize=#FontSize1#
StringAlign=LEFT
StringStyle=#FontStyle1#
AntiAlias=1
Text="CPU"

[MeterCpuTxt]
Meter=STRING
MeasureName=MeasureCpu
X=68r
Y=0r
FontFace=#FontFace1#
FontColor=#FontColor1#
FontSize=#FontSize1#
StringAlign=RIGHT
StringStyle=#FontStyle1#
AntiAlias=1
AutoScale=1
NumOfDecimals=0
Postfix=" %"

[MeterCpuBar]
Meter=BAR
MeasureName=MeasureCpu
X=-68r
Y=11r
W=68
H=2
BarOrientation=HORIZONTAL
BarColor=#BarColor1#
SolidColor=#BarColor0#
Scale=100
i am using Rainmeter 1.2. Could not get 2.1 to work, had all kinds of errors i could not solve -.-;;
User avatar
Seahorse
Posts: 1175
Joined: June 9th, 2010, 5:56 pm
Location: Locks heath, UK

Re: Skins will not show Correct CPU or Memory Usage

Post by Seahorse »

Code looks good to me.

I do NOT know if Rainmeter 1.2 supports that feature, but at the very least you should be using 2.0. What problems are you getting with 2.1?
"Regrettably your planet is one of those scheduled for demolition"
Mike

My Skins at DeviantArt

LennethValkyrie5
Posts: 11
Joined: August 22nd, 2011, 4:10 am

Re: Skins will not show Correct CPU or Memory Usage

Post by LennethValkyrie5 »

well it works now thats weird <.<
last night i kept getting something like "Application Error 0xc000007b" i tried both standard installation and portable installation (and installed it to my flash drive) and both kept hitting that error (the portable version hit all kinds of other errors first though xD so it had tons of problems. Probably will work now so ill re-install it on my flash drive and test it in a minute)
i did a bunch of updates after googling the error code but i guess it wasn't until i restart my computer last night that those fixes fixed the problem o:
anyways the skin works now. I checked the Rainmeter log file though for an error list and saw this.

ERROR: (00:01:28.671) #Infinity somewhere!
ERROR: (00:01:29.685) #Infinity somewhere!
ERROR: (00:01:30.699) #Infinity somewhere!
ERROR: (00:01:31.713) #Infinity somewhere!
ERROR: (00:01:32.727) #Infinity somewhere!

it just sort of goes on forever x.x

but it shows my CPU correctly now at least xD
and all the illustro theme stuff is working just fine (as far as i can tell at the moment)




Edit: Just tried the portable version and it works fine too now. So whatever i updated last night after researching the error fixed the problem. I just didn't know that because the updates did not take affect until after i turned off the computer last night xD so no more errors yay~ So unless the constant ERROR: (00:01:31.713) #Infinity somewhere! is something to worry about my problems are pretty much solved xD
User avatar
smurfier
Moderator
Posts: 1931
Joined: January 29th, 2010, 1:43 am
Location: Willmar, MN

Re: Skins will not show Correct CPU or Memory Usage

Post by smurfier »

That error could means that one of your skins has an infinite loop in it somewhere. I suggest using RainThemes to save your current configuration then deactivating skins until that error goes away. Once you know which skin is causing the error then we can work to finding where the problem lies in the skin.
GitHub | DeviantArt | Tumblr
This is the song that never ends. It just goes on and on my friends. Some people started singing it not knowing what it was, and they'll continue singing it forever just because . . .
LennethValkyrie5
Posts: 11
Joined: August 22nd, 2011, 4:10 am

Re: Skins will not show Correct CPU or Memory Usage

Post by LennethValkyrie5 »

Seems to have been the theme i was just using (the one posted on my first post that opened this topic) the log file stops growing after i close it o:




EDIT: just saw this in the log file ><
WARNING: (00:31:37.175) Incorrect substitute string: "d":" days",":" hrs"".":","hrs"
could that be part of the problem?
User avatar
smurfier
Moderator
Posts: 1931
Joined: January 29th, 2010, 1:43 am
Location: Willmar, MN

Re: Skins will not show Correct CPU or Memory Usage

Post by smurfier »

That is a really funky substitute, but I do not believe it would cause and infinity error. Could you either post the code between code tags or provide a link to the skin?
GitHub | DeviantArt | Tumblr
This is the song that never ends. It just goes on and on my friends. Some people started singing it not knowing what it was, and they'll continue singing it forever just because . . .
LennethValkyrie5
Posts: 11
Joined: August 22nd, 2011, 4:10 am

Re: Skins will not show Correct CPU or Memory Usage

Post by LennethValkyrie5 »

The code is on my very first post on page one. here's a link to the skin
http://randomnessthing.com/2009/07/11/desktop-goodies-neko-girl-4-rainmeter/
User avatar
smurfier
Moderator
Posts: 1931
Joined: January 29th, 2010, 1:43 am
Location: Willmar, MN

Re: Skins will not show Correct CPU or Memory Usage

Post by smurfier »

Your problem is in the [MeasureWinampDuration] measure. You can't divide any number (including zero) by zero. I fixed it, removed the need for your substitutes on the time based measures, removed !Rainmeter from the bangs as in the current beta they're unnecessary, and removed the 0 before all the "r"s in your meters. Also, you don't need to put Y=0 or X=0 as if you omit X and Y, zero is assumed. I'm going to suggest that you read up on Groups and Meter Styles as they will make your life easier in the future.

Code: Select all

; Rainmeter [?????????? ver.1.21]
; Modfications by KazaSOU

[Rainmeter]
BackgroundMode=1
AppVersion=13000

[Variables]

;= Set. Indication ==================================================

;CharaImage
Chara1="neko.png"
Chara2="neko.png"

FontFace1="Times New Roman"
FontSize1="8"
FontColor1="255, 255, 255, 255"
FontStyle1=BoldItalic

BarColor0="96, 48, 48, 32"
BarColor1="255, 255, 0, 230"
BarColor2="90, 120, 255, 230"
BarColor3="130, 70, 255, 230"
BarColor4="60, 230, 115, 230"
BarColor5="255, 185, 70, 230"

HDD1="C:\"
HDD2="E:\"

Message1a="Today is "
Message1b=" "
Message2a="Current Time is "
Message2b=" "
Message3a="You've worked for "
Message3b="Anything else, Master?"


;= Set. Winamp ======================================================

WinampFolder="C:\Progra~1\winamp\"
WinampList1="C:\Users\Toshiba\Downloads\BestJapan.m3u"
WinampList2="C:\Progra~1\Rainmeter\Skins\song2.m3u"
WinampList3="C:\Progra~1\Rainmeter\Skins\song3.m3u"
WinampList4="C:\Progra~1\Rainmeter\Skins\song4.m3u"

FontFaceWa1="MS UI Gothic"
FontFaceWa2="Times New Roman"
FontSizeWa1="8"
FontSizeWa2="12"
FontColorWa1="255, 255, 255, 255"
FontStyleWa1=Bold
FontStyleWa2=Bold

SwitchColorWa1="60, 180, 255, 255"
SwitchColorWa2="100, 210, 70, 255"

BarColorWa0="73, 73, 73, 255"
BarColorWa1="0, 0, 0, 40"

MessageWa1="You are listening to:"
MessageWa2="Can I listen to it too?"


;= Measure ==========================================================

[MeasureCpu]
Measure=CPU

[MeasureMem]
Measure=PhysicalMemory

[MeasureSwap]
Measure=SwapMemory

[MeasureNetOut]
Measure=NetOut

[MeasureNetIn]
Measure=NetIn

[MeasureDate]
Measure=Time
Format="%#m/%#d on %A"

[MeasureTime]
Measure=Time
Format="%#H:%#M"

[MeasureUptime]
Measure=Uptime
Format="%4!i! days %3!i!:%2!02i!"

[MeasureDiskSpace1]
Measure=FreeDiskSpace
Drive=#HDD1#

;= Measure WA =======================================================

[MeasureWinamp]
Measure=Plugin
Plugin=Plugins\WindowMessagePlugin.dll
WindowClass=Winamp v1.x
Substitute=" - Winamp":""," [Stopped]":""

[MeasureWinampDisplay]
Measure=Plugin
Plugin=Plugins\WindowMessagePlugin.dll
WindowClass=Winamp v1.x
WindowMessage=1024 0 104
IfEqualValue=1
IfEqualAction=!execute [!HideMeter Message] [!HideMeter MeterDate] [!HideMeter MeterTime] [!HideMeter MeterUPtime] [!HideMeter UPtimeTxt] [!ShowMeter WaMessage] [!ShowMeter WaTxt1] [!ShowMeter WaTitle] [!ShowMeter WaTxt2] [!ShowMeter WaCounterToggle] [!ShowMeter WaCounterM] [!ShowMeter WaCounterS] [!HideMeter WaCounter-M] [!HideMeter WaCounter-S] [!ShowMeter MeterWaBar] [!ShowMeter WaRew5s] [!ShowMeter WaJump10] [!ShowMeter WaJump20] [!ShowMeter WaJump30] [!ShowMeter WaJump40] [!ShowMeter WaJump50] [!ShowMeter WaJump60] [!ShowMeter WaJump70] [!ShowMeter WaJump80] [!ShowMeter WaJump90] [!ShowMeter WaFwd5s]
IfBelowValue=1
IfBelowAction=!execute [!ShowMeter Message] [!ShowMeter MeterDate] [!ShowMeter MeterTime] [!ShowMeter MeterUPtime] [!ShowMeter UPtimeTxt] [!HideMeter WaMessage] [!HideMeter WaTxt1] [!HideMeter WaTitle] [!HideMeter WaTxt2] [!HideMeter WaCounterToggle] [!HideMeter WaCounterM] [!HideMeter WaCounterS] [!HideMeter WaCounter-M] [!HideMeter WaCounter-S] [!HideMeter MeterWaBar] [!HideMeter WaRew5s] [!HideMeter WaJump10] [!HideMeter WaJump20] [!HideMeter WaJump30] [!HideMeter WaJump40] [!HideMeter WaJump50] [!HideMeter WaJump60] [!HideMeter WaJump70] [!HideMeter WaJump80] [!HideMeter WaJump90] [!HideMeter WaFwd5s]
IfAboveValue=1
IfAboveAction=!execute [!HideMeter Message] [!HideMeter MeterDate] [!HideMeter MeterTime] [!HideMeter MeterUPtime] [!HideMeter UPtimeTxt] [!ShowMeter WaMessage] [!ShowMeter WaTxt1] [!ShowMeter WaTitle] [!ShowMeter WaTxt2] [!ShowMeter WaCounterToggle] [!ShowMeter WaCounterM] [!ShowMeter WaCounterS] [!HideMeter WaCounter-M] [!HideMeter WaCounter-S] [!ShowMeter MeterWaBar] [!ShowMeter WaRew5s] [!ShowMeter WaJump10] [!ShowMeter WaJump20] [!ShowMeter WaJump30] [!ShowMeter WaJump40] [!ShowMeter WaJump50] [!ShowMeter WaJump60] [!ShowMeter WaJump70] [!ShowMeter WaJump80] [!ShowMeter WaJump90] [!ShowMeter WaFwd5s]


[MeasureWinampFull]
Measure=Plugin
Plugin=Plugins\WindowMessagePlugin.dll
WindowClass=Winamp v1.x
WindowMessage=1024 1 105

[MeasureWinampCurr]
Measure=Plugin
Plugin=Plugins\WindowMessagePlugin.dll
WindowClass=Winamp v1.x
WindowMessage=1024 0 105

[MeasureWinampDuration]
Measure=Calc
Formula=MeasureWinampCurr/((MeasureWinampFull=0?1:MeasureWinampFull)*1000)

[MeasureWinampCountM]
Measure=Calc
Formula=((MeasureWinampCurr/1000)-30)/60
Substitute="-1":"0"

[MeasureWinampCountS]
Measure=Calc
Formula=((MeasureWinampCurr/1000)%60)/10
Substitute=".":"","60":"00"

[MeasureWinampCount-M]
Measure=Calc
Formula=(((MeasureWinampFull*1000-MeasureWinampCurr)/1000)-30)/60
Substitute="-1":"0"

[MeasureWinampCount-S]
Measure=Calc
Formula=(((MeasureWinampFull*1000-MeasureWinampCurr)/1000)%60)/10
Substitute=".":"","60":"00"

[MeasureWinampMessS]
Measure=Plugin
Plugin=Plugins\WindowMessagePlugin.dll
WindowClass=Winamp v1.x
WindowMessage=1024 0 250
Substitute="0":"off","1":"on"

[MeasureWinampMessR]
Measure=Plugin
Plugin=Plugins\WindowMessagePlugin.dll
WindowClass=Winamp v1.x
WindowMessage=1024 0 251
Substitute="0":"off","1":"on"


[MeasureWinampJump10]
Measure=Calc
Formula=MeasureWinampFull*100

[MeasureWinampJump20]
Measure=Calc
Formula=MeasureWinampFull*200

[MeasureWinampJump30]
Measure=Calc
Formula=MeasureWinampFull*300

[MeasureWinampJump40]
Measure=Calc
Formula=MeasureWinampFull*400

[MeasureWinampJump50]
Measure=Calc
Formula=MeasureWinampFull*500

[MeasureWinampJump60]
Measure=Calc
Formula=MeasureWinampFull*600

[MeasureWinampJump70]
Measure=Calc
Formula=MeasureWinampFull*700

[MeasureWinampJump80]
Measure=Calc
Formula=MeasureWinampFull*800

[MeasureWinampJump90]
Measure=Calc
Formula=MeasureWinampFull*900


;= Base =============================================================
[CharaToggle]
Meter=IMAGE
X=72r
Y=5r
W=36
H=30
LeftMouseDownAction=!execute [!ToggleMeter Chara1] [!ToggleMeter Chara2]
RightMouseDownAction=!Refresh

[Chara1]
Meter=IMAGE
X=90
Y=0
ImageName=#Chara1#

[Chara2]
Meter=IMAGE
X=r
Y=r
ImageName=#Chara2#
Hidden=1

[Base]
Meter=IMAGE
X=10
Y=170
ImageName=neko_menu.png

[Refresh]
Meter=IMAGE
X=72r
Y=5r
W=36
H=30
LeftMouseDownAction=!Refresh



;= CPU ==============================================================

[CpuTxt]
Meter=STRING
X=25
Y=183
FontFace=#FontFace1#
FontColor=#FontColor1#
FontSize=#FontSize1#
StringAlign=LEFT
StringStyle=#FontStyle1#
AntiAlias=1
Text="CPU"

[MeterCpuTxt]
Meter=STRING
MeasureName=MeasureCpu
X=68r
Y=r
FontFace=#FontFace1#
FontColor=#FontColor1#
FontSize=#FontSize1#
StringAlign=RIGHT
StringStyle=#FontStyle1#
AntiAlias=1
AutoScale=1
NumOfDecimals=0
Postfix=" %"

[MeterCpuBar]
Meter=BAR
MeasureName=MeasureCpu
X=-68r
Y=11r
W=68
H=2
BarOrientation=HORIZONTAL
BarColor=#BarColor1#
SolidColor=#BarColor0#
Scale=100


;= Memory ===========================================================

[MemTxt]
Meter=STRING
X=r
Y=9r
FontFace=#FontFace1#
FontColor=#FontColor1#
FontSize=#FontSize1#
StringAlign=LEFT
StringStyle=#FontStyle1#
AntiAlias=1
Text="Mem"

[MeterMemTxt]
Meter=STRING
MeasureName=MeasureMem
X=68r
Y=r
FontFace=#FontFace1#
FontColor=#FontColor1#
FontSize=#FontSize1#
StringAlign=RIGHT
StringStyle=#FontStyle1#
AntiAlias=1
NumOfDecimals=0
Postfix=" M"
Scale=1048576

[MeterMemBar]
Meter=BAR
MeasureName=MeasureMem
X=-68r
Y=11r
W=68
H=2
BarOrientation=HORIZONTAL
BarColor=#BarColor2#
SolidColor=#BarColor0#
Scale=100


[SwapMemTxt]
Meter=STRING
X=r
Y=9r
FontFace=#FontFace1#
FontColor=#FontColor1#
FontSize=#FontSize1#
StringAlign=LEFT
StringStyle=#FontStyle1#
AntiAlias=1
Text="Swap"

[MeterSwapTxt]
Meter=STRING
MeasureName=MeasureSwap
X=68r
Y=r
FontFace=#FontFace1#
FontColor=#FontColor1#
FontSize=#FontSize1#
StringAlign=RIGHT
StringStyle=#FontStyle1#
AntiAlias=1
NumOfDecimals=0
Postfix=" M"
Scale=1048576

[MeterSwapBar]
Meter=BAR
MeasureName=MeasureSwap
X=-68r
Y=11r
W=68
H=2
BarOrientation=HORIZONTAL
BarColor=#BarColor3#
SolidColor=#BarColor0#
Scale=100


;= Net ==============================================================

[MeterNetOutHistogram]
Meter=LINE
MeasureName=MeasureNetOut
X=r
Y=5r
W=68
H=17
LineColor=#BarColor4#
AutoScale=1

[NetOutTxt]
Meter=STRING
X=r
Y=4r
FontFace=#FontFace1#
FontColor=#FontColor1#
FontSize=#FontSize1#
StringAlign=LEFT
StringStyle=#FontStyle1#
AntiAlias=1
Text="Up"

[MeterNetOutTxt]
Meter=STRING
MeasureName=MeasureNetOut
X=68r
Y=r
FontFace=#FontFace1#
FontColor=#FontColor1#
FontSize=#FontSize1#
StringAlign=RIGHT
StringStyle=#FontStyle1#
AntiAlias=1
NumOfDecimals=0
Postfix=" k"
Scale=1024


[MeterNetInHistogram]
Meter=LINE
MeasureName=MeasureNetIn
X=-68r
Y=16r
W=68
H=17
LineColor=#BarColor4#
AutoScale=1

[NetInTxt]
Meter=STRING
X=r
Y=4r
FontFace=#FontFace1#
FontColor=#FontColor1#
FontSize=#FontSize1#
StringAlign=LEFT
StringStyle=#FontStyle1#
AntiAlias=1
Text="Down"

[MeterNetInTxt]
Meter=STRING
MeasureName=MeasureNetIn
X=68r
Y=r
FontFace=#FontFace1#
FontColor=#FontColor1#
FontSize=#FontSize1#
StringAlign=RIGHT
StringStyle=#FontStyle1#
AntiAlias=1
NumOfDecimals=0
Postfix=" k"
Scale=1024


;= HDD ==============================================================

[Disk1Txt]
Meter=STRING
X=109
Y=183
FontFace=#FontFace1#
FontColor=#FontColor1#
FontSize=#FontSize1#
StringAlign=LEFT
StringStyle=#FontStyle1#
AntiAlias=1
Text=#HDD1#

[MeterDisk1Txt]
Meter=STRING
MeasureName=MeasureDiskSpace1
X=68r
Y=r
FontFace=#FontFace1#
FontColor=#FontColor1#
FontSize=#FontSize1#
StringAlign=RIGHT
StringStyle=#FontStyle1#
AntiAlias=1
AutoScale=1

[MeterDisk1Bar]
Meter=BAR
MeasureName=MeasureDiskSpace1
X=-68r
Y=11r
W=68
H=2
BarOrientation=HORIZONTAL
BarColor=#BarColor5#
SolidColor=#BarColor0#
Scale=100




;= Message ==========================================================

[Message]
Meter=IMAGE
X=10
Y=30
ImageName=neko_message.png
LeftMouseDownAction=!execute [!HideMeter Message] [!HideMeter MeterDate] [!HideMeter MeterTime] [!HideMeter MeterUPtime] [!HideMeter UPtimeTxt]

[WaMessage]
Meter=IMAGE
X=r
Y=r
ImageName=neko_message.png
Hidden=1
LeftMouseDownAction=!execute [!ToggleMeter MeterDate] [!ToggleMeter MeterTime] [!ToggleMeter MeterUPtime] [!ToggleMeter UPtimeTxt] [!ToggleMeter WaTxt1] [!ToggleMeter WaTitle] [!ToggleMeter WaTxt2]


[MeterDate]
Meter=STRING
MeasureName=MeasureDate
X=29
Y=48
FontFace=#FontFaceWa1#
FontColor=#FontColorWa1#
FontSize=#FontSizeWa1#
StringAlign=LEFT
StringStyle=#FontStyleWa1#
AntiAlias=1
Prefix=#Message1a#
Postfix=#Message1b#

[MeterTime]
Meter=STRING
MeasureName=MeasureTime
X=30
Y=13r
FontFace=#FontFaceWa1#
FontColor=#FontColorWa1#
FontSize=#FontSizeWa1#
StringAlign=LEFT
StringStyle=#FontStyleWa1#
AntiAlias=1
Prefix=#Message2a#
Postfix=#Message2b#

[MeterUPtime]
Meter=STRING
MeasureName=MeasureUptime
X=28
Y=15r
FontFace=#FontFaceWa1#
FontColor=#FontColorWa1#
FontSize=#FontSizeWa1#
StringAlign=LEFT
StringStyle=#FontStyleWa1#
AntiAlias=1
Prefix=#Message3a#
Postfix=""

[UPtimeTxt]
Meter=STRING
X=152r
Y=13r
FontFace=#FontFaceWa1#
FontColor=#FontColorWa1#
FontSize=#FontSizeWa1#
StringAlign=RIGHT
StringStyle=#FontStyleWa1#
AntiAlias=1
Text=#Message3b#


;= Winamp ===========================================================

[WaTxt1]
Meter=STRING
X=30
Y=48
FontFace=#FontFaceWa1#
FontColor=#FontColorWa1#
FontSize=#FontSizeWa1#
StringAlign=LEFT
StringStyle=#FontStyleWa1#
AntiAlias=1
Text=#MessageWa1#
Hidden=1

[WaTitle]
Meter=STRING
MeasureName=MeasureWinamp
X=70r
Y=15r
W=170
H=23
FontFace=#FontFaceWa1#
FontColor=#FontColorWa1#
FontSize=#FontSizeWa1#
StringAlign=CENTER
StringStyle=#FontStyleWa1#
AntiAlias=1
ClipString=1
Prefix="["
Postfix="]"
Hidden=1

[WaTxt2]
Meter=STRING
X=55r
Y=26r
FontFace=#FontFaceWa1#
FontColor=#FontColorWa1#
FontSize=#FontSizeWa1#
StringAlign=RIGHT
StringStyle=#FontStyleWa1#
AntiAlias=1
Text=#MessageWa2#
Hidden=1


;- WinAMP Ctrl ------------------------------------------------------

[WaON]
Meter=BUTTON
X=10
Y=312
ButtonImage=wa_ctrl_wa2.png
ButtonCommand=!execute [#WinampFolder#winamp.exe]
RightMouseDownAction=!PluginBang "MeasureWinamp SendMessage 273 40001 0"

[WaPrev]
Meter=BUTTON
X=28r
Y=r
ButtonImage=wa_ctrl_prev2.png
ButtonCommand=!PluginBang "MeasureWinamp SendMessage 273 40044 0"

[WaStop]
Meter=BUTTON
X=28r
Y=r
ButtonImage=wa_ctrl_stop2.png
ButtonCommand=!PluginBang "MeasureWinamp SendMessage 273 40047 0"

[WaPause]
Meter=BUTTON
X=28r
Y=r
ButtonImage=wa_ctrl_pause2.png
ButtonCommand=!PluginBang "MeasureWinamp SendMessage 273 40046 0"

[WaPlay]
Meter=BUTTON
X=28r
Y=r
ButtonImage=wa_ctrl_play2.png
ButtonCommand=!PluginBang "MeasureWinamp SendMessage 273 40045 0"

[WaNext]
Meter=BUTTON
X=28r
Y=r
ButtonImage=wa_ctrl_next2.png
ButtonCommand=!PluginBang "MeasureWinamp SendMessage 273 40048 0"


[WaShuffle]
Meter=BUTTON
X=29r
Y=r
ButtonImage=wa_ctrl_toggle2.png
ButtonCommand=!PluginBang "MeasureWinamp SendMessage 273 40023 0"

[WaShuffleM]
Meter=STRING
MeasureName=MeasureWinampMessS
X=4r
Y=3r
FontFace=#FontFaceWa1#
FontColor=#SwitchColorWa1#
FontSize=5
StringAlign=CENTER
StringStyle=NORMAL
AntiAlias=1


[WaRepeat]
Meter=BUTTON
X=7r
Y=-3r
ButtonImage=wa_ctrl_toggle2.png
ButtonCommand=!PluginBang "MeasureWinamp SendMessage 273 40022 0"

[WaRepeatM]
Meter=STRING
MeasureName=MeasureWinampMessR
X=4r
Y=3r
FontFace=#FontFaceWa1#
FontColor=#SwitchColorWa2#
FontSize=5
StringAlign=CENTER
StringStyle=NORMAL
AntiAlias=1


[WaList1]
Meter=BUTTON
X=7r
Y=-3r
ButtonImage=wa_ctrl_list12.png
ButtonCommand=!execute [#WinampFolder#winamp.exe #WinampList1#]

[WaList2]
Meter=BUTTON
X=28r
Y=r
ButtonImage=wa_ctrl_list22.png
ButtonCommand=!execute [#WinampFolder#winamp.exe #WinampList2#]

[WaList3]
Meter=BUTTON
X=28r
Y=r
ButtonImage=wa_ctrl_list32.png
ButtonCommand=!execute [#WinampFolder#winamp.exe #WinampList3#]

[WaList4]
Meter=BUTTON
X=28r
Y=r
ButtonImage=wa_ctrl_list42.png
ButtonCommand=!execute [#WinampFolder#winamp.exe #WinampList4#]


;- WinAMP Count -----------------------------------------------------

[WaCounterToggle]
Meter=BUTTON
X=29r
Y=r
ButtonImage=wa_ctrl_toggle2.png
ButtonCommand=!execute [!ToggleMeter WaCounterM] [!ToggleMeter WaCounter-M] [!ToggleMeter WaCounterS] [!ToggleMeter WaCounter-S]

[WaCounterM]
Meter=STRING
MeasureName=MeasureWinampCountM
X=300
Y=288
FontFace=#FontFaceWa2#
FontColor=#BarColorWa0#
FontSize=#FontSizeWa2#
StringAlign=RIGHT
StringStyle=#FontStyleWa2#
AntiAlias=1
Postfix=":"
Hidden=1

[WaCounter-M]
Meter=STRING
MeasureName=MeasureWinampCount-M
X=r
Y=r
FontFace=#FontFaceWa2#
FontColor=#BarColorWa0#
FontSize=#FontSizeWa2#
StringAlign=RIGHT
StringStyle=#FontStyleWa2#
AntiAlias=1
Prefix="-"
Postfix=":"
Hidden=1

[WaCounterS]
Meter=STRING
MeasureName=MeasureWinampCountS
X=-5r
Y=r
FontFace=#FontFaceWa2#
FontColor=#BarColorWa0#
FontSize=#FontSizeWa2#
StringAlign=LEFT
StringStyle=#FontStyleWa2#
AntiAlias=1
NumOfDecimals=1
Hidden=1

[WaCounter-S]
Meter=STRING
MeasureName=MeasureWinampCount-S
X=r
Y=r
FontFace=#FontFaceWa2#
FontColor=#BarColorWa0#
FontSize=#FontSizeWa2#
StringAlign=LEFT
StringStyle=#FontStyleWa2#
AntiAlias=1
NumOfDecimals=1
Hidden=1

[MeterWaBar]
Meter=BAR
MeasureName=MeasureWinampDuration
X=11
Y=306
W=312
H=3
BarOrientation=HORIZONTAL
BarColor=#BarColorWa0#
SolidColor=#BarColorWa1#
GradientAngle=90
Scale=1000
Hidden=1

[WaRew5s]
Meter=BUTTON
X=r
Y=-3r
ButtonImage=wa_ctrl_-5.png
ButtonCommand=!PluginBang "MeasureWinamp SendMessage 273 40061 0"

[WaJump10]
Meter=BUTTON
X=12r
Y=2r
ButtonImage=wa_ctrl_Jump2.png
ButtonCommand=!PluginBang "MeasureWinamp SendMessage 1024 [MeasureWinampJump10] 106"

[WaJump20]
Meter=BUTTON
X=32r
Y=r
ButtonImage=wa_ctrl_Jump2.png
ButtonCommand=!PluginBang "MeasureWinamp SendMessage 1024 [MeasureWinampJump20] 106"

[WaJump30]
Meter=BUTTON
X=32r
Y=r
ButtonImage=wa_ctrl_Jump2.png
ButtonCommand=!PluginBang "MeasureWinamp SendMessage 1024 [MeasureWinampJump30] 106"

[WaJump40]
Meter=BUTTON
X=32r
Y=r
ButtonImage=wa_ctrl_Jump2.png
ButtonCommand=!PluginBang "MeasureWinamp SendMessage 1024 [MeasureWinampJump40] 106"

[WaJump50]
Meter=BUTTON
X=32r
Y=r
ButtonImage=wa_ctrl_Jump2.png
ButtonCommand=!PluginBang "MeasureWinamp SendMessage 1024 [MeasureWinampJump50] 106"

[WaJump60]
Meter=BUTTON
X=32r
Y=r
ButtonImage=wa_ctrl_Jump2.png
ButtonCommand=!PluginBang "MeasureWinamp SendMessage 1024 [MeasureWinampJump60] 106"

[WaJump70]
Meter=BUTTON
X=32r
Y=r
ButtonImage=wa_ctrl_Jump2.png
ButtonCommand=!PluginBang "MeasureWinamp SendMessage 1024 [MeasureWinampJump70] 106"

[WaJump80]
Meter=BUTTON
X=32r
Y=r
ButtonImage=wa_ctrl_Jump2.png
ButtonCommand=!PluginBang "MeasureWinamp SendMessage 1024 [MeasureWinampJump80] 106"

[WaJump90]
Meter=BUTTON
X=32r
Y=r
ButtonImage=wa_ctrl_Jump2.png
ButtonCommand=!PluginBang "MeasureWinamp SendMessage 1024 [MeasureWinampJump90] 106"

[WaFwd5s]
Meter=BUTTON
X=34r
Y=-2r
ButtonImage=wa_ctrl_+5.png
ButtonCommand=!PluginBang "MeasureWinamp SendMessage 273 40060 0"
GitHub | DeviantArt | Tumblr
This is the song that never ends. It just goes on and on my friends. Some people started singing it not knowing what it was, and they'll continue singing it forever just because . . .
LennethValkyrie5
Posts: 11
Joined: August 22nd, 2011, 4:10 am

Re: Skins will not show Correct CPU or Memory Usage

Post by LennethValkyrie5 »

yup, it worked. Thanks :3
and yes, i shall read up ^^
so i can make my own awesome skins~

thank you all very much :3