Tumbler Object: How to disable the editing through touch
-
wrote on 7 Nov 2022, 13:52 last edited by Pavankumar S V 11 Jul 2022, 14:00
Hello,
I have a Tumbler object used for updating time. The tumbler used for "seconds" updates continuously.
And when the spinner of the tumbler is swiped up/down, the tumbler wheel spins. I want to disable this editing of the Tumbler spinner through touch. Please help me to know if there is any property to do this? -
Hello,
I have a Tumbler object used for updating time. The tumbler used for "seconds" updates continuously.
And when the spinner of the tumbler is swiped up/down, the tumbler wheel spins. I want to disable this editing of the Tumbler spinner through touch. Please help me to know if there is any property to do this?wrote on 8 Nov 2022, 07:01 last edited byProblem Fixed:
Tumbler inherits a property called "enabled" from "Item".
This property holds whether the item receives mouse and keyboard events. By default this is true.
Changing "enabled" to false solved the issue.
1/2