I want to show a button only if an SD card is present, so I do:
Unfortunately, the button stays visible, although I removed the SD card.
Did I miss something ?
Thank you.
B4X:
BtnRegisterOpen.Visible = (File.ExternalWritable = True)
Unfortunately, the button stays visible, although I removed the SD card.
Did I miss something ?
Thank you.
Last edited: