Re: Storyboard SplitViewController example

2011-12-25 Thread Steve Christensen
On Dec 24, 2011, at 7:13 PM, Jamie Daniel wrote: I am very new to Xcode and iPad development. I am trying to do the following: I have an initial NavigationController and ViewController. I am trying to go from a button on the ViewController to a SplitViewController using Storyboards but I

Re: Storyboard SplitViewController example

2011-12-25 Thread Matt Neuburg
On Dec 25, 2011, at 12:00 PM, cocoa-dev-requ...@lists.apple.com wrote: I am very new to Xcode and iPad development. I am trying to do the following: I have an initial NavigationController and ViewController. I am trying to go from a button on the ViewController to a SplitViewController

How to update preview in NSPrintPanel?

2011-12-25 Thread Luc Van Bogaert
Hi, I'm adding a custom user setting to a NSPrintPanel by adding an accessory view controller for a view that contains just one control (a checkbox) and which is loaded from a nib file. The checkbox's value has a binding to the view controller's representedObject.printSettings.checkboxvalue

Re: How to update preview in NSPrintPanel?

2011-12-25 Thread Graham Cox
On 26/12/2011, at 9:05 AM, Luc Van Bogaert wrote: Hi, I'm adding a custom user setting to a NSPrintPanel by adding an accessory view controller for a view that contains just one control (a checkbox) and which is loaded from a nib file. The checkbox's value has a binding to the view

Re: Storyboard SplitViewController example

2011-12-25 Thread Roland King
On Dec 26, 2011, at 4:18 AM, Matt Neuburg wrote: I'd avoid storyboards if I were you; they actually just make your life more complicated. And I'd avoid UISplitViewController! They are poorly written and rather inflexible. On iOS 5 if you want to split the view into two, you can easily

Re: How to update preview in NSPrintPanel?

2011-12-25 Thread Quincey Morris
On Dec 25, 2011, at 14:05 , Luc Van Bogaert wrote: I'm adding a custom user setting to a NSPrintPanel by adding an accessory view controller for a view that contains just one control (a checkbox) and which is loaded from a nib file. The checkbox's value has a binding to the view

CoreData inconsistency caching error snafu

2011-12-25 Thread Alexander Reichstadt
Hi, On Xcode 4.2 I am getting some error that makes no sense to me and all similar reports on the web don't seem to apply: CoreData: FATAL ERROR: The persistent cache of section information does not match the current configuration. You have illegally mutated the NSFetchedResultsController's

Re: CoreData inconsistency caching error snafu

2011-12-25 Thread Alexander Reichstadt
Never mind…..I didn't know I need to look after the NSFetchedResultsController……..actually I am not sure what'd be the best to do. I toy around and see what works best. On 26.12.2011, at 02:46, Alexander Reichstadt wrote: Hi, On Xcode 4.2 I am getting some error that makes no sense to me

Text system glitch - lines across text view

2011-12-25 Thread Andrew Hughes
Hello all and merry christmas, I have a text editor program that I wrote and on the whole it works very well, but I've struggled on and off with a recurring annoying issues. Lines are drawn across the NSTextView below where I am writing. Sometimes the text also appears doubled; it looks darker