Reply
Old May 19th, 2004 Top | #1
 
chaos945's Avatar
OSNN Senior Addict
Joined: February 2003
Posts: 949
Reputation: 300
Power: 95

Default StartClock

This program will completely replace the tray clock on the right hand side of your start menu bar by replacing the 'start' text with the current time.

To access the date/time menu press CTRL+ALT+D, to exit the script press CTRL+ALT+X.
Changes:
  • added INI configuration for easy customization of StartClock
    - 24HourClock ; turns on 24 hour clock
    - 12HourClock_WithSeconds ; turns seconds on 12 hour clock
  • cannot double click on the icons in systray to open them. Resolved?
  • when StartClock is running, the tool tip hovering forum links does not work. Resolved.

* New official homepage, thank you Electronic Punk!
Official Homepage
chaos945 is offline   Reply With Quote
Old May 19th, 2004 Top | #2

OSNN Folding Team  
Electronic Punk's Avatar
The Last High
Joined: December 2001
Location: Stonehenge
Posts: 18,835
Blog Entries: 49
Reputation: 3591
Power: 321

Default

Here is a screenshot and a link to the download, hosted by OSNN

http://startclock.osnn.net/files/StartClock.zip
Attached Thumbnails
StartClock-screenshot_clock.jpg  

Electronic Punk is offline   Reply With Quote
Old May 21st, 2004 Top | #3
 
ziptrx's Avatar
OSNN Addict
Joined: January 2004
Posts: 52
Reputation: 0
Power: 72

Default

It's getting better. Still some bugs that I see. Not being picky, just helping you improve on a great desktop enhancement.

1) Double clicking on systray icons is improving, although the problem is still there. It works better in 24hr format than 12hr.

2) When a window appears, the clock disappears and takes some time to reappear. It appears quicker in 24hr format than 12hr. (I can make a video showing this if need be.)

3) Don't know if this is a bug or caused by my start button. My start button has no words on it. The problem is the clock appears in 12hr format, but in 24hr it only shows the first digit. Screenshot is attached.

Keep up the good work.
Attached Images
 
ziptrx is offline   Reply With Quote
Old May 21st, 2004 Top | #4
 
chaos945's Avatar
OSNN Senior Addict
Joined: February 2003
Posts: 949
Reputation: 300
Power: 95

Default

Originally Posted by ziptrx
It's getting better. Still some bugs that I see. Not being picky, just helping you improve on a great desktop enhancement.
Thanks for your help!
Originally Posted by ziptrx
1) Double clicking on systray icons is improving, although the problem is still there. It works better in 24hr format than 12hr.
I think this is a performance issue related to either the running of the script directly, or the way it locates the windows to refresh. The fact that the 24hr clock works better is probably due to the simplicity in the coding of that function.
Originally Posted by ziptrx
2) When a window appears, the clock disappears and takes some time to reappear.
This is the refresh rate of the clock, after starting the program for the first time, the program waits for a set period, calculated ( 60000 - ( 1000 * current seconds) ) so if you start the clock at 12:45:10, the program will wait 50 seconds with a constant refresh. After this time the refresh gears itself down to 10 seconds, inside the INI configuration I have made it possible to adjust this value based on what you want. It is being run this way to preserve memory and CPU usage.

If I can get the program to constantly refresh the bar without memory issues I will. The original start bar does not need to worry about having to refresh since the text is static. The only time windows forces a refresh of the tray is when it is modified or when certain programs call the function, opening task manager does this for instance...I need to override the built-in refresh to stop the flickering of the clock.
Originally Posted by ziptrx
3) Don't know if this is a bug or caused by my start button. My start button has no words on it. The problem is the clock appears in 12hr format, but in 24hr it only shows the first digit. Screenshot is attached.
That is really strange, I've not seen that. I'll see if there is anything that could be causing it inside the coding.
chaos945 is offline   Reply With Quote
Old May 22nd, 2004 Top | #5
 
ziptrx's Avatar
OSNN Addict
Joined: January 2004
Posts: 52
Reputation: 0
Power: 72

Default

Update: When using 12hr format, the clock will not show the last digit. It is similiar to the screenshot I attached earlier.

Example: When the time reaches 10:00, it will display the time as 10:0 This is in 12hr format. Once the time reaches 1:00, time is displayed correctly.
ziptrx is offline   Reply With Quote
Old May 26th, 2004 Top | #6
 
