Hi All,
I am seeking a way to disable Spinner component with certain default value selected. But I can’t find a way. Designer simply provides a way to hide it. But I want it should be visible but not enabled. please help.
Hi All,
I am seeking a way to disable Spinner component with certain default value selected. But I can’t find a way. Designer simply provides a way to hide it. But I want it should be visible but not enabled. please help.
use any extension or make it invisible+add a image there
well than just set items to empty
As the OP said, it needs to select something. You might need an extension to set clickable to false.
Use a button to call the spinner instead of the spinner itself (setting the spinner to 1x1 pixels). Then you can enable/disable the button on spinner selection.
No, I don’t think it’s possible. Which extension should that be?
So you should follow @TimAI2 advice.
Btw, I made an simple extension for that:com.watermelonice.SpinnnerUtil.aix (5.7 KB)
AIA:
switch_btn.aia (6.8 KB)
Nice extension!
Good to know.
It can still be dropped down programmatically. Thanks for clarifying!
This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.