07-18-2020 06:13
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Report this post

Base Runner
44
0
21
07-18-2020 06:13
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Report this post
I have a tumbler in my index.gui, but I need to be able to change the values in it from my app. How is this possible?

1 REPLY 1
07-24-2020 08:02
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Report this post


Fitbit Developer
2266
575
1162
07-24-2020 08:02
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Report this post
Get a handle on the selected tumbler item, then use that to get a handle on the text element inside it. From there you can set the `.text` property to a different value.
You can see it at the very end of the tumbler example here
https://dev.fitbit.com/build/guides/user-interface/svg-components/views/#tumbler-view

