progress sheet and a NIB file
progress sheet and a NIB file
- Subject: progress sheet and a NIB file
- From: "Paul J. Lucas" <email@hidden>
- Date: Tue, 27 Sep 2005 21:41:21 -0700 (PDT)
I'm trying to code a sheet that shows a progress indicator. I
have a panel in a NIB file that I load like:
NSNib *const nib = [NSNib alloc];
[nib initWithContentsOfURL:[NSURL fileURLWithPath:nibPath]];
I then need to instantiate it:
NSMutableArray *topLevelObjects;
[nib instantiateNibWithOwner:???? topLevelObjects:&topLevelObjects];
The question is: what object do I use as the owner?
- Paul
_______________________________________________
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