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

How to create a confirmation dialog???

3 replies · 4,037 views · Started 09 December 2002

I want to add the most famous final question to my app! ("Do you really want to exit?"😉

I need YES_NO_SOFTKEYS...

I tried different version but nothing worked!!!! How can I receive the returned value?

Best regards,

Plextor

Series 60 UI style does not allow queries in exit. And for a user it is annoying in every kind of application, not just in Symbian OS.

You could always use the CEikonEnv::Static()->QueryWinL() function, though this will also break the Series 60 style guide.