Hi,
If I use the following demo code I do not have the "Clear" button in the message view. Any one know know to get the "Clear" button so I can clear the view
Thanks,
Mogens
If I use the following demo code I do not have the "Clear" button in the message view. Any one know know to get the "Clear" button so I can clear the view
B4X:
Dim n As Notification
n.Initialize
n.Icon = "icon"
n.SetInfo("This is the title", "and this is the body.", "")
'Change Main (above) to "" if this code is in the main module.
n.Notify(1)
Thanks,
Mogens