Re: How to custom a widget on harmony 2.06
2019/11/13 09:04:34
(permalink)
Hi,
A progress bar as parent with a button widget as a child is probably the best approach.
The button widget should have a release event that calls into application code that coordinates the progress bar and the local position of the button widget.
Hope this makes senses.