Re: Cococa-Dev : was [coredata count not fulfill fault after object delete]

2013-01-10 Thread Peter
Am 10.01.2013 um 18:38 schrieb Martin Hewitson: > > On 10, Jan, 2013, at 06:25 PM, Peter wrote: > >> >> Am 10.01.2013 um 18:06 schrieb Martin Hewitson: >> >>> And I forgot to mention: the persistent store seems to get saved since when >>> I restart the app (it's unusable after the CoreData

Re: Cococa-Dev : was [coredata count not fulfill fault after object delete]

2013-01-10 Thread Martin Hewitson
On 10, Jan, 2013, at 06:25 PM, Peter wrote: > > Am 10.01.2013 um 18:06 schrieb Martin Hewitson: > >> And I forgot to mention: the persistent store seems to get saved since when >> I restart the app (it's unusable after the CoreData error) the removed >> entities are not present. Curiouser an

Re: Cococa-Dev : was [coredata count not fulfill fault after object delete]

2013-01-10 Thread Peter
Am 10.01.2013 um 18:06 schrieb Martin Hewitson: > And I forgot to mention: the persistent store seems to get saved since when I > restart the app (it's unusable after the CoreData error) the removed entities > are not present. Curiouser and curiouser. > > Martin > > > > On 10, Jan, 2013, at

Re: Cococa-Dev : was [coredata count not fulfill fault after object delete]

2013-01-10 Thread Martin Hewitson
And I forgot to mention: the persistent store seems to get saved since when I restart the app (it's unusable after the CoreData error) the removed entities are not present. Curiouser and curiouser. Martin On 10, Jan, 2013, at 06:05 PM, Martin Hewitson wrote: > > On 9, Jan, 2013, at 04:26

Re: Cococa-Dev : was [coredata count not fulfill fault after object delete]

2013-01-10 Thread Martin Hewitson
On 9, Jan, 2013, at 04:26 PM, Mike Abdullah wrote: > > On 8 Jan 2013, at 05:53, Martin Hewitson wrote: > >> >> On Jan 7, 2013, at 08:44 PM, Mike Abdullah wrote: >> >>> >>> On 7 Jan 2013, at 16:35, Martin Hewitson wrote: >>> Hi Francisco, Thanks for the feedback! >>>

NSTabviewItem View

2013-01-10 Thread Koko
Is it possible to set the view of a tab view item to scroll view? It does not appear so but I am looking for confirmation one way or the other. In IB if you set the class to scroll view the attributes tab does not show the scroll view attributes. -koko __

Re: How to enable the close window button while showing a modal sheet?

2013-01-10 Thread Jim McGowan
Doc link is here: https://developer.apple.com/library/mac/#documentation/Cocoa/Reference/ApplicationKit/Classes/NSApplication_Class/Reference/Reference.html The quote is from the Discussion section of the beginSheet:modalForWindow:modalDelegate:didEndSelector:contextInfo: method of NSApplicatio

Re: How to enable the close window button while showing a modal sheet?

2013-01-10 Thread Uli Kusterer
On Jan 10, 2013, at 2:25 AM, Jim McGowan wrote: > On 9 Jan, 2013, at 6:11, Oleg Krupnov wrote: >> I don't want to start a HIG flame on this, but just want to know if >> it's technically possible to enable the close button of a window while >> showing a modal sheet (NSApp beginSheet:modalForWindow