Re: Bundle question correction
Re: Bundle question correction
- Subject: Re: Bundle question correction
- From: Rob Rix <email@hidden>
- Date: Wed, 1 Aug 2001 08:16:36 -0400
If you do need it, [NSClassFromString(@"FDMenuController")
sharedController]
would work all right.
Oh, of _course_! Thanks!
If you have no other use for the app delegate, this will work too. Though
I
would recommend rather
[[NSApplication sharedApplication] delegate]
Can [NSApplication sharedApplication] be replaced with the global variable
NSApp in a bundle?
Thanks very much, this solves numerous problems for me.
Best to you,
-- Rob
Murphy strikes again!