It is currently April 20th, 2024, 1:40 am

Search Bar (10 in 1) V1.1 (Update)

RSS, ATOM and other feeds, GMail, Stocks, any information retrieved from the internet
User avatar
dilshad
Posts: 85
Joined: August 31st, 2012, 4:23 am

Re: Search Bar (10 in 1) V1.1 (Update)

Post by dilshad »

@ 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.
[ BOXES ]
I will be coming with it soon!

■■ DeviantartFacebookMy works ■■
User avatar
fonpaolo
Moderator
Posts: 1387
Joined: April 11th, 2013, 8:08 pm
Location: Italy

Re: Search Bar (10 in 1) V1.1 (Update)

Post by fonpaolo »

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).
User avatar
Grim
Posts: 56
Joined: February 5th, 2014, 3:44 pm
Location: Canada

Re: Search Bar (10 in 1) V1.1 (Update)

Post by Grim »

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.