How do you tell a global note to be displayed in full screen?

5 views
Skip to first unread message

Anthony Davis

unread,
Jul 7, 2008, 6:11:54 PM7/7/08
to Symbian C++
Hello everyone, is it possible to have a CAknGlobalNote display in
full screen?
I am trying to display a note message behind the incoming call window,
right now my CAknGlobalNote is the same height as the incoming call
window so the user does not see it until the incoming call window is
dismissed by answering the phone or by the ringing stops.

It would be nice if i could display a full screen Global note behind
the incoming call window so that both windows can exist at the same
time but my note would also be displayed.

truf

unread,
Jul 8, 2008, 6:40:43 AM7/8/08
to Symbian C++
You cant change size or position of CAknGlobalNote.
> behind the incoming call window
don't think thats possible too.

Anthony Davis

unread,
Jul 9, 2008, 4:02:42 PM7/9/08
to Symbian C++
Do you know if it is possible to display any kind of window behind the
incoming call window?
I suppose i could create a dialog resource that is displayed in full
screen, but i dont want it to overtake the incoming call window.

truf

unread,
Jul 10, 2008, 7:14:04 AM7/10/08
to Symbian C++
You beter ask on Forum Nokia Discussion Board:
http://discussion.forum.nokia.com/forum/forumdisplay.php?f=40

waleed...@gmail.com

unread,
Jul 24, 2008, 6:28:44 AM7/24/08
to Symbian C++
try this
//hide header
CEikStatusPane* statusPane = StatusPane();
statusPane->MakeVisible(EFalse);
//hide footer
CEikButtonGroupContainer* cba = CEikButtonGroupContainer::Current();
cba->MakeVisible( EFalse );

kkrish

unread,
Aug 9, 2008, 2:03:49 AM8/9/08
to Symbian C++
HI,

Can you please tell me Have you find the solution? Can you display
your windows behind the calling window. I am trying the same but My
window comes as first so unable to show the calling window.

Thanks and Regards,

On Jul 8, 3:11 am, Anthony Davis <ajdavis2...@gmail.com> wrote:
> Hello everyone, is it possible to have a CAknGlobalNote display in
> full screen?
> I am trying to display a note message behind the incomingcallwindow,
> right now my CAknGlobalNote is the same height as the incomingcallwindowso the user does not see it until the incomingcallwindowis
> dismissed by answering the phone or by the ringing stops.
>
> It would be nice if i could display a full screen Global note behind
> the incomingcallwindowso that both windows can exist at the same

waleed hassn

unread,
Aug 15, 2008, 4:42:10 PM8/15/08
to symbi...@googlegroups.com
hi kkrish
i am successfully displaying my windows at incoming call instead of
system window ,, but when I answering the call ,, call siconnected
after 5 seconds ,, can you help me ???
thanks kkrish
Reply all
Reply to author
Forward
0 new messages