Dismissing Wait Note
| Tue, 2008-05-27 13:18 | |
|
Hi All, I have implemented a wait note which is displayed during an audio recording. I need to dismiss this note when a call comes in. I have implemented a phoneobserver class which handles the incoming call. I need to dismiss the wait note and then stop recording the audio. I am at my wits end, trying to solve this problem. I am pasting the relevant code. TBool CRecorderAdapter::RunLD()This code was swiped from S60 3rd Edition SDK. I need to dismiss the wait note before stopping the recording. Please, help me out with this. Regards, Shanker |
|






Forum posts: 30
Could CEikonEnv::BusyMsgL() and CEikonEnv::BusyMsgCancel be used for the same purpose?
Forum posts: 12
Hi Shanker,
http://wiki.forum.nokia.com/index.php/How_to_use_the_CAknWaitDialog
Check this link. Hope it helps.
Krisz