Hi guys :)
I made a simple notification
dim notif as Notification
notif.Initialize
notif.Icon = "icon"
notif.AutoCancel = True
notif.SetInfo("Title", "This is body.", Me)
notif.notify(1)
I want to do something whenever the notification is canceled
is it possible?
Hi, everyone, i'm coding an app, and i wanted to do it graphically catchy, so i designed my own msgBox in the designer, and i display it using the custom B4XDialog and loading the layout i did.
Now, the problem is that it doesn't aumatic handle the KeyPress Back event, so you have to do it...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.