Window problem
Window problem
- Subject: Window problem
- From: Mathew Peterson <email@hidden>
- Date: Mon, 27 Jan 2003 23:34:39 +1100
When i initialize my program, I would like to have control over which
windows are being shown. To do this I assumed that I had to do these
steps:
1. Make sure no one window has visible at launch time selected in
interface builder
2. I link up the windows as outlets to my class
3. I send a call of [mainWindow makeKeyAndOrderFront:self];
Unfortunately this does not work for me at all.
Can someone explain to me what I am doing wrong and how I can fix my
issue?
Thanks,
Mat
_______________________________________________
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.