Hi all!
I have this:
And it gives me: [Qt Message] CActiveScheduler::RunIfReady() returned error: -2Code:TBuf<1024> buf; if(showQueryDialogL(MY_CONST, buf)){ QString str((QChar*)buf.Ptr(),buf.Length()); qDebug() << str; if (m_waitDialog) m_waitDialog->ExecuteLD(R_WAIT_NOTE_SOFTKEY_CANCEL); }
How do we execute consecutive dialog in Native Symbian from Qt?
Thanks!



