Clock Hands

Analog clock plugin

Monday, July 28, 2008 by PuterDudeJim | Discussion: DesktopX Tutorials

Analog Clock 3
(SDAnalogClock3.dll)

by Stardock

Version 102

Supports DesktopX

Supported platforms:
Windows 95
Windows 98
Windows ME
Windows NT4
Windows 2000
Windows XP

I must be missing something!!!  I need help! The hands just do whatever they want. I can't seem to create a pivot point so they stay lined up.  Help!!!

First Previous Page 2 of 3 Next Last
WeatherBound
Reply #21 Tuesday, July 29, 2008 4:42 PM
Let me know if clock test 2 worked. in this one all is 500x500.
PuterDudeJim
Reply #22 Tuesday, July 29, 2008 7:33 PM
Let me know if clock test 2 worked. in this one all is 500x500.


Works good here.   
RomanDA
Reply #23 Tuesday, July 29, 2008 8:05 PM
i wonder if its diff versions of DX or the clock DLL. I know there was a version of DX that had a lot of issues with "rotating" but that was a while ago.

im no expert, i just know how it works for me, but im sure there are a lot of other ways to do things. I never say my way is the only way, just saying the way i did it worked, as i said, it could work other ways with the right settings who knows.

DX is a wild and wonderful program, i have had things that worked one day that didnt the next, so who knows. Its why i just make my own code these days, i know how it works, or at least i know how i think it should work.

wow there are a lot of I's up there.. enough about me, what about ME?
LOL
WeatherBound
Reply #24 Tuesday, July 29, 2008 11:42 PM
RomanDa, it is all about you and your way and it works. Thanks  
RomanDA
Reply #25 Wednesday, July 30, 2008 11:59 PM
RomanDa, it is all about you and your way and it works. Thanks


ok, are you really Zubaz????
WeatherBound
Reply #26 Thursday, July 31, 2008 10:35 AM
  LoL
WeatherBound
Reply #27 Thursday, July 31, 2008 10:36 AM
ok, are you really Zubaz????


 
 LoL
Doubird
Reply #28 Wednesday, September 10, 2008 10:10 AM

Hi, i am new at all this but learning alot. I tried making a clock using the analogclock3dll and it worked. I would like to do the same but have the option to change the color of the hands. I know i can download a clock widget that does this and just change the face but I want to use my own hands and images. If there is a plugin for this or a tutorial on how to... please let me know. This is the design I made and want to have some nice hands for it.

clock

thanks

Doubird
Reply #29 Wednesday, September 10, 2008 10:17 AM

Not sure if I used the add image correctly so i'll put another just in case.

clock stand

theAVMAN
Reply #30 Wednesday, September 10, 2008 1:09 PM

Doubird

Below is a link of a clock I made that has this feature in it.Open with DX builder right click on the color changer then properties you can see how it is set up.Go to edit code and take a look you should be able to copy the code and paste to the code section for the color button you create .Then cange the group and image names to match the ones you use for your clock.Only the images in the code section will be affected by the color change button.

If I can help just let me know!

https://www.wincustomize.com/skins.aspx?skinid=4427&libid=3

Doubird
Reply #31 Wednesday, September 10, 2008 2:39 PM

Hi Avman, I will give it a try and if i have questions, i'll come back and ask.

Thank you for your time and help.

Have a great day.

 

Doubird
Reply #32 Wednesday, September 10, 2008 3:55 PM

hi again Avman, well i gave it a try and it worked pretty well. A few things i noticed. If the clock hands are black, then i do not see a change in hue color. I got the clock hands off the internet, so i will try to find some lighter colored ones. I haven't tried to make my own yet.

The other thing I noticed is that when exported and I open it, the clock is black so I have to click the hue button to see the origal clock color, then it is fine. Maybe you could help me with this and also if you know a tutorial to create the hands or to download some .

Thanks again for your time.

 

theAVMAN
Reply #33 Thursday, September 11, 2008 9:07 AM

A few things i noticed. If the clock hands are black, then i do not see a change in hue color.

they will have to be some color other than black or shades of grey ex..red ,blue ........can be a comdination black and red only the red would be affected

The other thing I noticed is that when exported and I open it, the clock is black so I have to click the hue button to see the origal clock color, then it is fine

in the section that says

Sub Object_OnScriptEnter
    DesktopX.Object("3Dmetal_Clock_Face").hue = 1000
    DesktopX.Object("3Dmetal_Clock_Hours").hue = 1000
  DesktopX.Object("3Dmetal_Clock_Minutes").hue = 1000
  DesktopX.Object("3Dmetal_Clock_Seconds").hue = 1000
