It is currently May 8th, 2024, 10:48 pm

ToolTip - Tooltip Action

Skins that control functions in Windows or Rainmeter
User avatar
Kurou
Posts: 42
Joined: January 24th, 2022, 2:54 pm
Location: World Wide Web

ToolTip - Tooltip Action

Post by Kurou »

ToolTip

Image

Simple tooltip to avoid using default one.

Example:

Code: Select all

MouseOverAction=[!WriteKeyValue Variables config "left;upper;600;12;230,230,230,250;40,40,40,255;Some {random text} i wrote here!" "#ROOTCONFIGPATH#\tooltip\index.ini"][!ActivateConfig "#ROOTCONFIG#\tooltip"]
MouseLeaveAction=[!DeactivateConfig "#ROOTCONFIG#\tooltip"]


{some text} Every character { or } will be swapped for ".

ALIGN: left, center, right
CASE: upper, lower, proper, normal
WEIGHT: 0-1000
SIZE: 0-inf
COLOR: rgb, rgba, hex, hexa
BACKGROUND COLOR: rgb, rgba, hex, hexa
TEXT: your input


Download list:
  • ContextExample_1.0.2.rmskin
You do not have the required permissions to view the files attached to this post.
Brought to you by: https://kurou.dev/
User avatar
Yincognito
Rainmeter Sage
Posts: 7211
Joined: February 27th, 2015, 2:38 pm
Location: Terra Yincognita

Re: ToolTip - Tooltip Action

Post by Yincognito »

I went the path you did a while ago, and the relatively slow physical writing to the file using !WriteKeyValue is not needed, skins can "communicate" to each other in memory, via !SetVariable or !SetOption bangs with the optional Config parameter. My example is a bit more complex since I needed more "features" to it, but if you're curious, you can check it in its Tips & Tricks section of the forum.
Profiles: Rainmeter ProfileDeviantArt ProfileSuites: MYiniMeterSkins: Earth
User avatar
Kurou
Posts: 42
Joined: January 24th, 2022, 2:54 pm
Location: World Wide Web

Re: ToolTip - Tooltip Action

Post by Kurou »

Yincognito wrote: December 17th, 2023, 6:38 pm I went the path you did a while ago, and the relatively slow physical writing to the file using !WriteKeyValue is not needed, skins can "communicate" to each other in memory, via !SetVariable or !SetOption bangs with the optional Config parameter. My example is a bit more complex since I needed more "features" to it, but if you're curious, you can check it in its Tips & Tricks section of the forum.
Thats just first version, i will tinker with it to check what suits my needs :)
Brought to you by: https://kurou.dev/
User avatar
Yincognito
Rainmeter Sage
Posts: 7211
Joined: February 27th, 2015, 2:38 pm
Location: Terra Yincognita

Re: ToolTip - Tooltip Action

Post by Yincognito »

Kurou wrote: December 17th, 2023, 7:44 pm Thats just first version, i will tinker with it to check what suits my needs :)
Of course - no reason to make it other than what you envision. :thumbup:
Profiles: Rainmeter ProfileDeviantArt ProfileSuites: MYiniMeterSkins: Earth