Hi,
I am currently working on porting an existing open source windows application to mac OSX.
I am fairly new to cocoa programming.
The application involves opening a new window for a specifying the parameters of the simulation.
The second window has about 20 textboxes and cannot be a modal window.
I have the XIB files and I got the windows working together somehow, but needs a lot of fixing.
If there are multiple windows in an application, how do I pass values and messages between them?
What is the best practice in calling a new window and passing values back to the parent window?
Apple developer library does not have an example source code and many internet sources point to
/Developer/Examples/InterfaceBuilder/SimpleMultiWindow which is apparently not present in leopard.
If some one has this example, that would be great. Also, this example being removed hints that there is a new and better way to do it?
I would appreciate if someone can pass on resources or sample code on working with multiple windows in a cocoa application.
Just to clarify, this is not a document based application. You can reach me by gmail - barbi dot bruce -
Thanks,
B
I am currently working on porting an existing open source windows application to mac OSX.
I am fairly new to cocoa programming.
The application involves opening a new window for a specifying the parameters of the simulation.
The second window has about 20 textboxes and cannot be a modal window.
I have the XIB files and I got the windows working together somehow, but needs a lot of fixing.
If there are multiple windows in an application, how do I pass values and messages between them?
What is the best practice in calling a new window and passing values back to the parent window?
Apple developer library does not have an example source code and many internet sources point to
/Developer/Examples/InterfaceBuilder/SimpleMultiWindow which is apparently not present in leopard.
If some one has this example, that would be great. Also, this example being removed hints that there is a new and better way to do it?
I would appreciate if someone can pass on resources or sample code on working with multiple windows in a cocoa application.
Just to clarify, this is not a document based application. You can reach me by gmail - barbi dot bruce -
Thanks,
B