Hi,
I use CFbsScreenDevice to access to screen and to display directly what I want.
But I need a way to clean everything what I've displayed on screen and to get the original screen... Anyone knows how to do that?
Plz help me!
Hi,
I use CFbsScreenDevice to access to screen and to display directly what I want.
But I need a way to clean everything what I've displayed on screen and to get the original screen... Anyone knows how to do that?
Plz help me!
Hi, please try this
TWsEvent tEvent;
tEvent.SetType(EEventScreenDeviceChanged);
tEvent.SetTimeNow();
CEikonEnv::Static()->WsSession().SendEventToAllWindowGroups(tEvent);
Jiri
Dear carmack,
Do u have idea to convert from amr to pcm in symbian 6.1 with CAmrToPcmDecoder class