Announcements

Between mid-October and November, the content on AREA will be relocated to the Autodesk Community M&E Hub and the Autodesk Community Gallery. Learn more HERE.

linking spinner values

linking spinner values

Anonymous
Not applicable
230 Views
1 Reply
Message 1 of 2

linking spinner values

Anonymous
Not applicable
I have three spinners - hours minutes seconds - that all have minimum values of 0 and maximum values of 90, 59 and 59 respectively. Is there an easy way to have the seconds spinner looping up past 59, starting again at 0 and at the same time have minutes incrementing by 1? Also, the best way to prevent the values going past 90 (90 59 59) is to be continually checking using "on ---- changed"?

Thanks
Mark
0 Likes
231 Views
1 Reply
Reply (1)
Message 2 of 2

paulneale
Advisor
Advisor
What is driving these spinners? You can put a range on the spinners that will stop them from being
driven to far with user input but that will not stop them from being animated in the curve editor
higher or lower, for that you will need a limit controller.

digikoku wrote:
> I have three spinners - hours minutes seconds - that all have minimum values of 0 and maximum values of 90, 59 and 59 respectively. Is there an easy way to have the seconds spinner looping up past 59, starting again at 0 and at the same time have minutes incrementing by 1? Also, the best way to prevent the values going past 90 (90 59 59) is to be continually checking using "on ---- changed"?
>
> Thanks
> Mark
Paul Neale

http://paulneale.com


Paul Neale




EESignature

0 Likes