Problem with a framework with a nib
Problem with a framework with a nib
- Subject: Problem with a framework with a nib
- From: email@hidden
- Date: Sat, 19 Feb 2005 12:24:25 -0500 (EST)
- Importance: Normal
Hi,
I'm writing a framework that has a nib file. Now I've chosen to make
the controller for the interface a window controller however it
appears that it cannot connect to any part of the windows. I have a
window called progressWindow and one called resultWindow. calling
makeKeyAndOrderFront results in nothing happening. The window's don't
appear. If I choose to make one of the windows the window
controller's "window" then I can get it to appear with [[self window]
makeKeyAndOrderFront:self]. But the progress indicator, the text
field all of the other items in the window are dead as thursday
night. I cannot control them. I can't make the indicator
indeterminate or determinate... Does any one know what I need to do
to make it work? Would it be better to make the interface part of the
framework an nsobject and use initWithNibName:@"theNib" ? Or is it
just that frameworks can't have working interface objects?
April.
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Cocoa-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden