Discussion Board
-
Dialog button
2001-12-10, 15:38
#1
Registered User
How do I make a DLG_BUTTON in a dialog the one which catches the "Enter" keypress (and which will be underlined)?
-
RE: Dialog button
2001-12-10, 17:29
#2
Regular Contributor
This is one possibility:
void CMyDialog::PreLayoutDynInitL()
{
// Set "OK" to be the default command
ButtonGroupContainer().SetDefaultCommand(EEikBidOk);
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