understanding problem; creation of instances of objects; xCode vs. Menu Builder
understanding problem; creation of instances of objects; xCode vs. Menu Builder
- Subject: understanding problem; creation of instances of objects; xCode vs. Menu Builder
- From: Martin Batholdy <email@hidden>
- Date: Fri, 5 Jun 2009 23:20:55 +0200
hi,
I think I have a major understanding problem ...
And I just don't know how to solve the problem.
I have a methodfile X
and a methodfile Y
And I have a window that I have set up in the Interface Builder.
The window is connected with the method Y.
So, when the program starts, the window pops up and
because of the window-creation - an instance of Y was created (right?).
Now when I create an instance of Y inside of X -
how can I get access to that created window?
I have now two instances of Y; the one where my window "is in" - made
by the interface builder.
And the one made inside the methodfile X ...
but how can I get acces to the instance of Y (where the window is
defined) inside of X?
I don't know if I am thinking in the right way.
It would be great if someone here could give me a hint to get back on
the right path ...
_______________________________________________
Cocoa-dev mailing list (email@hidden)
Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden