RWindow Issues
| Thu, 2007-06-28 06:30 | |
|
|
Hi, If I use the following code in my AppUi, I am able to make the RWindow visible/invisible :- iWs = iCoeEnv->WsSession(); // Screen iWindow.Activate(); However if I use this code in my CCoeControl container class I am not able to hide the window... // Windows Session // Screen iGc->Activate(iWindow); I Can call redraws in both the cases..however in the second case the makevisible and other window functions dont work. I am not sure whats wrong I am doing...Can someone please give me a helping hand..! Also if I try to change the code // Windows Session to iWs = ControlEnv()->WsSession() in the container..i Get a Cone 46...what could that be..the SDK dont seem to have that error listed either.. Cheers |






Forum posts: 2009
CONE 46 is "The handle for the current Window Server Redraw event is invalid "
Eric Bustarret
NewLC Founder & CEO / Professional Symbian OS Consultant
Forum posts: 1246
I'll put a link here to my answer to your same question on forum.nokia:
http://discussion.forum.nokia.com/forum/showthread.php?p=319922#post319922
(I'm olhed)