Skip to main content
Search titles, bodies, and author names
Found 10,731 posts across 1 forum.

How to make a new window? — #2

It could be in a separate nib. It could be in the same one. It's your choice. Keeping your MainMenu.nib as small as possible is good for your launch time, but it's not like your p…
MacNN Software by Chuckit

How to make a new window? — #3

My general rule of thumb (taken from the documentation) for a Document-based application is that if the two windows are for the same document, then I define them in the same NIB fi…
MacNN Software by Brass

How to make a new window? — #4

So that is settled, but how do I display the other window once the user clicks said button? (noob here, and using Java) something like otherWindow.display()? Make it a child of …
MacNN Software by Wes

How to make a new window? — #5

Quote: Originally posted by Wes: So that is settled, but how do I display the other window once the user clicks said button? (noob here, and using Java) something like…
MacNN Software by Brass

How to make a new window? — #6

Ok, so in my nib file I have a window called "SomeWindow" that I want to open when the user clicks a button on "MainWindow" in that action to to that I have to make "SomeWindow" p…
MacNN Software by Wes
mp.ls