This page was last modified 11:34, 26 November 2007.
How to mute device in 2nd edition
From Forum Nokia Wiki
RWsSession sess=CCoeEnv::Static()->WsSession(); TWsEvent event; TInt id=sess.FindWindowGroupIdentifier( 0, L("*Phone?")); event.SetType(EEventKey); event.SetTimeNow(); event.Key()->iCode = EKeyDevice1; event.Key()->iModifiers = 0; event.Key()->iRepeats = 0; event.Key()->iScanCode = EStdKeyNull; sess.SendEventToWindowGroup( id, event );
| Related Discussions | ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| sis format in second edition-urgent | pv123 | General Symbian C++ | 2 | 2007-12-14 09:28 |
| Nokia论坛技术资料Symbian解决方案-中文版 | hoolee | Symbian | 376 | 2008-07-04 08:25 |
| problem with off-screen drawing | kamanokia | Symbian User Interface | 0 | 2008-02-14 11:47 |
| how to dispaly the Mute icones | pistha | General Symbian C++ | 1 | 2006-05-17 04:23 |
| Nokia 6310i in car | ChrisGrey | General Discussion | 4 | 2003-10-17 21:43 |
