Jump to content




Watch Program - Never forget the time


  • You cannot reply to this topic
24 replies to this topic

#1 remiX

  • Members
  • 2,076 posts
  • LocationSouth Africa

Posted 23 February 2013 - 11:45 AM

Time Program

v2.0

I present to you a small program, known as the Time Program ( fail name ), which allows you to check the time for any timezone.
You can use your scroll button on your mouse (or arrow keys) to increase or decrease the GMT value for the watch.
It uses http api to get the current UTC time and date from a website of mine and from there CC takes control.

Have fun xD

Download here from pastebin.

Features
  • Change the GMT using mouse-scroll / arrow keys
  • Select a different format the current date (doesn't save if you change - defaults to month/day/year)
  • Amazing background/colours/watch xD
  • Mouse-support for advanced computers. The buttons will not work for non-advanced computers ( will fix next )
Changelog
Spoiler

New screenshots:
Spoiler

Old screenshots:
Spoiler


#2 NDFJay

  • Members
  • 216 posts
  • LocationLeeds, England

Posted 23 February 2013 - 11:48 AM

Not gonna lie, thats pretty cool, I was thinking of making something like this for my UI but couldnt figure out an effective way to do it lol, 1 internetz for you

#3 remiX

  • Members
  • 2,076 posts
  • LocationSouth Africa

Posted 23 February 2013 - 11:55 AM

Haha thanks :P

jag_e_nummer_ett had mentioned it to someone here and when i read i thought it would take long but it actually didnt. And then I saw someone had bumped the thread and I read his post again and thought I would just make it :P

#4 jag

  • Members
  • 533 posts
  • LocationStockholm, Sweden

Posted 24 February 2013 - 12:36 AM

:D

#5 jag

  • Members
  • 533 posts
  • LocationStockholm, Sweden

Posted 24 February 2013 - 01:14 AM

I got some simple ideas for improvement:
  • New background (image, text)
  • Exit button (Not sure if there is one, but could use one in the corner or something)
  • Screen optimizing (if you somehow get a bigger/smaller screen, for example a monitor)
  • Button usage (currently you can only control it via scrolling, but I'd like if you add just a simple "if p1 == keys.up then")
  • Error handling (for the http, colors, etc.. A.t.m. if you launch it via a regular computer it returns "ccwatch:94: Colour not supported")
  • Use'able on a regular computer, so that you can use it for example on turtles.
And last but not least; why is the code on sidekicks pastebin account?

#6 Goof

  • Members
  • 751 posts

Posted 24 February 2013 - 01:37 AM

could you make, so we would be able to customise the date display? (and the time display) so, like we could change the

02/22/2013

to

22/02/2013

or

2013/22/02
etc...

Thanks :P

#7 remiX

  • Members
  • 2,076 posts
  • LocationSouth Africa

Posted 24 February 2013 - 02:42 AM

View Postjag_e_nummer_ett, on 24 February 2013 - 01:14 AM, said:

I got some simple ideas for improvement:
  • New background (image, text)
  • Exit button (Not sure if there is one, but could use one in the corner or something)
  • Screen optimizing (if you somehow get a bigger/smaller screen, for example a monitor)
  • Button usage (currently you can only control it via scrolling, but I'd like if you add just a simple "if p1 == keys.up then")
  • Error handling (for the http, colors, etc.. A.t.m. if you launch it via a regular computer it returns "ccwatch:94: Colour not supported")
  • Use'able on a regular computer, so that you can use it for example on
Well I was just bored and came up with the simplest background :D
At first, it was just black background and white text with borders of | and - ... then I realised it looks really boring so I made colour background.
Your background colour is amazing and I'll use it :P

As for the other suggestions, ill add too :D
Will have non-colour support too


View Postjag_e_nummer_ett, on 24 February 2013 - 01:14 AM, said:

And last but not least; why is the code on sidekicks pastebin account?

I am sidekick. My name on CC forums used to be sidekick_ but I changed it to remiX a while back. When I created the pastebin account, my name was still sidekick_ on these forums :)

View PostMikk809h, on 24 February 2013 - 01:37 AM, said:

could you make, so we would be able to customise the date display? (and the time display) so, like we could change the

02/22/2013

to

22/02/2013

or

2013/22/02
etc...

Thanks :P

Good idea, at the moment it's month/day/year

#8 savior67

  • Members
  • 33 posts

Posted 24 February 2013 - 05:15 AM

Looks great! Only suggestion would be to brighten it up a little bit. Grey is a tad dull.

#9 remiX

  • Members
  • 2,076 posts
  • LocationSouth Africa

Posted 24 February 2013 - 06:54 AM

View Postsavior67, on 24 February 2013 - 05:15 AM, said:

Looks great! Only suggestion would be to brighten it up a little bit. Grey is a tad dull.

Haha yeah very true ^^

Okay well I've update to v2.0 -- seeming as I did quite a lot :)

Changes
- Background colour
- Add an option to change the date format
- You can now exit the program
- Help screen
- After exiting, it tells you your last set GMT and the time/date according to that GMT
- Support for non-advanced computers

Please Note:
Dumbly, I made the buttons forgetting about non-advanced computers and they're now only able to be clicked using an advanced computer. Can't believe I forgot about non-advanced pc's lol :(
I'll fix this tomorrow or sometime ._.

Link: Check OP or click here

Will update screenshots soon.

#10 jag

  • Members
  • 533 posts
  • LocationStockholm, Sweden

Posted 24 February 2013 - 05:53 PM

View PostremiX, on 24 February 2013 - 02:42 AM, said:

I am sidekick. My name on CC forums used to be sidekick_ but I changed it to remiX a while back. When I created the pastebin account, my name was still sidekick_ on these forums :)

Ahhhh!! I got 'cha!

#11 remiX

  • Members
  • 2,076 posts
  • LocationSouth Africa

Posted 24 February 2013 - 10:22 PM

View Postjag_e_nummer_ett, on 24 February 2013 - 05:53 PM, said:

View PostremiX, on 24 February 2013 - 02:42 AM, said:

I am sidekick. My name on CC forums used to be sidekick_ but I changed it to remiX a while back. When I created the pastebin account, my name was still sidekick_ on these forums :)

