Hello
I am writing a mobile 6 application which must run full screen and not allow access to any part of the O/S or the control panel, and so I am providing a custom task bar to display battery/connection state etc..
I wanted to use the UserNotification class to manage notifications but I am finding it makes the standard Task Bar appear until the notification is dismissed or hidden. Is it possible to stop the standard Task Bar from appearing?
Many thanks