stevel05 Expert Licensed User Longtime User Feb 4, 2016 #1 The CheckComboBox Enabled Method does not work. As a temporary measure we can use Javaobject and the setDisable property on it's parent. B4X: Dim JO As JavaObject = CheckComboBox1 JO.RunMethodJO("getParent",Null).RunMethod("setDisable",Array(False))
The CheckComboBox Enabled Method does not work. As a temporary measure we can use Javaobject and the setDisable property on it's parent. B4X: Dim JO As JavaObject = CheckComboBox1 JO.RunMethodJO("getParent",Null).RunMethod("setDisable",Array(False))
Erel B4X founder Staff member Licensed User Longtime User Feb 4, 2016 #2 Have you added it with the designer?
stevel05 Expert Licensed User Longtime User Feb 4, 2016 #3 Yes, added as disabled and couldn't enable in code.
Erel B4X founder Staff member Licensed User Longtime User Feb 4, 2016 #4 The designer Enabled property affected the base pane. The library will be updated to expose the Base pane so you will be able to update it.
The designer Enabled property affected the base pane. The library will be updated to expose the Base pane so you will be able to update it.