Discussion Board
-
Setting CBA default button dynamically
2001-11-29, 15:11
#1
Registered User
What should I do to set a default button dynamically from my application?
-
RE: Setting CBA default button dynamically
2001-12-05, 20:24
#2
Regular Contributor
Default command can be set by calling
SetDefaultCommand(TInt aCommandId);
Please notice, that since there is no automatic redraw available, you have to remember redrawing the button manually.
ControlOrNull(TInt aCommandId)->DrawNow();
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