Re: Pretty Impressive Clock
haha, I don't understand this clock at all. I'd be late to everything I went to if I had to take 10 minutes everyday to figure out what the time was on this clock :p
But other than that it looks nice.
Re: Pretty Impressive Clock
Yeah it takes a while to understand it, but after that its great just glancing at your screen when someone asks what the time is and then telling them.
To read it you do this:
If the time was 12:35 then, there would be 1 red light on in first group, 2 green lights on in second group, 3 blue lights on in third group, and 5 red lights on in fourth group. Simple!
Re: Pretty Impressive Clock
Feel free to leave comments!
Re: Pretty Impressive Clock
Very pretty, however, there was a problem with one of the options... this is the fix..
VB Code:
Case "Every 5 Seconds"
frmMain.tmrRefresh.Interval = 5000
Call SaveSetting("Clock", "General", "Interval", "5000")
You had it checking for an "every 4 seconds" option, which doesn't exist ;)
Re: Pretty Impressive Clock
Thanks for the heads-up!
I'll update it as soon as I get time
Re: Pretty Impressive Clock
Re: Pretty Impressive Clock
I could not make heads nor tails out of this. How does it display the time? :confused:
Also, there is nowhere on the "clock" form to load the options form. How does one get to that?
Re: Pretty Impressive Clock
Hack, double Click the form...
Also, the time id displayed as follows.
1st set of images = 1 Or 2.
2nd Set of images = 0 through 9
3rd Set Of Images = 0 through 9
4th Set of images = 0 though 9
Now, say the time was 20.56
It would be as follows.
1st set = 2
2nd Set = 0
3rd set = 5
4th set = 6
Do you understand now ?
They are graphically displayed, read the images basically.
Re: Pretty Impressive Clock
Quote:
Originally Posted by thegreatone
Hack, double Click the form...
How did you know that? Is that explained somewhere?
Quote:
Originally Posted by thegreatone
Also, the time id displayed as follows.
1st set of images = 1 Or 2.
2nd Set of images = 0 through 9
3rd Set Of Images = 0 through 9
4th Set of images = 0 though 9
Now, say the time was 20.56
It would be as follows.
1st set = 2
2nd Set = 0
3rd set = 5
4th set = 6
Do you understand now ?
They are graphically displayed, read the images basically.
No...all three sets of images constantly blink and move and change and stuff.
Re: Pretty Impressive Clock
I read through the code, followed it through, and then noticed that in the Form_dblClick event it opened the options form.
The option settings are exactly what thats for, set it to 5seconds, and you'll be able to read them :p I had the same problems.
Re: Pretty Impressive Clock
Quote:
Originally Posted by thegreatone
I read through the code, followed it through, and then noticed that in the Form_dblClick event it opened the options form.
Oh sure smarty pants, go an read the code. :D
Quote:
Originally Posted by thegreatone
The option settings are exactly what thats for, set it to 5seconds, and you'll be able to read them :p I had the same problems.
Ahhhh....gotcha
shirazamod: I'm a "when all else fails read the documentation" kind of guy...by default, this should be set to one minute, and you should include a ReadMe.txt with your zip that explains all of this.
Thanks thegreatone!
Re: Pretty Impressive Clock
No problems hack, i would have to agree with the documentation, or at least, some mention in the original post ;)
Re: Pretty Impressive Clock
Sorry about the confusion!
I'll edit my original post.
Thanks for the comments any how