Disable the Flickable
-
Hi,
I have some problems in using the Flicable.
I have Flickable Item, and it sure can flick. During the flicking, I let it trigger a event in which I just set the property interactive to false. But hereafter, I cannot operate any of its children, even if a button.But if I set the interactive to false initially, not during the flicking, I can operate its children.
Is there any problem with my code?Thanks