Re: ask about cocoa UI
Re: ask about cocoa UI
- Subject: Re: ask about cocoa UI
- From: Chris Hanson <email@hidden>
- Date: Tue, 23 Jul 2002 23:58:57 -0500
At 12:14 PM +0800 7/24/02, Chong Hiu Pun wrote:
1.) how to show the short cut key on the button?
You don't do this. At least if you're thinking of the underlined
letters on buttons in dialogs on Microsoft Windows. If you're
thinking of command key equivalents, the command symbol is in Unicode
so you can just add it to your button title.
2.) how should I configure such that the button will appear blue even I do
not click it? (because if I set the short cut key to "Return", the button
will appear in blue colour when first show up, but not for the other short
cut keys. How should I set so that the button will appear blue in colour
even its short cut key is not "Return" ? )
You don't do this. A blue button isn't one that will be activated by
a keystroke. Rather, a blue button is one that will be activated by
the Return or Enter key.
-- Chris
--
Chris Hanson | Email: email@hidden
bDistributed.com, Inc. | Phone: +1-847-372-3955
Making Business Distributed | Fax: +1-847-589-3738
http://bdistributed.com/ | Personal Email: email@hidden
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.