View Full Version : How to create a confirmation dialog???


09-12-2002, 12:04 PM
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

simeonbubblegum
09-12-2002, 12:06 PM
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.

09-12-2002, 12:15 PM
But in my app IT IS IMPORTANT TO ASK THAT!!!!

Mental Blank
09-12-2002, 01:56 PM
You could always use the CEikonEnv::Static()->QueryWinL() function, though this will also break the Series 60 style guide.