Android Question SwiftButton: Unchecking Enabled property in Designer has no effect

toby

Well-Known Member
Licensed User
Longtime User
The button is always enabled at startup regardless of the state of Enabled property.

In the attached test app. the second button is disabled in the Designer, but you still can click it when the app is started. The first button switch the enabled state of the second button between True and False.

Workaround: Disable it in Activity_Resume.
 

Attachments

  • disabled.zip
    9.3 KB · Views: 113

Erel

B4X founder
Staff member
Licensed User
Longtime User
I've added a Button Enabled designer property.

 
Upvote 0
Top