Page 2 of 3

Posted: Fri Feb 23, 2007 12:41 am
by Amundo
I know this thread is old, but this product is very interesting:

http://www.4neurons.com/Clock/

Posted: Fri Feb 23, 2007 2:53 am
by netmaestro
hmmpf. Twice the size and half the features. And it costs money :roll:

Posted: Fri Feb 23, 2007 2:56 am
by GeoTrail
$14.95? hehehe Made by you Amundo? Hehehe

I'll stick with netmaestro's great clock ;)

Posted: Sat Feb 24, 2007 6:24 pm
by Amundo
No!

I was half wondering if netmaestro's work had been plagiarised(?) when I saw the name...

Posted: Sun Feb 25, 2007 3:39 pm
by Rook Zimbabwe
Can't get gadget to work...
NOW CAN...

I had to read the entire thing. NetMaestro I think I learned more from that bit of coding than my perusal of the entire PB manual... :D

Posted: Sat Jun 16, 2007 11:30 pm
by Derek
Strange little bug (although it might just be on my system), I ran this program and everything worked fine, now every program I write or load that opens a window uses the little clock icon in the notification area at the bottom of the screen, I assume that it is a registry problem as I'm not using any icons in the compiler options. I'm running PB4.10b2 incase that is the problem.

Anyone else getting this problem?

Edit. Just searched the registry and the clock24.ico isn't in there so must be something else??

Posted: Sat Jun 16, 2007 11:56 pm
by Derek
Just did a fresh install back to 4.02 and the problem was gone so downloaded the beta2 and installed it and the sys icon is back to the clock again. Have no idea where it is coming from as I have deleted the icon off the computer. Looking through Netmaestro's code I can't see any reason why the icon would be saved anywhere anyway.

Posted: Sun Jun 17, 2007 9:32 am
by Derek
Just tried on another computer and the same thing happens.

Run Netmaestro's program and select to resize the clock, exit the program and run anything that opens a window

Code: Select all

openwindow(0,0,0,800,600,"",$ca0001)
repeat
until waitwindowevent()=16
and look at the icon in the notification bar at the bottom.

I'm not saying Netmaestro's code is wrong, I'm saying there is a bug with PB4.10b2 somewhere.

Posted: Fri Jun 29, 2007 11:21 am
by Little John
Hello netmaestro,

thanks a lot for this nice program!

I also tested your compiled program "transparentclock.exe" from your
website, which looks even more amazing! I like it very much! The
compiled EXE program seems to have a small glitch, though. When it has
saved its settings to the registry, it doesn't re-read them at the next
start. I think it also should be possible to start the program with the
settings passed as command-line parameter, e.g.:

Code: Select all

transparentclock.exe Berlin,0,300,400,200,1,1,1
This is possible with the program that you provided here as source code,
but not with the compiled EXE program from your website. But I'd prefer
to use that program, because it looks soooooooo good!

Another suggestion for improvement:
The program is made in a way, so that multiple instances can be called
in order to show times of different locations on earth. Very cool,
exactly what I need.
But when I'd have clocks which show me the time of say Paris, New York,
Tokio, and Sydney, it is impossible for me to remember by mind what
time is before noon and what time is after noon. So it would be very
useful if the program would additionally display a.m. or p.m.,
respectively.
I think then the program would be "commercial quality", and I'm actually
willing to pay money for it.

Regards, Little John

Posted: Fri Jun 29, 2007 12:03 pm
by netmaestro
How much money? For example, if the original images, source and all rights to the intellectual property were on the table, what would you pay?

Posted: Fri Jun 29, 2007 12:29 pm
by Little John
netmaestro wrote:How much money? For example, if the original images, source and all rights to the intellectual property were on the table, what would you pay?
I don't know. I never have bought all those rights of a product that you mentioned, so I don't have any experience with this.
I'd only like to buy a license that allows me to use 1 copy of the program (modified as suggested) on my PC. Probably sooner or later I'd like to buy some more licenses, in order to give them to friends as a birthday present or so. To me personally, for a license to use the program unlimited in time, about 10 to 15 EUR would be appropriate.

Regards, Little John

Source code?

Posted: Tue Jul 07, 2009 3:13 pm
by myutopia
Hi all :)

Any chance of reviving this? I'm interested in learning about skinning and creating a clock. I can't download the source unfortunately :(

Posted: Tue Jul 07, 2009 8:26 pm
by netmaestro
Please accept my apologies. Link is fixed now.

Posted: Tue Jul 07, 2009 9:29 pm
by myutopia
Are you kidding? :P No apologies necessary!

Wow... this is beautiful! And exactly what I was looking for. Thanks!

Re:

Posted: Sun Sep 04, 2011 7:28 am
by ruland
netmaestro wrote:Please accept my apologies. Link is fixed now.
Hi,

two years later, I have to ask again. I just entered the fascinating world of PB and would like to see this famous piece of code :)
Could you fix the link, please?

Thanks.