Re: Core Data Xcode 4 question

2011-09-01 Thread tim lindner
in Xcode 4.1 recently and it did, in fact, use dumy categories to declare these methods. -- tim lindner tlind...@macmess.org Bright ___ Cocoa-dev mailing list (Cocoa-dev@lists.apple.com) Please do not post admin

Scaling the scroll wheel

2011-08-08 Thread tim lindner
swiping is frustrating because of the small step distance has almost no effect. I'd like to scale the step distance used for wheel scrolling. How can I do it? -- tim lindner tlind...@macmess.org Bright ___ Cocoa

Right Size All Columns Individually

2009-08-21 Thread tim lindner
I know about the contextual menu for NSBrowsers. But is there a way issue this command programatically? -- tim lindner tlind...@macmess.org Bright ___ Cocoa-dev mailing list (Cocoa-dev@lists.apple.com

Adding string encodings CoCoa

2009-08-16 Thread tim lindner
Is it possible to add an encoding to CoCoa? I have some text data from a legacy system which is ASCII for 0-127, but 128-255 is unique to the system. I'd like to load it into a text view and just have it work. What options do I have? -- tim lindner tlind...@macmess.org

Parent/Child initialization with NSTreeController

2008-03-09 Thread tim lindner
objects need to be populated from a disk file and child objects get their data from selected portions of the parent data. I can't figure out how to pass this initialization information to the NSManagedObject's awakeFromInsert: selector. Any pointers? -- tim lindner [EMAIL PROTECTED