Re: setTitleWithMnemonic

2011-09-01 Thread Jerry Krinock
On 2011 Aug 31, at 22:01, KappA wrote: > I never said I was using the "mnemonic" feature... just using it for setting > plain text. Is that what you are curious to see? Sorry, I was wondering if maybe you were actually getting mnemonics in your menus. Never mind. On 2011 Sep 01, at 04:32, R

Re: setTitleWithMnemonic -- warning for deprecated API .

2011-09-01 Thread Sean McBride
On Thu, 1 Sep 2011 17:02:20 +0530, Rajendran P said: >Thanks for the reply . Is there a way to set an error or warning for use >of deprecated API during compilation ? Yes, see the various warning checkboxes in Xcode. But it won't help because that API is not deprecated for some reason. I even

Re: setTitleWithMnemonic -- warning for deprecated API .

2011-09-01 Thread Rajendran P
Thanks for the reply . Is there a way to set an error or warning for use of deprecated API during compilation ? Thanks Rajendran P On 9/1/11 10:31 AM, "KappA" wrote: I never said I was using the "mnemonic" feature... just using it for setting plain text. Is that what you are curious to see?

Re: setTitleWithMnemonic

2011-08-31 Thread KappA
I never said I was using the "mnemonic" feature... just using it for setting plain text. Is that what you are curious to see? Kappa On Thu, Sep 1, 2011 at 12:07 AM, Jerry Krinock wrote: > > On 2011 Aug 31, at 16:42, Fritz Anderson wrote: > > > I don't think it's because there's a strong '90s-re

Re: setTitleWithMnemonic

2011-08-31 Thread Jerry Krinock
On 2011 Aug 31, at 16:42, Fritz Anderson wrote: > I don't think it's because there's a strong '90s-revival faction in the > AppKit team Oh? How about the '90s-revival faction who recently decided it was cool to be able to resize a window by dragging any edge? :)) On 2011 Aug 31, at 18:51, Ka

Re: setTitleWithMnemonic

2011-08-31 Thread KappA
Interesting. I actually use that API to set the text successfully in my applications, so far without any problems. Thanks, Kappa On Wed, Aug 31, 2011 at 7:42 PM, Fritz Anderson wrote: > On 31 Aug 2011, at 2:00 PM, Rajendran P wrote: > > > is it advisable to use the API setTitle

Re: setTitleWithMnemonic

2011-08-31 Thread Fritz Anderson
On 31 Aug 2011, at 2:00 PM, Rajendran P wrote: > is it advisable to use the API setTitleWithMnemonic ? the document discussion > says > > "Discussion > Mnemonics are not supported in Mac OS X. " > > strangely , the API is not deprecated Given that the method

setTitleWithMnemonic

2011-08-31 Thread Rajendran P
hi All, Question 1 : is it advisable to use the API setTitleWithMnemonic ? the document discussion says "Discussion Mnemonics are not supported in Mac OS X. " strangely , the API is not deprecated Question 2 : if the answer is yes for the Question 1 , how do i do a bi