It is currently September 15th, 2024, 11:30 pm
Glowing Dots Screensaver
-
- Rainmeter Sage
- Posts: 16543
- Joined: October 11th, 2010, 6:27 pm
- Location: Gheorgheni, Romania
Glowing Dots Screensaver
A while ago I read about the SysInfo plugin and its IDLE_TIME option and I got the idea to create a skin similar with a "screensaver". I always was a fan of a good screensaver. So, here's the result of this work.
In the development of this skin I was helped by Chevinster. Thanks!
After loading of the skin you can access a settings panel moving the mouse in the upper left corner of the screen.
Comments are welcomed.
You do not have the required permissions to view the files attached to this post.
Last edited by balala on January 13th, 2015, 5:41 pm, edited 2 times in total.
-
- Posts: 165
- Joined: June 29th, 2014, 8:35 pm
Re: Glowing Dots Screensaver
Last edited by Brian on January 9th, 2015, 8:24 pm, edited 1 time in total.
Reason: Please use [hsimg] for larger images.
Reason: Please use [hsimg] for larger images.
-
- Rainmeter Sage
- Posts: 16543
- Joined: October 11th, 2010, 6:27 pm
- Location: Gheorgheni, Romania
Re: Glowing Dots Screensaver
It seems that in your case [MeasureRandDot1Color], [MeasureRandDot1Color], ..., [MeasureRandDot12Color] returns always 0. The first eight should return a random value between 1 and 8 and the other four between 1 and 4. The image of the dots are Dot1.png, Dot2.png, ..., Dot8.png (the moving dots) and Dot1P.png, ..., Dot4P.png (the fixed dots). Like these measures would be disabled.
I have no idea what could cause this. Please upload the code of the skin to can check, but I assume you didn't modify it. Have anybody else gave it a try? If so, how it works?
I have no idea what could cause this. Please upload the code of the skin to can check, but I assume you didn't modify it. Have anybody else gave it a try? If so, how it works?
-
- Developer
- Posts: 22744
- Joined: April 19th, 2009, 11:02 pm
- Location: Fort Hunt, Virginia, USA
Re: Glowing Dots Screensaver
The screensaver works as expected, but I do get a bunch of the same error in the log. I think it is caused by the very first update of the meters taking place when some measure values are still "0". I suspect that after the first update, all is well.
-
- Posts: 165
- Joined: June 29th, 2014, 8:35 pm
Re: Glowing Dots Screensaver
i did not change anything, only installed and trying to run it, sometimes i get that control in left up corner
-
- Rainmeter Sage
- Posts: 5514
- Joined: April 12th, 2012, 9:40 pm
- Location: Cedar Point, Ohio, USA
Re: Glowing Dots Screensaver
The 'settings.inc' file is not in the skin folder anywhere...balala wrote:It seems that in your case [MeasureRandDot1Color], [MeasureRandDot1Color], ..., [MeasureRandDot12Color] returns always 0. The first eight should return a random value between 1 and 8 and the other four between 1 and 4. The image of the dots are Dot1.png, Dot2.png, ..., Dot8.png (the moving dots) and Dot1P.png, ..., Dot4P.png (the fixed dots). Like these measures would be disabled.
I have no idea what could cause this. Please upload the code of the skin to can check, but I assume you didn't modify it. Have anybody else gave it a try? If so, how it works?
I get the same log messages as drakulaboy...
:: My DA Gallery :: Rainmeter DA Gallery :: Rainmeter Workshops :: Rainmeter Documentation :: BBCode Guide ::
-
- Posts: 165
- Joined: June 29th, 2014, 8:35 pm
Re: Glowing Dots Screensaver
was about to say that settings.inc is not in skin dir. Have copyed Dot1 and Dot1P , renamed to Dot0 and Dot0P, now in Log is only Unable to read settings.inc
-
- Rainmeter Sage
- Posts: 16543
- Joined: October 11th, 2010, 6:27 pm
- Location: Gheorgheni, Romania
Re: Glowing Dots Screensaver
Yes jsmorley, indeed that's the explonation. I never checked it before, but now I see that I get the same errors, but only when the skin is loaded. Never later. So, my question is that if when the skin is loaded, this measure:jsmorley wrote:The screensaver works as expected, but I do get a bunch of the same error in the log. I think it is caused by the very first update of the meters taking place when some measure values are still "0". I suspect that after the first update, all is well.
Code: Select all
[MeasureRandDot1Color]
Measure=Calc
Formula=Random
LowBound=1
HighBound=8
UpdateRandom=1
UniqueRandom=1
This indeed is my fault. Initily I wanted to use a Settings.inc file to store the value of some variables. Later I resigned it, but forgot to delete the @Include=settings.inc line from there. Sorry, but this don't give any trouble at all.eclectic-tech wrote:The 'settings.inc' file is not in the skin folder anywhere...
I get the same log messages as drakulaboy...
So, the question is how could be avoided the initial situation, when those measures should return a greater value then 0, but they don't.
Or the simplest solution would be to include a Dot0.png and a Dot0P.png to avoid that errors?
-
- Posts: 165
- Joined: June 29th, 2014, 8:35 pm
Re: Glowing Dots Screensaver
still don't see anything on desktop, no lines, dots, wallpaper after deleting settings.inc line
is that suppose to change quick? MeasureSetWallpaper
is that suppose to change quick? MeasureSetWallpaper
-
- Rainmeter Sage
- Posts: 16543
- Joined: October 11th, 2010, 6:27 pm
- Location: Gheorgheni, Romania
Re: Glowing Dots Screensaver
The skin has set the Update=100, so it is updated 10 times per second. To see anything you have to wait without any interaction with your computer (without keypress or mouse movement) at least #Wait# seconds. To verify the settings, move your mouse in the upper left corner of the screen and you'll see a settings panel. There you'll have a numerical value. That's the number of seconds you have to wait befor the dots become visible (it should work as a screensaver: if you don't work with the computer after a while the screensaver srtarts. Until then, you see nothing). Also, you can set this time on that settings panel.drakulaboy wrote:still don't see anything on desktop, no lines, dots, wallpaper after deleting settings.inc line
is that suppose to change quick? MeasureSetWallpaper