Re: Simulate touch event with cordinate?

2011-04-03 Thread Jesse Armand
I'm sorry, but my opinion remains. If someone such as Stephen Hawking (which is not mentioned that people like him are the users) would like to read with face gestures, he would not use an iPhone. Not even an iPad. Unless if there's an external device that could translate all of the gestures that

Re: API to determine a list of installed scriptable applications

2011-04-03 Thread Peter Lübke
Am 02.04.2011 um 11:56 schrieb jonat...@mugginsoft.com: Is there an API to determine a list of installed scriptable applications? Such a list is displayed by the AppleScript Editor menu item Open Dictionary... Application bundles can be queried for using MDQuery and the scriptability o

Re: API to determine a list of installed scriptable applications

2011-04-03 Thread jonat...@mugginsoft.com
On 3 Apr 2011, at 13:35, Peter Lübke wrote: > > Am 02.04.2011 um 11:56 schrieb jonat...@mugginsoft.com: > >> Is there an API to determine a list of installed scriptable applications? >> >> Such a list is displayed by the AppleScript Editor menu item Open >> Dictionary... >> >> Application bu

Re: Book for expert programmer about cocoa and Objective-C

2011-04-03 Thread Howard Siegel
Would you say to get Cocoa Programming by Anguish, Buck, & Yacktman (circa Sept 2002), or get Cocoa Programming Developer's Handbook by David Chisnall (circa Jan 2010), which according to Amazon is the "newer version" of the book??? - h On Fri, Apr 1, 2011 at 13:01, John Pannell wrote: > Even th

Re: Book for expert programmer about cocoa and Objective-C

2011-04-03 Thread Luther Baker
I have and like Chisnall's book - but I wouldn't describe it as > BIG, DIFFICULT and ... HARDCORE I think Chisnall cover's a lot of ground - has a lot of breadth - but isn't necessarily a deep dive into the API. I miss a big Cocoa reference like the old superbible

Re: Book for expert programmer about cocoa and Objective-C

2011-04-03 Thread Scott Anguish
I’d second that. On Apr 1, 2011, at 5:31 PM, Scott Ellsworth wrote: > I am told that buck and yacktman's cocoa design patterns is a good source of > interview questions for Cocoa > > On Fri, Apr 1, 2011 at 1:01 PM, John Pannell > wrote: > >> Even though it is getting on in age, I really like A

Re: Book for expert programmer about cocoa and Objective-C

2011-04-03 Thread Howard Siegel
No fair You have a vested interest ;-) ;-) ;-) ;-) - h On Sun, Apr 3, 2011 at 20:49, Scott Anguish wrote: > I’d second that. > > On Apr 1, 2011, at 5:31 PM, Scott Ellsworth wrote: > > > I am told that buck and yacktman's cocoa design patterns is a good source > of > > interview questions fo

Re: Book for expert programmer about cocoa and Objective-C

2011-04-03 Thread Scott Anguish
John’s kind. A) You’d be hard pressed to find it in any form other than electronic. Even I only have a single copy. I think Erik hoarded the last few. b) It is 8+ years old. A lot of it is dated in that new additional have been made to those classes. c) As John said, it doesn’t cover new capabil

Re: Book for expert programmer about cocoa and Objective-C

2011-04-03 Thread Scott Anguish
On Apr 2, 2011, at 4:12 PM, Max Stottrop wrote: > I'd also recommend Cocoa Programming by Scott Anguish. But Steves > recommendation is a great choice, too. > I always clarify this. My name is first because of the “A”. Erik and Don are the ones who did the heaviest lifting in my opinion. >

Re: Book for expert programmer about cocoa and Objective-C

2011-04-03 Thread Scott Anguish
On Apr 3, 2011, at 9:15 PM, Howard Siegel wrote: > Would you say to get Cocoa Programming by Anguish, Buck, & Yacktman (circa > Sept 2002), or get Cocoa Programming Developer's Handbook by David Chisnall > (circa Jan 2010), which according to Amazon is the "newer version" of the > book??? It is

Re: Book for expert programmer about cocoa and Objective-C

