Page 1 of 2

Is it possible to Redraw only a specific meter?

Posted: March 26th, 2017, 9:04 pm
by kyriakos876
Hello, is there any bang that would Redraw/Refresh only a specific meter on the skin instead of all of them?

(I'm sure this has been posted before in the forum, but I couldn't find an answer)

Re: Is it possible to Redraw only a specific meter?

Posted: March 26th, 2017, 9:16 pm
by HeyItsTJ4

Re: Is it possible to Redraw only a specific meter?

Posted: March 26th, 2017, 9:25 pm
by kyriakos876
Thanks for replying but this article talks only about Redrawing the whole skin. I'm interested into Redrawing only a specific meter.

Re: Is it possible to Redraw only a specific meter?

Posted: March 26th, 2017, 9:40 pm
by HeyItsTJ4
Read the reply where someone commented here: https://forum.rainmeter.net/viewtopic.php?p=54559#p54559

Re: Is it possible to Redraw only a specific meter?

Posted: March 26th, 2017, 9:55 pm
by kyriakos876
HeyItsTJ4 wrote:Read the reply where someone commented here: https://forum.rainmeter.net/viewtopic.php?p=54559#p54559
I read all of the replies in this topic. I didn't find anything that helps me :/

Re: Is it possible to Redraw only a specific meter?

Posted: March 26th, 2017, 10:09 pm
by HeyItsTJ4
!UpdateMeter [Meter] (Config)
Immediately updates the given meter regardless of UpdateDivider.

This will automatically redraw the selected Meter.

Re: Is it possible to Redraw only a specific meter?

Posted: March 26th, 2017, 11:20 pm
by theAzack9
There is currently no way of redrawing just one meter :/

Re: Is it possible to Redraw only a specific meter?

Posted: March 26th, 2017, 11:29 pm
by kyriakos876
theAzack9 wrote:There is currently no way of redrawing just one meter :/
Oh I see. Okay thanks ^_^

Re: Is it possible to Redraw only a specific meter?

Posted: March 27th, 2017, 12:55 am
by eclectic-tech
theAzack9 wrote:There is currently no way of redrawing just one meter :/
There IS a way to update just one meter ... @ HeyItsTJ4 gave the answer, but did not add the [!Redraw] bang.

Reference: https://docs.rainmeter.net/manual-beta/bangs/#UpdateMeter

All meter will update at the skin update rate, usually every second, but to update a meter immediately after a change use [!UpdateMeter MeterName][!Redraw]

Re: Is it possible to Redraw only a specific meter?

Posted: March 27th, 2017, 1:01 am
by jsmorley
eclectic-tech wrote:There IS a way to update just one meter ... @ HeyItsTJ4 gave the answer, but did not add the [!Redraw] bang.

Reference: https://docs.rainmeter.net/manual-beta/bangs/#UpdateMeter

All meter will update at the skin update rate, usually every second, but to update a meter immediately after a change use [!UpdateMeter MeterName][!Redraw]
Right. But understand the difference between "updating" a meter, which more or less gathers the information the meters needs and does any calculations and such, and "redraw", which is what actually draws the skin contents, is done for the entire skin at once, and can't be done on any "individual" basis.

The answer to "Is it possible to Redraw only a specific meter?" is no, period.