Android Question B4X Preferences Dialog - Possible to add extra button(s) - SOLVED

Smee

Well-Known Member
Licensed User
Longtime User
Hi

I am playing around with the dialog and the default view is 2 buttons ( Yes or No)
Is it possible to add a third button response? Is there any similar code anywhere to add views programatically

B4X:
    Wait For (prefdialog.ShowDialog(Options1, "OK", "CANCEL")) Complete (Result As Int)

Many thanks for any answers
 

Smee

Well-Known Member
Licensed User
Longtime User
Ok, Thank you

When you say add it to the list of preferences do you mean as an Option Button?
 
Upvote 0
Top