| |||
| [Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] |
That might help might it :-)
in the test app
NSBundle *b = [NSBundle bundleWithPath:[[NSBundle mainBundle]
pathForResource:@"BundleTestLib" ofType:@"bundle"]];
NSLog(@"bundle loaded %@", b);
id bundleClass = NSAllocateObject([b principalClass], 0, NSDefaultMallocZone());
NSLog(@"loaded class %@", bundleClass);
[bundleClass init];
[bundleClass showWindow]; // a method I implemented to try and force the issue
in the bundle's primary class
- (void) showWindow
{
[window display];
NSLog(@"window display");
}
and init just manually loads the nib, though I've done it both ways
On Thursday, July 31, 2003, at 08:51 PM, Greg Hulands wrote:
Show us your code so we can diagnose what you are trying to achieve.
Greg
On Friday, August 1, 2003, at 10:03 AM, Andy Satori wrote:
It can't be that hard can it ? :-)
| References: | |
| >Re: How do I display a Window from a bundle? (From: Andy Satori <email@hidden>) |
| Home | Archives | FAQ | Terms/Conditions | Contact | RSS | Lists | About |
Visit the Apple Store online or at retail locations.
1-800-MY-APPLE
Contact Apple | Terms of Use | Privacy Policy
Copyright © 2007 Apple Inc. All rights reserved.