Re: What difference exist from where a method will be called?

2016-09-08 Thread Raimond Hettrich
another instance of it. Thank You very much for Your time and Your knowledge! Raimond > Am 08.09.2016 um 16:01 schrieb Graham Cox <graham@bigpond.com>: > > >> On 8 Sep 2016, at 11:13 PM, Raimond Hettrich <sa...@onlinehome.de> wrote: >> >> the init

Re: What difference exist from where a method will be called?

2016-09-08 Thread Raimond Hettrich
Hallo Graham, the ivar / property theme can’t be the solution (so I think as newbie :)), because the sent array comes with it’s content to the DelegateClass. If there were a problem, maybe that I sent an empty array it couldn’t come to the DelegateClass with it’s content. Nevertheless I

Re: What difference exist from where a method will be called?

2016-09-08 Thread Raimond Hettrich
if it’s called from drawRect. I’m a very newbie and I think that it is important for every other app to understand this. Many Thanks, Raimond > Am 08.09.2016 um 14:35 schrieb Graham Cox <graham@bigpond.com>: > > >> On 8 Sep 2016, at 9:27 PM, Raimond Hettrich <sa

Re: What difference exist from where a method will be called?

2016-09-08 Thread Raimond Hettrich
Array: %@", delegateArray); } - (IBAction)testButton:(id)sender { [self showArray]; } @end I hope there is someone out there who has the endurance to read this mail. :) Thank You! Raimond > Am 07.09.2016 um 23:44 schrieb Jens Alfke <j...@mooseyard.com>: > > Hi

What difference exist from where a method will be called?

2016-09-07 Thread Raimond Hettrich
Dear all, there is a thing i can’t understand. In my class I have an NSMutableArray as a instance variable and a property. With the init method the array will be created with alloc / init. When my tableView has rows an information for each row will be added as object to my array. Then I have

Core Data, OutlineView, TreeController

2016-05-23 Thread Raimond Hettrich
Hallo all, I´m new in objective-c coding and I have the following problem with the constellation coreData-treeController-outlineView. I’ve got an view based outlineView which shows an hierarchical tree. I can add a new row with the default values of my entities attributes. I can add new

TreeController, OutlineView, CoreData

2016-05-22 Thread Raimond Hettrich
Hallo All, I have a view-based OutlineView with one column bound to an TreeController (arrangedObjects) and the TableViewCell bound to objectValue.name. The TreeController is bound to the managedObjectContext. Nearly everything is fine. With the Add-Button a new line will be added with the