Read-only archive of the All About Symbian forum (2001–2013) · About this archive

Dialog disappear

0 replies · 1,711 views · Started 26 March 2003

I am experiencing some odd behaviour of dialog. The dialog sometime disappear by itself (leaving only the softkey button visible) with the background faded on. This happens especially when switching focus from application to application or at auto-start when phone boot up.

CAknMessageQueryDialog* dlg=CAknMessageQueryDialog::NewL(message);
dlg->ExecuteLD(R_AVKON_MESSAGE_QUERY_DIALOG);

The code to call the dialog is shown above. Is there anyway to prevent the dialog from disappearing or is this the defect of Series 60?

Thanks.