Ahhhh!! I got 'cha!

:)

What do you think of the new version? :P

#12 NDFJay

  • Members
  • 216 posts
  • LocationLeeds, England

Posted 24 February 2013 - 10:26 PM

Remix, the download link appears to be missing :(

#13 remiX

  • Members
  • 2,076 posts
  • LocationSouth Africa

Posted 24 February 2013 - 11:03 PM

View PostNDFJay, on 24 February 2013 - 10:26 PM, said:

Remix, the download link appears to be missing :(/>

Dafuu. Must have broken it when I edited the post for new version. It's fixed now :P

#14 Lightning101

  • Members
  • 5 posts

Posted 25 February 2013 - 01:01 AM

Any chance of getting it to render a digital clock on an advanced monitor with touchscreen buttons below to change the time?

#15 remiX

  • Members
  • 2,076 posts
  • LocationSouth Africa

Posted 25 February 2013 - 02:25 AM

View PostLightning101, on 25 February 2013 - 01:01 AM, said:

Any chance of getting it to render a digital clock on an advanced monitor with touchscreen buttons below to change the time?

That's a lot of work and I'm not quite up to it :P Why don't you try it :)

#16 Lightning101

  • Members
  • 5 posts

Posted 25 February 2013 - 02:47 AM

Quote

That's a lot of work and I'm not quite up to it :P Why don't you try it :)

I have my own projects to attend to :P but maybe in the future I will

#17 jag

  • Members
  • 533 posts
  • LocationStockholm, Sweden

Posted 25 February 2013 - 05:33 AM

View PostremiX, on 24 February 2013 - 10:22 PM, said:

What do you think of the new version? :P

It looks much better! Much more appealing.

#18 AnthonyD98™

  • Members
  • 193 posts
  • LocationAuckland, New Zealand

Posted 25 February 2013 - 04:48 PM

Cool :D

#19 remiX

  • Members
  • 2,076 posts
  • LocationSouth Africa

Posted 25 February 2013 - 05:50 PM

View Postjag_e_nummer_ett, on 25 February 2013 - 05:33 AM, said:

View PostremiX, on 24 February 2013 - 10:22 PM, said:

What do you think of the new version? :P/>

It looks much better! Much more appealing.

Yeah, definitely!

View PostAnthonyD98™, on 25 February 2013 - 04:48 PM, said:

Cool :D/>

Thanks :P

I might add monitor support later, what do you guys think?

#20 Sammich Lord

    IRC Addict

  • Members
  • 1,212 posts
  • LocationThe Sammich Kingdom

Posted 25 February 2013 - 05:58 PM

I'll put it on a monitor at my base and see the time when I too lazy to look at the corner of my screen.





1 user(s) are reading this topic

0 members, 1 guests, 0 anonymous users