Hi All,
I am using ABMATERIAL to design a web app, but I struggle to find good code examples for some reason, I never seemed to have this issue with B4A. I was wondering if someone had a code example for Toast, I want to quickly use it to confirm an action with Yes, No....
This is what I have, but I don't know how to trap the result...
code
page.ShowToastWithReturns("tConfirmEmail","ToastRed","Send email",10000, Array As String("Yes","No"),Array As String("Yes","No"),True)
/code
I am using ABMATERIAL to design a web app, but I struggle to find good code examples for some reason, I never seemed to have this issue with B4A. I was wondering if someone had a code example for Toast, I want to quickly use it to confirm an action with Yes, No....
This is what I have, but I don't know how to trap the result...
code
page.ShowToastWithReturns("tConfirmEmail","ToastRed","Send email",10000, Array As String("Yes","No"),Array As String("Yes","No"),True)
/code