Hi, guys. I use the scroll wheel to set the timer. A digital clock is used to display the countdown. Is it possible that after clicking the button, the scroll wheel has turned from a control to an indicator? And start to countdown?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
2020-06-01 4:34 AM
Accepted Solutions
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
2020-06-01 6:39 AM
Hi @ATara.3 ,
Theoretically, it appears that what you want should be possible. If you refer to the online documentation of classes, under the documentation of the ScrollWheel class, you will find the function animateToItem(...). You can make use of this function to create the indicator effect.
/Jagdish Bisawa
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
2020-06-01 6:39 AM
Hi @ATara.3 ,
Theoretically, it appears that what you want should be possible. If you refer to the online documentation of classes, under the documentation of the ScrollWheel class, you will find the function animateToItem(...). You can make use of this function to create the indicator effect.
/Jagdish Bisawa
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
2020-06-01 8:27 AM
Thank you very much It works!!!
scrollSecond.animateToItem(digitalSeconds, -1);
