I introduce a Spinner
in my widget, and I want to perform some action every time I chose a different value from it.
Is it possible?
I only seem to get events on_press
and on_release
, but they are not triggered when a choice for a different value is made :-(
Best regards,
Bojan
Beacuse the spinner updates its text property every time attr:values are changes,
I would do someting like this:
In python code:
you have to use on_text:
now in python: