Android Question (Solved) B4XComboBox Enabled property has no effect

johndb

Active Member
Licensed User
Longtime User
It would appear that the Enabled property has no effect. The ComboBox is still active when setting the property Enabled = False. The way I'm setting property is as follows:
B4X:
cbCombo.mBase.Enabled = False
What am I doing wrong or is this a bug?

Thanks for your help.
 
Top