How do I reach a component inside a container inside a scrollWheel from the view ?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2022-03-08 1:31 AM
Hi, I'm trying to change color of a component (circle) inside a container inside a scrollWheel.
This should occur when user press a button. The button is a component outside of scrollWheel. How can I reach this circle (inside a container inside a scrollWheel) from the view (where the button pressed function is) ?
Thanks
Solved! Go to Solution.
Accepted Solutions
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2022-03-08 6:10 AM
In container create method for change color.
Then in button set an marker and in update callback use this marker and call item.changeclor...
In button invoke callback update with call scrollwheel.itemChanged ...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2022-03-08 6:10 AM
In container create method for change color.
Then in button set an marker and in update callback use this marker and call item.changeclor...
In button invoke callback update with call scrollwheel.itemChanged ...
