cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
Showing results for 
Search instead for 
Did you mean: 

Community Tip - If community subscription notifications are filling up your inbox you can set up a daily digest and get all your notifications in a single email. X

how to show different clocks in vuforia studio

thrinath
8-Gravel

how to show different clocks in vuforia studio

Hi all,

To show different time in vuforia studio we written the code in Home.js .and it showing the time perfect.Now we want to show the clocks as below images.Is any body know about this can you share the information how it should be done.

aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa.png

2 REPLIES 2
whity
16-Pearl
(To:thrinath)

Hi thrinath,

 

right now, there is no "analog watch" -widget in vuforia studio. You could try to use the gauge widged. Then you need to set the max. value to 12, gauge span to full circle, and write a code, that ads 100/60 to the gauge value once every minute. Honestly, I don't think that this would be a nice workaround.

 

You could try something like this:

https://codepen.io/junesiphone/pen/NPyOjY

But this requires some advanced programming skills.

 

You would need to copy the css code here:

 

The JS code here:

 

And evoke it maybe with this:

 

 

thrinath
8-Gravel
(To:whity)

Hi @whity 

Thanks for your support.The code which you send to try is getting Error in Home.js is there any another code to make in vuforia studio

Top Tags