It is currently December 1st, 2023, 7:27 am
comments on hover
-
- Posts: 113
- Joined: November 15th, 2021, 1:47 am
- Location: Brazil
comments on hover
i just forgor how can i put a comment do help someone that will use my skin, when i hover a meter
;===========================================Rafamear=================================================
;=========================
========== My DeviantArt ==========
==============================
;=========================


-
- Rainmeter Sage
- Posts: 6379
- Joined: February 27th, 2015, 2:38 pm
- Location: Terra Yincognita
Re: comments on hover
Use a tooltip:
https://docs.rainmeter.net/manual/meters/general-options/tooltips/
As for commenting parts of the code, just precede the desired lines with the ; sign.
-
- Rainmeter Sage
- Posts: 15814
- Joined: October 11th, 2010, 6:27 pm
- Location: Gheorgheni, Romania
Re: comments on hover
I see Yincognito is not sure what does this mean, same way as I am not either. So, if by comment you did mean to comment out something in your code, make sure not to misunderstand Yincognito's reply:
A semicolon can be used to comment out something ONLY if it is the first character of a line. Unlike in any real programming language, you can't use a semicolon inside of a line, to comment out just what is following the semicolon. Details here.Yincognito wrote: ↑November 20th, 2023, 6:09 pm As for commenting parts of the code, just precede the desired lines with the ; sign.
-
- Rainmeter Sage
- Posts: 6379
- Joined: February 27th, 2015, 2:38 pm
- Location: Terra Yincognita
Re: comments on hover
Yeah, I should have probably been clearer and say "As for commenting parts of the code, just precede each of the desired lines with the ; sign."

-
- Rainmeter Sage
- Posts: 15814
- Joined: October 11th, 2010, 6:27 pm
- Location: Gheorgheni, Romania
Re: comments on hover
Not sure. For a beginner it's not enough to say it this way. I assume...Yincognito wrote: ↑November 20th, 2023, 9:06 pm Yeah, I should have probably been clearer and say "As for commenting parts of the code, just precede each of the desired lines with the ; sign."![]()
-
- Rainmeter Sage
- Posts: 6379
- Joined: February 27th, 2015, 2:38 pm
- Location: Terra Yincognita
Re: comments on hover
Well, even a beginner can still make logical connections, so I suppose most of them can deduce this much.

In any case, you already posted some additional clarifications on this, so I think it's alright. Most likely the OP referred to tooltips anyway, given the hover over a meter part...
-
- Rainmeter Sage
- Posts: 15814
- Joined: October 11th, 2010, 6:27 pm
- Location: Gheorgheni, Romania
Re: comments on hover
Ooops, right. Missed this detail. My bad...Yincognito wrote: ↑November 21st, 2023, 10:58 am Most likely the OP referred to tooltips anyway, given the hover over a meter part...
-
- Rainmeter Sage
- Posts: 6379
- Joined: February 27th, 2015, 2:38 pm
- Location: Terra Yincognita