Hi,
I am facing a problem in writing Symbian code in qt.
i have created a wait dialog using Symbian coding, the dialog appears well, but i want to disable the soft keys of the phone when this dialog appears and enable them when the dialog disappears.
i have used the below code in order to create the wait dialog.
Note that I have surfed the web and i didn't find a way to disable the soft keys on the phone ( options and back ). So any help concerning this issue.
Thanks in advance.
Code:CAknWaitDialog * m_waitDialog; m_waitDialog = new CAknWaitDialog(REINTERPRET_CAST(CEikDialog**, &m_waitDialog)); if (m_waitDialog) { m_waitDialog->ExecuteLD(R_WAIT_NOTE_SOFTKEY_CANCEL); }

imCommand() when dialog launches. If I remember correctly, dimmed commands are not active.

