
Originally Posted by
Fernan82
What does your application do? Is it because you're playing a sound or something in full screen so you can't see or hear the message indicator?
I get the new-message-sound it is just the notification/popup that doesn't show. My application is just running in fullscreen with showMaximized(). No sound or anything like that.
But I use the following code to hide the status bar (maybe that has something to do with the popup doesn't show?):
Code:
//Hide statuspane
CEikStatusPane* showMaximized();= STATIC_CAST( CAknAppUi*, CEikonEnv::Static()->EikAppUi())->StatusPane();
statusPane->SwitchLayoutL(R_AVKON_STATUS_PANE_LAYOUT_EMPTY);
I don't know about Qt apps but is it standard that the sms notification is not showing in the apps?