makekeyandorderfront
makekeyandorderfront
- Subject: makekeyandorderfront
- From: John MacMullin <email@hidden>
- Date: Mon, 27 Oct 2003 22:19:21 -0700
I have an awakefrom nib method as follows:
-(void)awakeFromNib
{
if ([[self windowNibName] isEqualToString: @"ProcessStatement" ]) {
[processStatementWindow makeKeyAndOrderFront:(id)self];
NSLog(@"IncomeStatement");
}
}
The NSlog shows that the makekeyandorderfront should be executing,
however, nothing happens. The window does not appear.
I have checked all of the IB connections and they are connected. The
code executing the load of the nib works.
Any suggestions?
John
PS. This is December 2002 dev tools.
_______________________________________________
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.