Re: Field Editor Size in NSTableView

2009-05-27 Thread Timothy Larkin
Tried that. The field editor does vertically resize, but only if I change the column width. It just doesn't vertically resize in response to changes in the row height. -- Timothy Larkin Abstract Tools Caroline, NY On May 27, 2009, at 7:32 PM, Graham Cox wrote: Have you tried [textE

Field Editor Size in NSTableView

2009-05-27 Thread Timothy Larkin
. But hours of search and experimentation have been in vain. -- Timothy Larkin Abstract Tools Caroline, NY ___ Cocoa-dev mailing list (Cocoa-dev@lists.apple.com) Please do not post admin requests or moderator comments to the list. Contact the moderato

Re: Core data migration question

2009-04-07 Thread Timothy Larkin
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 I think that Jon is asking whether he should give a version number to his data model, and not whether he should create a second version of his data model. If this is in fact his question, then I think the answer is yes, because this will make it

NSImage in NSAttributedString

2008-11-12 Thread Timothy Larkin
better way than writing the image to a temporary file and then using that file wrapper? -- Timothy Larkin Abstract Tools Caroline, NY PGP.sig Description: This is a digitally signed message part ___ Cocoa-dev mailing list (Cocoa-dev

Re: NSMetadataQuery question

2008-10-20 Thread Timothy Larkin
")", [date timeIntervalSinceReferenceDate]]; produces a string which can be used to build a predicate. -- Timothy Larkin Abstract Tools Caroline, NY On Oct 19, 2008, at 9:39 PM, Timothy Reaves wrote: I'm trying to write a query where the meta data in question is an NSDate

NSFileBusy

2008-10-15 Thread Timothy Larkin
he NSFileBusy flag? -- Timothy Larkin Abstract Tools Caroline, NY ___ Cocoa-dev mailing list (Cocoa-dev@lists.apple.com) Please do not post admin requests or moderator comments to the list. Contact the moderators at cocoa-dev-admins(at)lists.apple.com Hel

Re: Core Data migration

2008-09-21 Thread Timothy Larkin
manager:manager error:error]; [dInstance setValue:part forKey:@"part"]; return result; } This successfully worked around the problem. -- Timothy Larkin Abstract Tools Caroline, NY PGP.sig Description: This is a

Page Curl Transition of Layers

2008-09-16 Thread Timothy Larkin
liged. -- Timothy Larkin Abstract Tools Caroline, NY PGP.sig Description: This is a digitally signed message part ___ Cocoa-dev mailing list (Cocoa-dev@lists.apple.com) Please do not post admin requests or moderator comments to the list. Contac

Re: Two questions about CoreData migration

2008-08-23 Thread Timothy Larkin
On Aug 22, 2008, at 12:14, Timothy Larkin wrote: The first question is a simple one. After migration, the old persistent store is renamed sourceURL~.xml, and the document is supposed to open with a new persistent store with the old url, sourceURL.xml,. However, the document window that

Two questions about CoreData migration

2008-08-22 Thread Timothy Larkin
ent with there being no destination instances. So what I've done is to save the parent, call the super method, and then restore the parent. This fixes the problem, but seems rather desperate. What is the correct method for dealing with a property mapping that involves an abstract class? --