Spinner After selecting event triggers but does not changes the value

when I click on Car_View_AC_Option, it shows the dropdown elements. But when I select the items, neither the notifier is getting fired, neither the lable text changes. If I make the spinner visible then I can see change in the values are happening. what could be the issue?

Below are my blocks:


Are you referring that you’re calling it while visible is false?

Spinner has to be visible. Make it 1x1 pixels in size, and put it somewhere on your screen it won’t be noticed.

2 Likes

yes, visible is false

alright thanks, will try that.

Really great advice, but the component only has Width as a property (I’m not quite sure why), so it’s also necessary to use Decoration to cancel its height and make it overlap the text.

Without Decoration

1 Like

isn’t this a bug which should be taken care by Kodular team?

Er, just set Spinner1.Height to 1 ?

1 Like

:scream:
I’m stupid, I didn’t check the available blocks… :man_facepalming:

So at this point, it’s up to you and the effect you want to achieve.

Don’t set to 0, set to 1.

1 Like