For 7650, what class should I use to pop up
1) a confirmation dialog with "OK" button to close it;
2) a OK/Cancel dialog with a "OK"button and "Cancel" button.
I think there should be some classes are ready for these. Could anyone tell me?
I have tried CAknConfirmationNote, but it closed itself without any button for user to confirm.
I use it as the following way:
CAknConfirmationNote* informationNote = new (ELeave) CAknConfirmationNote;
informationNote->ExecuteLD(_L("test!"