On 7 Feb 2009, at 6:43 PM, Adam R. Maxwell wrote:

>
> On Feb 7, 2009, at 4:54 AM, Christiaan Hofman wrote:
>
>> That also brings me to the point that I can't figure out if there's
>> any deprecated code. Still don't know why.
>
> Try changing the global xcconfig like so:
>
> MACOSX_DEPLOYMENT_TARGET = 10.5
> //GCC_VERSION = 4.0
>
> Why the compiler matters, I don't know...but it does here.  Since my  
> default is gcc 4.2, there are a bunch of errors.
>

No, doesn't work either. Tried both with GCC_VERSION=4.0 and  
GCC_VERSION=4.2, no difference. BTW, for me the default is 4.0.  
However, it does find deprecated functions (with either compiler  
version). So is  warning for deprecated methods a different setting?  
Because really all i can find is a setting for deprecated functions.

>> OTH, as they're based on fixed and thoroughly tested code (I assume)
>> there's less room for error because there's less custom code.
>
> Yep, that's the other side of the coin; it's good to use framework  
> code wherever possible.
>
>
>> I guess binding can only be
>> done to properties that are only changed on the main thread. OTH, I'd
>> also say that as always one should be careful to update UI on the  
>> main
>> thread, and that's true just as well when using bindings, so i see
>> this more as an extension of that principle.
>
> Absolutely; I just assumed in this case that since NSOperationQueue  
> was explicitly designed for KVO, a queue instantiated on the main  
> thread would be safe to use with bindings.

You're right, I never much used the class yet, so I did not carefully  
read the docs. That explicit section does indeed give the wrong  
impression, and that should have been noted in that section. IMHO a  
documentation bug.

Christiaan


------------------------------------------------------------------------------
Create and Deploy Rich Internet Apps outside the browser with Adobe(R)AIR(TM)
software. With Adobe AIR, Ajax developers can use existing skills and code to
build responsive, highly engaging applications that combine the power of local
resources and data with the reach of the web. Download the Adobe AIR SDK and
Ajax docs to start building applications today-http://p.sf.net/sfu/adobe-com
_______________________________________________
Bibdesk-develop mailing list
Bibdesk-develop@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bibdesk-develop

Reply via email to