Re: core data store type and icloud

2011-10-23 Thread Martin Hewitson
On Oct 22, 2011, at 09:18 PM, Jens Alfke wrote: On Oct 22, 2011, at 11:59 AM, Martin Hewitson wrote: -migratePersistentStore:toURL:options:withType:error: Still, the core data iCloud integration remains sufficiently mysterious... That method’s been around since 10.4; AFAIK it just does

Re: core data store type and icloud

2011-10-23 Thread Martin Hewitson
On Oct 23, 2011, at 03:13 AM, Roland King wrote: On Oct 23, 2011, at 4:18 AM, Jens Alfke wrote: On Oct 22, 2011, at 11:59 AM, Martin Hewitson wrote: -migratePersistentStore:toURL:options:withType:error: Still, the core data iCloud integration remains sufficiently mysterious...

Re: core data store type and icloud

2011-10-23 Thread Roland King
On Oct 23, 2011, at 2:13 PM, Martin Hewitson wrote: That gives quite a lot of information about how Core Data SQLite databases are supposed to work in iCloud. Indeed iCloud itself doesn't do anything much different with them, it continues to just keep files in sync, the difference

Re: Exception when entering too big value in text field (with number formatter)

2011-10-23 Thread Antonio Nunes
I looked a bit deeper and the problem seems to be, not so much with having a formatter attached to the field, but more essentially with returning no from the control:isValidObject: delegate method, when the text field's value is bound to an object controller. This causes the system to want to

Re: 'Static' items in an NSOutlineView

2011-10-23 Thread Ernesto Giannotta
On 18-ott-2011, at 04:58, Koen van der Drift wrote: As I posted a few days ago, I was able to create the 'static items' in my outlineview, What I am now trying to do is to set the order of the static items, without changing the order of the other groups in the view. Using a

iOS 5 and XCode 3.2.6

2011-10-23 Thread Dave
Hi All, Does anyone know if it is possible to compile for iOS 5 under XCode 3.2.6 on SnowLeapod? I've inherited a Mac project that needs XCode 3 and I need to make an iPad target and was wondering if it's possible to do this? Thanks in Advance Dave

Re: Core Data: Determine if managed object is deleted

2011-10-23 Thread David Riggle
I don't know if all those tests are necessary. I did show the method to a Core Data engineer at WWDC one year and he thought it looked OK. Those are good points about -prepareForDeletion. I was just experimenting for the heck of it. I guess if it ain't broke I shouldn't fix it. :) On Oct 22,

Re: core data store type and icloud

2011-10-23 Thread Jens Alfke
On Oct 22, 2011, at 7:13 PM, Roland King wrote: Take a look at the document called 'Using Core Data with iCloud Release Notes' which is in the iOS5 documentation. That gives quite a lot of information about how Core Data SQLite databases are supposed to work in iCloud. Ah, thanks.

Re: iOS 5 and XCode 3.2.6

2011-10-23 Thread Jens Alfke
On Oct 23, 2011, at 10:05 AM, Dave wrote: Does anyone know if it is possible to compile for iOS 5 under XCode 3.2.6 on SnowLeapod? I've inherited a Mac project that needs XCode 3 and I need to make an iPad target and was wondering if it's possible to do this? I don’t believe it’s possible.

Re: iOS 5 and XCode 3.2.6

2011-10-23 Thread Dave
Hi, The problem I have is that I have a lot of existing Apple Script's that work with XCode 3 and not with 4 and I need to Develop for MacOS X 10.4 Tiger/ At the moment, no we don't need iOS features in the App so I will get going by using the iOS 4/XCode 3. I will obviously have to do

Re: Scripting Bridge warning: 'no class for scripting class iTunesBrowserWindow'

2011-10-23 Thread Gabriel Roth
I think iTunesBrowserWindow *is* the classForScriptingClass and that you want to ask for classForScriptingClass:@browser window. m. Yes, that seems to be correct. Thanks! ___ Cocoa-dev mailing list (Cocoa-dev@lists.apple.com) Please do not post