Discussion Board
-
7650 simple yes/no query
2002-05-14, 10:14
#1
Registered User
CEikonEnv::QueryWinL doesnt seem to work. It crashes the program when tried to launch. Is there other solutions available?
-
RE: 7650 simple yes/no query
2002-05-15, 21:10
#2
Registered User
I did this by instanciating a CAknQueryDialog constucted with a resource as follows.
RESOURCE DIALOG r_yes_no_dialog
{
flags = EGeneralQueryFlags;
buttons = R_AVKON_SOFTKEYS_YES_NO;
items =
{
DLG_LINE
{
type = EAknCtQuery;
id = EGeneralQuery;
control = AVKON_CONFIRMATION_QUERY
{
layout = EConfirmationLayout;
};
}
};
}
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules