It is currently May 3rd, 2024, 10:41 am

Measure - meter updating (without refreshing skin) help

Get help with creating, editing & fixing problems with skins
kennyist
Posts: 54
Joined: October 8th, 2011, 11:49 pm

Measure - meter updating (without refreshing skin) help

Post by kennyist »

Edit: www.kennyiststudios.co.uk/epra/ER1.00.php The skin if needed.

Hi,

Im having problems trying to have a dynamic update in my skin. I would normally use [!Refresh config] but the part I want to have a dynamic refresh is on a default hidden part so it would refresh to something else. I've tried:

Code: Select all

[Server-page-1]
Meter=String
x=r
y=90
FontSize=8
FontColor=#cWhite#
StringEffect=SHADOW
StringStyle=Bold
StringAlign=Left
Text=Page - 1 -
LeftMouseDownAction=!Execute  [!WriteKeyValue MeasureServers Url http://www.epicradio.co.uk/servers/players "#ROOTCONFIGPATH#\Menu\menu.ini"][!UpdateMeasure MeasureServer][!UpdateMeterGroup Server]
Antialias=1
Group=Server | All
Hidden=1

[Server-page-2]
Meter=String
x=54r
y=r
FontSize=8
FontColor=#cWhite#
StringEffect=SHADOW
StringStyle=Bold
StringAlign=Left
Text= 2 -
LeftMouseDownAction=!Execute  [!WriteKeyValue MeasureServers Url http://www.epicradio.co.uk/servers/players?page=2 "#ROOTCONFIGPATH#\Menu\menu.ini"][!UpdateMeasure MeasureServer][!UpdateMeterGroup Server]
Antialias=1
Group=Server | All
Hidden=1
And other variations of that with no luck. The measure and meters in question:

Code: Select all

[MeasureServers]
Measure=Plugin
Plugin=Plugins\WebParser.dll
UpdateRate=#updateSer#
Url=http://www.epicradio.co.uk/servers/players
RegExp=(?siU)#SERVERGET##SERVERGET2##SERVERGET##SERVERGET2##SERVERGET##SERVERGET2#
DynamicVariables=1
And

Code: Select all

[SS1-T]
Meter=String
MeasureName=S1-N
W=280
H=20
x=20
y=110
FontSize=10
FontColor=#cWhite#
StringEffect=SHADOW
StringStyle=Bold
StringAlign=Left
LeftMouseDownAction=[S1-L]
ClipString=1
Antialias=1
Group=Server | All
Hidden=1

[SS1-P]
Meter=String
MeasureName=S1-G
MeasureName2=S1-P
x=r
y=18r
FontSize=8
FontColor=#cWhite#
StringEffect=SHADOW
StringStyle=Bold
StringAlign=Left
Text=Game: %1     Players: %2
Antialias=1
Group=Server | All
Hidden=1

[SS1-M]
Meter=String
MeasureName=S1-m
x=r
y=15r
FontSize=8
FontColor=#cWhite#
StringEffect=SHADOW
StringStyle=Bold
StringAlign=Left
Text=Map: %1
Antialias=1
Group=Server | All
Hidden=1

[SS2-T]
Meter=String
MeasureName=S2-N
W=280
H=20
x=r
y=20r
FontSize=10
FontColor=#cWhite#
StringEffect=SHADOW
StringStyle=Bold
StringAlign=Left
LeftMouseDownAction=[S2-L]
ClipString=1
Antialias=1
Group=Server | All
Hidden=1

[SS2-P]
Meter=String
MeasureName=S2-G
MeasureName2=S2-P
x=r
y=18r
FontSize=8
FontColor=#cWhite#
StringEffect=SHADOW
StringStyle=Bold
StringAlign=Left
Text=Game: %1     Players: %2
Antialias=1
Group=Server | All
Hidden=1

[SS2-M]
Meter=String
MeasureName=S2-m
x=r
y=15r
FontSize=8
FontColor=#cWhite#
StringEffect=SHADOW
StringStyle=Bold
StringAlign=Left
Text=Map: %1
Antialias=1
Group=Server | All
Hidden=1
User avatar
~Faradey~
Posts: 366
Joined: November 12th, 2009, 4:47 pm
Location: Ukraine

Re: Measure - meter updating (without refreshing skin) help

Post by ~Faradey~ »

read this: http://rainmeter.net/forum/viewtopic.php?f=15&t=10844
i think it would help you :)