B4J Question How to - XUI.Msgbox2async "more options"?

Harris

Expert
Licensed User
Longtime User
I JUST did this for my android app...

B4X:
' dir and fn were passed to this method...
' show a message box with result...
    Msgbox2Async("File Name: "&fn&CRLF&CRLF&"Dir: "&dir, "Selected Image","DELETE","CANCEL","",Null, True)
    Wait For Msgbox_Result (Result As Int)
    If Result = xui.DialogResponse_Positive Then
        If File.Delete(dir,fn)     Then
           BuildCLVList       
        End If
    End If
 
Upvote 0

walterf25

Expert
Licensed User
Longtime User
The second one is for B4i and the third one is for B4A, i'm assuming the same code is used since you can use the same class across all three platforms.

Regards,
Walter
 
Upvote 0

Harris

Expert
Licensed User
Longtime User
you can use the same class across all three platforms
Yes, I assume so... B4X XUI is cross all 3 platforms.

However, since I use ABM on B4J, I don't worry about B4J apps - not relevant - yet it maybe to you.
 
Upvote 0

walterf25

Expert
Licensed User
Longtime User
Yes, I assume so... B4X XUI is cross all 3 platforms.

However, since I use ABM on B4J, I don't worry about B4J apps - not relevant - yet it maybe to you.
 
Upvote 0
Cookies are required to use this site. You must accept them to continue using the site. Learn more…