Re: New to Cocca
Re: New to Cocca
- Subject: Re: New to Cocca
- From: Amul Goswamy <email@hidden>
- Date: Mon, 10 May 2004 10:19:40 -0700
Please see SimpleMultiWindow example in
/Developer/Examples/InterfaceBuilder. THis will show you how to load
windows from nibs at runtime.
Amul Goswamy
Interface Builder
Apple
On May 10, 2004, at 5:59 AM, Mark Thomas wrote:
Man this going to be a pain, making sure ever resource I used it
attached to
an outlet of an object. I'm cursoius as if I wasn;t using IB then
there be
no way to do this ???
Also, what does the below do ???, why is it needed ???.
Thanks
Mark.
Le 10 mai 04, ` 12:13, Mark Thomas a icrit :
but how are you suppose to say
open this specific window from the nib file (or say any resource),
and
I
haven't found anything to do this, All I can guess is set an outlet
of
my
object which is attached that window, and send it a Show,
You almost have it : set an outlet and try
[outlet makeKeyAndOrderFront:self];
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.