End Sub

Try changing the 1000 to 0

that should fix it

if you know a tutorial to create the hands or to download some .

I don't know of a tutorial but if you make them then make sure you save each one pointing at 12 so they apply correctly!

Hope this helps let me know if I can do anything! A/V

Doubird
Reply #34 Thursday, September 11, 2008 7:26 PM

Hi Avman, thanks again for your help. It has helped me alot. I discovered desktopX not long ago but I am already hooked. I just love the widgets and the fact that we can design our own skins. So i'll keep on learning... next i would like to try a widget clock that slides open.

thank you and have a great day

take care.

Doubird
Reply #35 Friday, September 12, 2008 12:35 AM

ok, have a question again... why does clock seconds hand not always change time when it hits the 12 I just made a clock, added the face hour, mintues and seconds. Next i used the clock plugin starting with the hours (rotate as hours arm), then the minutes and finally the seconds. I watched the seconds hand go around and the time changed when the second hand hit the 2 instead of 12. I tried applying the plugin for the seconds a few different times and the seconds hand would still not change the time when it hit 12.

any help would be nice, thanks.

 

theAVMAN
Reply #36 Friday, September 12, 2008 8:40 AM

ok, have a question again... why does clock seconds hand not always change time when it hits the 12 I just made a clock, added the face hour, mintues and seconds. Next i used the clock plugin starting with the hours (rotate as hours arm), then the minutes and finally the seconds. I watched the seconds hand go around and the time changed when the second hand hit the 2 instead of 12. I tried applying the plugin for the seconds a few different times and the seconds hand would still not change the time when it hit 12.

any help would be nice, thanks.

 

When you imported the image the second hand must be pointing staight up at the 12 position.Let me know and I will try and help!

Doubird
Reply #37 Friday, September 12, 2008 9:50 PM

Ok, the weird thing is that the second hand was pointing up at the 12 position. I tried many times but something just didn't work. So I did some searching and found an analog clock script and used that instead and it worked.

Put this script into clock_face object and apply.

Sub Object_onscriptenter
object.SetTimer 1, 1000
End Sub

Sub object_ontimer1
t = FormatDateTime(time(),3)'---Get your system time

h= hour(t)'---Get current hour
desktopx.object("hour_hand").Rotation= h * 30 '---Multiply current hour to get correct rotation
m= minute(t)'---Get current minute
desktopx.object("minute_hand").Rotation= m * 6 '---Multiply current minute to get correct rotation
s= second(t)'---Get current second
desktopx.object("second_hand").Rotation= s * 6 '---Multiply current second to get correct rotation

End Sub

I did try after to make my own set of hands, and they were not too bad but i haven't made them quite perfect. I will try to perfect that. I would like to understand more about grouping when i make a clock because there are 3 options and I usually choose the combine to make objects behave as a single object. So far it works but maybe i should choose the others. I have not found info on this yet. And i would like to make a slider widget, something that opens and will show digital clock. I will search for that and some nice clock hands.

thanks, if there is anything you can do, please let me know.

Tailsgirl
Reply #38 Monday, December 1, 2008 6:40 PM

I hope this isn't off topic, but is there any place to get new hands? my stupid Photoshop 7 has gone crazy, no line tool anymore [I think it's haunted] making hand creation a nightmare!

 

PS: Roman, I know you, I got a clock from you years ago

RomanDA
Reply #39 Tuesday, December 2, 2008 7:51 AM

Tailsgirl
I hope this isn't off topic, but is there any place to get new hands? my stupid Photoshop 7 has gone crazy, no line tool anymore [I think it's haunted] making hand creation a nightmare!
 
PS: Roman, I know you, I got a clock from you years ago

 

I have no idea where to find clock hands, i would do a google image search.

Hope the clock is still working, LOL

Tailsgirl
Reply #40 Tuesday, December 2, 2008 4:25 PM

Thanks Roman, and yep, it works well!

Please login to comment and/or vote for this skin.

Welcome Guest! Please take the time to register with us.
There are many great features available to you once you register, including:

  • Richer content, access to many features that are disabled for guests like commenting on the forums and downloading skins.
  • Access to a great community, with a massive database of many, many areas of interest.
  • Access to contests & subscription offers like exclusive emails.
  • It's simple, and FREE!



web-wc01