@ smurfier:
I would like to seek your help. Like I need a skin to be light by using Update=100 and then i want a meter in the skin to update every 1000 miliseconds i.e 1sec. how can I do this??
please also mntion that by doing this will the skin be light for the cpu.
It is currently September 26th, 2023, 5:55 am
Search Bar (10 in 1) V1.1 (Update)
-
- Posts: 85
- Joined: August 31st, 2012, 4:23 am
-
- Moderator
- Posts: 1387
- Joined: April 11th, 2013, 8:08 pm
- Location: Italy
Re: Search Bar (10 in 1) V1.1 (Update)
To be light for the CPU, simply use Update=100 only for the meters/measures that really need to be updated with that high frequency.
For the rest of your skin use Updatedivider=10 (100*10=1000) where needed and for everything that doesn't really need to be updated use UpdateDivider=-1 (for images, background, measures/meters with values that doesn't change or only once at startup).
For the rest of your skin use Updatedivider=10 (100*10=1000) where needed and for everything that doesn't really need to be updated use UpdateDivider=-1 (for images, background, measures/meters with values that doesn't change or only once at startup).
-
- Posts: 56
- Joined: February 5th, 2014, 3:44 pm
- Location: Canada
Re: Search Bar (10 in 1) V1.1 (Update)
I too am working on a skin and came across this awesome guide for the "update" settings.
http://docs.rainmeter.net/tips/update-guide
Went through my whole skin and basically optimized it using the guide.
http://docs.rainmeter.net/tips/update-guide
Went through my whole skin and basically optimized it using the guide.