creating a window
creating a window
- Subject: creating a window
- From: James Mooney <email@hidden>
- Date: Sun, 23 Mar 2003 10:55:03 -0500
Greetings,
After spending a day mucking the waters, I am posting again and
rewording my initial question.
In IB, I create a window. When running the app, the window opens.
Not using a "Document" project template, How do you take and create a
new window exactly as the first window opened up when the app first
starts. (the event listeners are alive ie the buttons in the windows
work and textfield or other stuff are alive as well ect) Would it be
correct to say that I want to create a new instance of a Nib based
window. I attempted to try calling the method of the [NSApplication
loadNibFile:@"mynibwindow.nib" owner:self] << am I getting warm?
Jim
_______________________________________________
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.