It is currently March 28th, 2024, 8:31 pm

there is no information in the ToolTip from the registry and player

Get help with creating, editing & fixing problems with skins
User avatar
ZerOverdriver
Posts: 29
Joined: February 13th, 2017, 8:57 pm

there is no information in the ToolTip from the registry and player

Post by ZerOverdriver »

Hallo, comunity!
Please help me.
In ToolTip don't shows information from the registry and player.
Here are a couple of examples (I hope that in piece of code everything will be clear)

Code: Select all

[MeasureCPUNameW]
Measure=Registry
RegHKey=HKEY_LOCAL_MACHINE
RegKey=HARDWARE\DESCRIPTION\System\CentralProcessor\0
RegValue=ProcessorNameString
Substitute="       ":", "
UpdateDivider=-1

[MeasureCPUNameV]
Measure=Registry
RegHKey=HKEY_LOCAL_MACHINE
RegKey=HARDWARE\DESCRIPTION\System\CentralProcessor\0
RegValue=VendorIdentifier
UpdateDivider=-1

[Meter_Processor]
Meter=STRING
FontFace=Arial
FontSize=12
FontColor=154,178,255,220
StringStile=BOLD
Text=Processor
ToolTipType=1
ToolTipTitle="[MeasureCPUNameF]"
ToolTipText="[MeasureCPUNameW] #CRLF##Left Mouse# - #Resource monitor##CRLF##Right Mouse# - #Task Manager#"
LeftMouseUpAction=["%SystemRoot%\System32\resmon.exe"]
RightMouseUpAction=["taskmgr.exe"] 

Code: Select all

[MeasurePlayer]
Measure=Plugin
Plugin=NowPlaying
PlayerName=#PlayerNamePlugin#
PlayerType=TITLE
PlayerPath=#PlayerPath#

[MeasureArtist]
Measure=Plugin
Plugin=NowPlaying
PlayerName=[MeasurePlayer]
PlayerType=ARTIST
Substitute="":"N\A"

[Meter_PlayerInfo]
Meter=STRING
FontFace=Arial
FontSize=12
FontColor=154,178,255,220
StringStile=BOLD
Text=Processor
ToolTipType=1
ToolTipTitle="[MeasureArtist]"
ToolTipText="[MeasurePlayer]"
Tried and so: [&MeasureMarking]
So: [MeasureMarking:]
User avatar
balala
Rainmeter Sage
Posts: 16110
Joined: October 11th, 2010, 6:27 pm
Location: Gheorgheni, Romania

Re: there is no information in the ToolTip from the registry and player

Post by balala »

Try to add a DynamicVariables=1 option to the String meter(s).
User avatar
ZerOverdriver
Posts: 29
Joined: February 13th, 2017, 8:57 pm

Re: there is no information in the ToolTip from the registry and player

Post by ZerOverdriver »

My God, how simple was solved. :bow:
Thank you for the tip! :welcome:
Like I read the manual but missed something. :oops:
It helped me a lot to move , and then I'm stuck with this unresolved. :great:
User avatar
balala
Rainmeter Sage
Posts: 16110
Joined: October 11th, 2010, 6:27 pm
Location: Gheorgheni, Romania

Re: there is no information in the ToolTip from the registry and player

Post by balala »

Yes, I think we all do lose sometimes such details. Glad you got it working.