I am using B4XListTemplate and trying to enable a button like this:
But it doesn't work, any idea?
B4X:
Wait For (Dialog.ShowTemplate(List1, "yes", "no", "cancel") Complete (Result As Int)
Dialog.SetButtonState(xui.DialogResponse_Positive, True)
But it doesn't work, any idea?