« Return to Thread: Javascript Analog Clock with moveable hands

Re: Javascript Analog Clock with moveable hands

by Bob Ippolito :: Rate this Message:

Reply to Author | View in Thread

On Dec 29, 2005, at 3:56 PM, Fabian Dittrich wrote:

> is there something around like a Javascript Analog Clock with  
> moveable hands?
> Maybe even as a dojo widget?

It would be painful to do this because you can't draw anything but  
horizontal and vertical lines cross-browser, nor can you rotate  
images.  Firefox 1.5 and Safari 1.3 have the Canvas tag, and there's  
probably some ActiveX way to do it in IE.. or there's Flash, which  
would probably work everywhere you care about.

Alternatively, I guess you could make a whole bunch of images...

-bob

_______________________________________________
Dojo-interest mailing list
Dojo-interest@...
http://dojotoolkit.org/mailman/listinfo/dojo-interest

 « Return to Thread: Javascript Analog Clock with moveable hands