Hopefully the 3 problems I am having w/ Obj-C and PB/IB are simple (as I am
new to Obj-C) and can be quickly worked out
1. I can make a "preferences" window, fill it with controls and be fine.
However, the only way I can think of to get those values is to make a NSView that is "all-encompassing" of my program, which has outlets to those values. It works, but is very sloppy. Is there another way?
2. Kind of related to #1 -- How can make an object that I "have access to"
in PB? I know that is worded poorly. Example (from #1): I make a MyPrefs
object in IB that is a subclass of NSObject, then instantiate it w/ all the
outlets to controls in the Preferences window. But how do I access those
values in my code? MyPrefs is a class type, not an instance variable... I
hope my problem is understood =)
3. Lastly, how on earth do I make a modal dialog? I assume this has to be done with a "sheet", but I don't have any idea how to begin doing this...
Thanks,
Jeff