From: Tim P. <he...@ti...> - 2007-06-26 08:38:52
|
Hey all I have managed to fix my core data problems which i previously posted about (yay) but I am now working with my entitys and due to some lack in my understanding struggling to actually access the data programatically. I can access table attributes in MyDocument.rb with something like this: @server.valueForKey('serverAddress') But what I want to do is access those values from another class, how would I do this? I have read about KVC accessors and things but are they even what I need? I would like this second class to handle all the task processing and the ib_outlets and so on. This would mean instantiating it in the nib in order to link the outlets, which brings me back round to how can I then access items on my other object? Thanks Tim |