Re: access to object from a different class

2009-09-18 Thread jon
Added info: i would try this: theWebView = [aController webView];except that the "aController" is new, and not pointing to the thing i want, the first webView's pointer to it's object instance... Jon. ___ Cocoa-dev mailing list (Cocoa-dev@

access to object from a different class

2009-09-18 Thread jon
Ok, I did not get the desired result, but i am a little closer, I'm going to set this up again. below is example code to set up the circumstance, so you better see what i want to do. (stripped down to what i am trying to find out) (webView is hooked up in IB to a WebView object) (i wan