Just realized that the IDE is RTL. Wow!

Mashiane

Expert
Licensed User
Longtime User
Ola

At first I thought there was an error as my code was being swapped automatically.

So the final call is,

B4X:
Sub btnswalL_click(e As BANanoEvent)
    Dim resp As Boolean = banano.Await(ShowSwalConfirmWait("هل تريد الاستمرار؟", "",  "نعم", "لا"))
    vuetify.ShowSnackBarSuccess(resp)
End Sub

Whilst my signature is..

B4X:
Sub ShowSwalConfirmWait(title As String, message As String, okText As String, cancelText As String) As Boolean

Interesting..

 
Cookies are required to use this site. You must accept them to continue using the site. Learn more…