It is currently April 25th, 2024, 1:13 pm

Display numeric value of measure

Get help with creating, editing & fixing problems with skins
mistic100
Posts: 35
Joined: October 12th, 2014, 5:27 pm

Display numeric value of measure

Post by mistic100 »

Hello,

sorry of this question has already been asked, I cannot find the info anywhere

I use the built in Win7AudioPlugin plugin which has both a numeric and a string value.
How to display the numeric value has text ?

Isn't there any option in the String meter to display the numeric value instead of the string value ? Or do we have to "proxy" with a Calc measure ?

Code: Select all

[MeasureVolume]
Measure=Plugin
Plugin=Win7AudioPlugin

[MeterVolumeText]
Meter=String
MeasureName=MeasureVolume
Text="%1 %"
This displays "Realtek %"

Thank you
User avatar
balala
Rainmeter Sage
Posts: 16168
Joined: October 11th, 2010, 6:27 pm
Location: Gheorgheni, Romania

Re: Display numeric value of measure

Post by balala »

mistic100 wrote: April 6th, 2019, 10:58 am This displays "Realtek %"
Use the Text=[MeasureVolume:] option and add a DynamicVariables=1 option to the [MeterVolumeText] meter.
mistic100
Posts: 35
Joined: October 12th, 2014, 5:27 pm

Re: Display numeric value of measure

Post by mistic100 »

Perfect, :thumbup:
User avatar
balala
Rainmeter Sage
Posts: 16168
Joined: October 11th, 2010, 6:27 pm
Location: Gheorgheni, Romania

Re: Display numeric value of measure

Post by balala »

mistic100 wrote: April 6th, 2019, 12:08 pm Perfect, :thumbup:
I'm glad.