2011-04-03 Thread Scott Anguish
We try and do that in the doc now. If it falls short, tell us, be specific, and constructive is possible. On Apr 3, 2011, at 10:52 PM, Luther Baker wrote: > I have and like Chisnall's book - but I wouldn't describe it as > >> BIG, DIFFICULT and ... HARDCORE > > I think Chisnall cover's a lot o

Re: Book for expert programmer about cocoa and Objective-C

2011-04-03 Thread Dave DeLong
Having been an avid reader of his blog, I highly recommend Mike Ash's "The Complete Friday Q&A: Volume 1", though I'm not sure if it's available in printed form: http://www.amazon.com/dp/B004KZQ0LO Dave On Apr 1, 2011, at 1:40 PM, Rodrigo Zanatta Silva wrote: > Hi. I need to have a good book

Re: Book for expert programmer about cocoa and Objective-C

2011-04-03 Thread Scott Anguish
No, not at all. I had nothing to do with the book. I didn’t even get a pre-release copy to read. I even bought my copy. (Although I think Erik offered to send me one) I try desperately not to read third party books that cover areas I do until I’ve done so. I don’t want to be influenced, even b

Re: Simulate touch event with cordinate?

2011-04-03 Thread Scott Anguish
Danger, drifting into accessibility. That’s another list. :-) On Apr 3, 2011, at 6:15 AM, Jesse Armand wrote: > I'm sorry, but my opinion remains. > > If someone such as Stephen Hawking (which is not mentioned that people > like him are the users) would like to read with face gestures, he > woul

Re: Book for expert programmer about cocoa and Objective-C

2011-04-03 Thread Max Stottrop
OK, I'll keep this in mind. I just saw your name at Amazon, so i thought you'd be the author. Am 04.04.2011 um 06:18 schrieb Scott Anguish : > > On Apr 2, 2011, at 4:12 PM, Max Stottrop wrote: > >> I'd also recommend Cocoa Programming by Scott Anguish. But Steves >> recommendation is a great

Category Question

2011-04-03 Thread koko
I have added a category to NSDecimalNumber. I get a warning that NSDecimalNUmber may not respond to 'method' where 'method' is what I added in the Category. Is this standard behavior? It seems to me that methods in Categories should be recognized at compile time. -koko

Re: Category Question

2011-04-03 Thread Kyle Sluder
On Apr 3, 2011, at 11:08 PM, koko wrote: > I have added a category to NSDecimalNumber. > > I get a warning that NSDecimalNUmber may not respond to 'method' where > 'method' is what I added in the Category. > > Is this standard behavior? It seems to me that methods in Categories should > be r

Re: Book for expert programmer about cocoa and Objective-C

2011-04-03 Thread Howard Siegel
On Sun, Apr 3, 2011 at 21:19, Scott Anguish wrote: > > On Apr 3, 2011, at 9:15 PM, Howard Siegel wrote: > > > Would you say to get Cocoa Programming by Anguish, Buck, & Yacktman > (circa > > Sept 2002), or get Cocoa Programming Developer's Handbook by David > Chisnall > > (circa Jan 2010), which

Adding a 'usro' resource

2011-04-03 Thread Gerriet M. Denkmann
I want to make certain files to be opended by default by my own editor. These files might contain all sort of file extentions. In Finder.app I could do: File → Always open with..., but I want to do this programmatically. I guess I have to add a 'usro' Resource (see:

Re: Category Question

2011-04-03 Thread koko
Of course not, ergo the warning ... thanks ... On Apr 4, 2011, at 12:17 AM, Kyle Sluder wrote: > On Apr 3, 2011, at 11:08 PM, koko wrote: > >> I have added a category to NSDecimalNumber. >> >> I get a warning that NSDecimalNUmber may not respond to 'method' where >> 'method' is what I added

Re: Book for expert programmer about cocoa and Objective-C

2011-04-03 Thread Scott Anguish
Well, I’m part of the trio. But I always feel bad that they don’t get the credit they really deserve. :-) On Apr 4, 2011, at 1:02 AM, Max Stottrop wrote: > OK, I'll keep this in mind. I just saw your name at Amazon, so i thought > you'd be the author. > > Am 04.04.2011 um 06:18 schrieb Scott