Dear All,
i have used CAknWaitNoteWrapper class to show the progress bar for my application.
but when the progress bar is being displayed if i press the RSK continusly 2 or 3 times the application crashes.
below is my code
CAknWaitNoteWrapper* waitNoteWrapper = CAknWaitNoteWrapper::NewL();
CleanupDeletePushL(waitNoteWrapper);
if (EFalse == (waitNoteWrapper->ExecuteL(resourceId, *this,ETrue))) {
CancelFileSave();
}
CleanupStack::PopAndDestroy(waitNoteWrapper);
when the application crashes the call stack shows the "ExecuteL" as culprit.
can i know what is the problem with my code
with regards
vinayaka karjigi