chaos945's Avatar
OSNN Senior Addict
Joined: February 2003
Posts: 949
Reputation: 300
Power: 95

Default

New version available, minor updates.
chaos945 is offline   Reply With Quote
Old May 27th, 2004 Top | #7

OSNN Folding Team  
Electronic Punk's Avatar
The Last High
Joined: December 2001
Location: Stonehenge
Posts: 18,835
Blog Entries: 49
Reputation: 3591
Power: 321

Default

Cool

Is there a list of (maybe) custom themes that this application works with, I don't use Luna so haven't tried it myself.

Electronic Punk is offline   Reply With Quote
Old May 27th, 2004 Top | #8
 
chaos945's Avatar
OSNN Senior Addict
Joined: February 2003
Posts: 949
Reputation: 300
Power: 95

Default

▪ only Visual Styles that don't replace the start button with a bitmap will work

▪ if you change the Visual Style StartClock must be restarted
Here is a quote on the issue I had posted with an older version, I should put it on the mainpage I guess.

It should work with any theme that does not obscure the start button text with a bitmap. I've not done much testing on this though, themes that are confirmed are only Luna and Classic. I tested a few custom themes from Deviant that used bitmaps, the clock will not replace the images used in these visual styles.
chaos945 is offline   Reply With Quote
Old May 30th, 2004 Top | #9

OSNN Subscriber
OSNN Folding Team  
Khayman's Avatar
I'm sorry Hal...
Joined: January 2002
Location: England
Posts: 5,695
Reputation: 1210
Power: 164

Default

Is this a little bug?

When you open task manager, StartClock dissapears and then comes back once you close it. At least it does on mine Not a biggie though. Its not like i have task manager open all the time

"*I'm* on the server side. I don't know what side you're on"
Khayman is offline   Reply With Quote
Old May 30th, 2004 Top | #10

OSNN Subscriber  
SPeedY_B's Avatar
I may actually be insane.
Joined: March 2002
Location: Midlands, England
Posts: 16,127
Reputation: 2877
Power: 283

Default

I'm guessing that it doesn't work with Windows 2000 ? Doesn't seem to be mentioned on the site, but it just makes my start button wider when trying to use it
SPeedY_B is offline   Reply With Quote
Old May 30th, 2004 Top | #11
 
chaos945's Avatar
OSNN Senior Addict
Joined: February 2003
Posts: 949
Reputation: 300
Power: 95

Default

I've only tested on Windows XP (home/pro) with Luna, Classic and a few other misc themes. Maybe when I go to work today I'll commandeer a few workstations for testing.
chaos945 is offline   Reply With Quote
Old May 30th, 2004 Top | #12
 
Glaanieboy's Avatar
OSNN Veteran Addict
Joined: March 2002
Location: The Netherlands
Posts: 2,647
Reputation: 270
Power: 122

Default

I see you fixed the 24-hour format bug in your new release. Thanks for that

Oh, and a bug, possibly related to the refrsh thing, but I though I'd mention it anyway. The Start Menu button expands to accomodate the text displayed. But sometimes the button isn't expanded, while the time shows up correctly. This beheaviour disappears quickly though. I'll make a screenshot when I see it again.
Glaanieboy is offline   Reply With Quote
Old May 31st, 2004 Top | #13
 
chaos945's Avatar
OSNN Senior Addict
Joined: February 2003
Posts: 949
Reputation: 300
Power: 95

Default

Yes, this sounds to be related to the refresh bug. For those of you not caring about CPU usage just lower the refresh times in the configuration INI to solve most refresh related 'bugs'.

1000 ms = 1 second, default is 10 seconds.

I explained the way the program gears itself down after x.x seconds above. Go there..
chaos945 is offline   Reply With Quote
Old October 2nd, 2004 Top | #14
 
ShepsCrook's Avatar
Red Sox Fan!
Joined: September 2003
Location: Raleigh NC
Posts: 1,555
Reputation: 590
Power: 96

Default

nice little program, it'll take some time to get use to the clock not being on the right.

There's no place like 127.0.0.1
Antec P182b, Q6600, 8GB Ram,GTX260, X-Fi Platinum, 2x 640GB AALS
This is Bunny Dead ---> (\__/)
No world domination <--(='.'=)--<<

For him today.. hahaha (")_(")
ShepsCrook is offline   Reply With Quote
Old October 30th, 2004 Top | #15
 
chaos945's Avatar
OSNN Senior Addict
Joined: February 2003
Posts: 949
Reputation: 300
Power: 95

