F fishwolf Well-Known Member Licensed User Longtime User Jul 11, 2014 #1 Now i use notification with Notification data type B4X: Dim Notif As Notification Notif.SetInfo("Allert", Message, Results) Notif.Notify(1) Can i have a nofication on multi lines for a long text ?
Now i use notification with Notification data type B4X: Dim Notif As Notification Notif.SetInfo("Allert", Message, Results) Notif.Notify(1) Can i have a nofication on multi lines for a long text ?
NJDude Expert Licensed User Longtime User Jul 11, 2014 #2 You will have to use a library like THIS one. Upvote 0