iOS Question change default msgbox

MarcoRome

Expert
Licensed User
Longtime User
Type this:
B4X:
Dim sf As Object = xui.Msgbox2Async("Removing from Home Screen.....", $"Remove "Tips"?"$", "Remove from Home Screen", "Delete App", "Cancel", Null)
Wait For (sf) Msgbox_Result (Result As Int)
If Result = xui.DialogResponse_Positive Then
  Log("Deleted!!!")
End If
 
Upvote 0

mehdipass

Member
Hi,
Thanks.
I know how to create msgbox.
How to create customize msgbox. (change text color , font , bold , ... ) like picture.
 
Upvote 0

MarcoRome

Expert
Licensed User
Longtime User
Best option is to use B4XDialog.
 
Upvote 0
Cookies are required to use this site. You must accept them to continue using the site. Learn more…