Linking seperate nibs
Linking seperate nibs
- Subject: Linking seperate nibs
- From: Lonnie Ezell <email@hidden>
- Date: Sun, 2 Sep 2001 03:42:35 -0500
I was reading through the archives a couple of days ago, trying to find
an answer to how to have two nib files communicate. I found the link to
the ExampleMDI program and tried to follow it along, but it's not
working for me.
As far as I can tell I have everything connected correctly, and the
routines are compiling without a hitch.
Here's the specific problem, maybe someone can give some more ideas:
I have an application delegate that is handling
applicationWillFinishLoading and applicationDidFinishLoading. During the
willFinish, it tries to instantiate a splash screen stored in a seperate
nib file. The screen will display the progress as it loads.
When it's done loading, DidFinish should get rid of it. Everything
compiles with no errors, but it seems like the connection to the splash
screen is not getting made. When the function is called in the
splashController to display the screen, which centers it and displays
it, there are no warnings or errors, yet, a breakpoint in that function
never gets stopped at. So I assume that it never gets called.
Any ideas?
Thanks,
Lonnie