Default

Just a heads up, I've begun the next build and started adding all the features that have been requested. Below is a screenshot of the new build in action.

I've also overhauled the site and added a mailing list, if you want to be notified when the next build is released just sign up.


Things to look forward to:
* less resources used
* fewer/no crashes
* cleaner code/revised logic
* date and time feature
* hide trayclock without restarting or modifying the registry
* revised configuration
* allow custom formatting of clock text (example: @12hour @AMPM - @Date -> output -> 12:00AM - Oct. 30)
Attached Images
 
chaos945 is offline   Reply With Quote
Old October 31st, 2004 Top | #16
 
Hipster Doofus's Avatar
Good grief Charlie Brown
Joined: May 2002
Location: Melbourne Australia
Posts: 5,930
Reputation: 560
Power: 156

Default

Never had a problem with it. Looking forward to the update.

Pentium 4 2.6ghz 400mhz @ 3.07ghz 472mhz / Gigabyte GA-8IHXP v2.1 / RAMBUS PC 800 768mb / Sapphire Radeon 9600XT 256mb / 2 x Maxtor 80gb ATA133 DiamondMax, RAID0 :: 1 x Western Digital 7200 40gb / Liteon DVD-RW Dual Layer SOHW-1633S @ 1653S / Liteon 52x24x52 CD-RW LTR-52246S / Zalman CNPS7000A-Cu Fan / Antec TruePower 480w / RD3XP Gladiator Rounded Cables
Hipster Doofus is offline   Reply With Quote
Old November 16th, 2004 Top | #17
 
FishBoy's Avatar
Feeeesh
Joined: August 2004
Location: Khobar, Saudi Arabia (for summer vacay)
Posts: 1,725
Reputation: 530
Power: 87

Default

i have flyakite transformation pack on i wnated to try the clock thing but i can't now
FishBoy is offline   Reply With Quote
Old November 17th, 2004 Top | #18
 
Hipster Doofus's Avatar
Good grief Charlie Brown
Joined: May 2002
Location: Melbourne Australia
Posts: 5,930
Reputation: 560
Power: 156

Default

Great little feature. Keep it up chaos945.

Pentium 4 2.6ghz 400mhz @ 3.07ghz 472mhz / Gigabyte GA-8IHXP v2.1 / RAMBUS PC 800 768mb / Sapphire Radeon 9600XT 256mb / 2 x Maxtor 80gb ATA133 DiamondMax, RAID0 :: 1 x Western Digital 7200 40gb / Liteon DVD-RW Dual Layer SOHW-1633S @ 1653S / Liteon 52x24x52 CD-RW LTR-52246S / Zalman CNPS7000A-Cu Fan / Antec TruePower 480w / RD3XP Gladiator Rounded Cables
Hipster Doofus is offline   Reply With Quote
Old December 16th, 2004 Top | #19
 
chaos945's Avatar
OSNN Senior Addict
Joined: February 2003
Posts: 949
Reputation: 300
Power: 95

Default

New version, StartClock 1.0

I didn't get all the things I wanted to add in this version, but its a big improvement.

http://startclock.osnn.net/
chaos945 is offline   Reply With Quote
Old December 17th, 2004 Top | #20
 
Hipster Doofus's Avatar
Good grief Charlie Brown
Joined: May 2002
Location: Melbourne Australia
Posts: 5,930
Reputation: 560
Power: 156

Default

This program is really starting to take shape. Good work chaos945. Keep it up.

Much more stable when you unhide icons on the system tray. Comes back instantly.

Pentium 4 2.6ghz 400mhz @ 3.07ghz 472mhz / Gigabyte GA-8IHXP v2.1 / RAMBUS PC 800 768mb / Sapphire Radeon 9600XT 256mb / 2 x Maxtor 80gb ATA133 DiamondMax, RAID0 :: 1 x Western Digital 7200 40gb / Liteon DVD-RW Dual Layer SOHW-1633S @ 1653S / Liteon 52x24x52 CD-RW LTR-52246S / Zalman CNPS7000A-Cu Fan / Antec TruePower 480w / RD3XP Gladiator Rounded Cables
Hipster Doofus is offline   Reply With Quote

Reply

Bookmarks

Thread Tools

Posting Rules

Similar Threads
Thread Thread Starter Forum Replies Last Post
StartClock - Released! chaos945 Windows Desktop Systems 35 May 19th, 2004 9:07pm