luke2012 Well-Known Member Licensed User Longtime User Nov 4, 2013 #1 Hi to all, I'm facing a problem with the notification icon within the dropdown notifications window because I'm not able to show it. Now I'm able to show the little notification icon in the system bar using this code : B4X: sNotif.Initialize sNotif.SetInfo("Notification","Notification description",Main) sNotif.Icon="systembaricon" sNotif.Notify(1) Any way to show the dropdown notifications window icon ?
Hi to all, I'm facing a problem with the notification icon within the dropdown notifications window because I'm not able to show it. Now I'm able to show the little notification icon in the system bar using this code : B4X: sNotif.Initialize sNotif.SetInfo("Notification","Notification description",Main) sNotif.Icon="systembaricon" sNotif.Notify(1) Any way to show the dropdown notifications window icon ?
Erel B4X founder Staff member Licensed User Longtime User Nov 4, 2013 #2 Which icon? Can you post a screenshot? Upvote 0
luke2012 Well-Known Member Licensed User Longtime User Nov 4, 2013 #3 Erel said: Which icon? Can you post a screenshot? Click to expand... I mean the notification icon on the left of the list (see attached pic) Attachments notifications.jpg 129.7 KB · Views: 375 Upvote 0
Erel said: Which icon? Can you post a screenshot? Click to expand... I mean the notification icon on the left of the list (see attached pic)
Erel B4X founder Staff member Licensed User Longtime User Nov 5, 2013 #4 Try this library: [Library] Advanced Notification Upvote 0