Re: Creating bindable properties editors for Core Data entities

2009-02-26 Thread Karolis Ramanauskas
Hello, thnaks for your help, Jon, So I have a lot of this working now, but I have a problem! I created a XIB with one window, several views. When a user clicks on the object in the main view this happens: - (void)showPropertiesWindowFor:(KRSimFlowElement *)flowElement { FlowElementsProperti

Q: Creating bindable properties editors for Core Data entities

2009-02-26 Thread Karolis Ramanauskas
Good day, First of all I would like to thank to everyone who helped me with my previous question, I'm passed NSManagedObjectContextObjectsDidChangeNotification ;) Here is the scenario, I've looked at the archives, but I am still confused of the correct plan of action: I have a custom view that s