Re: RaiseMan Exception

2011-12-29 Thread Bayes Scott F
I think it's addressed in the errata for the book on Bignerd's web site. ScottB On Dec 29, 2011, at 15:39 , Todd Heberlein wrote: > > On Dec 29, 2011, at 1:50 PM, Conrad Shultz wrote: > >> This sounds like Lion auto saving. Are you on Lion? If so, do you return YES >> from -autosavesInPlace

Re: Does XCode 3.2 Documentation Browser Stink?

2011-10-16 Thread Bayes Scott F
If any Apple docs folks are reading, I just want to put in some feedback: The Jump Bar is one of the best improvements to Xcode in a long while. The key feature for me is not so much the bread crumbs trail, though that's pretty valuable, but the instant hierarchic access to a bunch of st

Re: Retain/Release and Properties clarification

2011-10-14 Thread Bayes Scott F
1, at 10:54 AM, Bayes Scott F wrote: > >> Thank you, David. >> >> Sounds like safety first for my code: always use the setter/getter for >> synthesized properties, even in self. >> >> Or use ivars. >> >> ScottB >> >> On Oct 12

Re: Retain/Release and Properties clarification

2011-10-13 Thread Bayes Scott F
Thank you, David. Sounds like safety first for my code: always use the setter/getter for synthesized properties, even in self. Or use ivars. ScottB On Oct 12, 2011, at 09:21 , Bayes Scott F wrote: > Someone on Matt's site mentioned the possibility that the synthesized ivar &g

Re: Retain/Release and Properties clarification

2011-10-12 Thread Bayes Scott F
Thanks, Greg. ScottB On Oct 12, 2011, at 12:12 , Greg Parker wrote: > On Oct 12, 2011, at 9:21 AM, Bayes Scott F wrote: >> Someone on Matt's site mentioned the possibility that the synthesized ivar >> could be implemented indirectly, say as a member of a c

Re: Retain/Release and Properties clarification

2011-10-12 Thread Bayes Scott F
Thank you, David, that's pretty clear. Sounds like safety first for my code: always use the setter/getter for synthesized properties, even in self. Or use @private ivars. ScottB On Oct 12, 2011, at 09:46 , David Duncan wrote: > On Oct 12, 2011, at 9:21 AM, Bayes Scott F wrote: >

Re: Retain/Release and Properties clarification

2011-10-12 Thread Bayes Scott F
Someone on Matt's site mentioned the possibility that the synthesized ivar could be implemented indirectly, say as a member of a collection. Since the implementation's opaque, we don't know if that ever can happen. So, is self->mySynthIvar safe (both lvalue and rvalue), or should we be messagin

Re: Cocoa Simulator

2011-09-22 Thread Bayes Scott F
On Sep 22, 2011, at 19:48 , koko wrote: > Should the settings for nextKeyView be apparent in the Cocoa Simulator? I.e. > should the 'tab order' work? For standard controls, they seem to work correctly in the simulator in 4.1, but for your own custom stuff, unless it inherits from some concrete

Re: How to do Save As... in Lion

2011-09-19 Thread Bayes Scott F
If there is one "master" stringEncoding, then perhaps an Export… item would make sense. No need to proliferate windows, etc. ScottB (noob to the list, not to the Mac or OS X dev) On Sep 17, 2011, at 19:59, Gerriet M. Denkmann wrote: > My app had (before Lion) a Menu Item Save As... which brough