Read-only archive of the All About Symbian forum (2001–2013) · About this archive

Using Direct Frame buffer : Recommended or not??

1 replies · 0 views · Started 15 October 2005

Hi,
Will my application get signed or not if I use direct frame buffer access?
This is coz when using this method probably the notifications like new
message or call gets completely ignored??
Thanks.
--Mayur.

Hi,

> This is coz when using this method probably the notifications like new
> message or call gets completely ignored??

I suppose you mean using the CDirectScreenAccess, in which case, one has to
implement the HandleForegroundEventL() in the AppUI and cancel and restart
the DSA on the respective events. Doing so will display the call etc.
notification.

Regards,
Sameet.