Calling/connecting to other nib files in same project

Hello all,

As you can probably tell I’m very new to a lot of this.

How to I connect/call other nib files in the same project? I’m just looking to get the Mainmenu.nib to open another nib when the app is launched.

Thanks
Dave

Hi,

When you have several nib files in your project, you simply load them, viz. load nib “nameOfYourNib” via AppleScript.

From there, you can use the UI of that nib and whatever objects you have in that nib. Naturally, you will have to connect the objects in the newly loaded nib via your handlers.

If this doesn’t help, may be you can load load your script so that other posters in the forum could take a look. I know you said you are new to AS Studio. Majority of us in this forum started that way so please do not feel apprehensive about loading your app. It’s easier to help when we know more about your problem.

Good luck.

archseed :slight_smile: