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

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

How to make a new window? — #9

New question now... Is it possible to make a new controller for that new window? I have tried making a new class "NewWindowController", but it gives me NullPointerExceptions whene…
MacNN Software by Wes

How to make a new window? — #10

It appears that IBAction methods can access all of the windows contents (various NSTextFields etc...) fine, but methods that are just locally implemented cannot...
MacNN Software by Wes

How to make a new window? — #11

for example public void doSomething() { ((NSTextField)field).setIntValue(5); } doesn't work, but public void doSomethingElse(Object sender) { /*IBAction*/ ((NSTextField)fi…
MacNN Software by Wes

How to make a new window? — #12

This shouldn't be the case. One reason it might appear to be, though, is if the non-IBAction method is getting called before all your objects are unpacked � until awakeFromNib() is…
MacNN Software by Chuckit

How to make a new window? — #13

The non-IBAction method is called after another class calls .makeKeyAndOrderFront() on the window that is giving me trouble. Could something be going wrong because of this? pu…
MacNN Software by Wes

How to make a new window? — #14

Quote: Originally posted by Wes: Could something be going wrong because of this? public void toSend(Object sender) { /* IBAction */ NewController controller = …
MacNN Software by Chuckit

How to make a new window? — #15

Ok, I have two windows (window, and otherWindow), and two controllers (controller, and otherController) controlling their respective windows. When a button on "window" is pressed,…
MacNN Software by Wes

How to make a new window? — #16

Easy way: put both windows in the same .nib file. drag a connection from the button to the other window's icon in the instances tab. connect on "makeKeyAndOrderFront" (or someth…
MacNN Software by arcticmac

What do you expect from upcoming movies? — #3

a plot. no obnoxious messages, such as a political or environmental agenda. Something to justify my paying $9.00 per person for a ticket alone and then on average $8.00 per perso…
MacNN Software by ghost_flash

What do you expect from upcoming movies? — #5

I would expect something good from 'The Fantastic Four', just because I read the Marvel comics a log time ago but the poster is so 'unpleasant' Time will tell.
MacNN Software by angelmb

What do you expect from upcoming movies? — #6

I'm expecting Catwoman and Garfield to be mammoth failures (along the lines of "Jason vs. Freddy" time failures)...no really, I don't think they will sell many of those things call…
MacNN Software by gorickey

What do you expect from upcoming movies? — #8

Next two must watch movies for me: Spiderman 2 - trailers look good, though you can see the formula they are taking from Superman 2....Hero wishes for a normal life with the woman…
MacNN Software by jonasmac

What do you expect from upcoming movies? — #13

The only movies I'm looking forward to are Napolean Dynamite, Garden State, and Harold and Kumar Go To White Castle (). The movies that are coming out will probably just be medioc…
MacNN Software by Agasthya
mp.ls