Hello
I am creating a dialog box using
CEikDialog* dialog=new(ELeave) CMainDialog(this);
dialog->ExecuteLD(R_MAIN_DIALOG)
(CMainDialog is derived off CEIkDialog), but I am having a forced exit problem, my dialog closes after around 8 minutes taking the Ok button and calling its OkToExitL() function, and i do not need that, is there a way around this? is there a way to keep the dialog open for an indefinite amount of time?
(by programming the PrepareForcedExitL function or any other way?)
note that I am using flag = EEikDialogFlagWait in my resource and UIQ 2.0