joaquinortiz Active Member Licensed User Longtime User May 22, 2020 #1 Hello Fellows, I'm trying to disable a B4XComboBox, like you can do it in C#,,Vb.net or Powerbuilder, but it seems that doesn't works. It doesn't disable the object. B4XComboBox.mbase.Enable = False Anyone has resolved this? I'm currently using V2.31 version from HERE
Hello Fellows, I'm trying to disable a B4XComboBox, like you can do it in C#,,Vb.net or Powerbuilder, but it seems that doesn't works. It doesn't disable the object. B4XComboBox.mbase.Enable = False Anyone has resolved this? I'm currently using V2.31 version from HERE
M Mahares Expert Licensed User Longtime User May 22, 2020 #2 joaquinortiz said: I'm trying to disable a B4XComboBox, Click to expand... B4X: B4XComboBox1.cmbBox.Enabled=False Upvote 0
joaquinortiz said: I'm trying to disable a B4XComboBox, Click to expand... B4X: B4XComboBox1.cmbBox.Enabled=False
joaquinortiz Active Member Licensed User Longtime User May 22, 2020 #3 Mahares said: B4X: B4XComboBox1.cmbBox.Enabled=False Click to expand... Thanks, it works!!! Great!!!! Upvote 0
Mahares said: B4X: B4XComboBox1.cmbBox.Enabled=False Click to expand... Thanks, it works!!! Great!!!!