G Garrett macrumors regular Original poster Apr 4, 2007 173 0 Jul 15, 2008 #1 So I wanted to have when I have "About NewApplication" open up a nib file. I can get that to work. But I can't for the life of me get that to be ordered first. I don't feel I should have to subclass every window to be able to do this.
So I wanted to have when I have "About NewApplication" open up a nib file. I can get that to work. But I can't for the life of me get that to be ordered first. I don't feel I should have to subclass every window to be able to do this.
G Garrett macrumors regular Original poster Apr 4, 2007 173 0 Jul 15, 2008 #3 kainjow said: Did you try makeKeyAndOrderFront? Click to expand... Yes...that was pretty retarded When I click on About Clients, this is connected to my delegate: Then this code is ran: Then in my GBAbout.m, which is the File's Owners class. This is ran: The only reason I have this whole new class is because its the only way I could make it become a key window.
kainjow said: Did you try makeKeyAndOrderFront? Click to expand... Yes...that was pretty retarded When I click on About Clients, this is connected to my delegate: Then this code is ran: Then in my GBAbout.m, which is the File's Owners class. This is ran: The only reason I have this whole new class is because its the only way I could make it become a key window.