Skip navigation.
 
mlMultiple Views Using One Window
FROM : Philip Bridson
DATE : Sat Jan 19 05:32:15 2008

Hi everyone, I have been programming for a short while and have been 
picking it up quite quickly but I am now stuck. I have 3 nib files, 
one being the main window, and the other two as custom views. The 
main window has an NSBox and Next/Cancel buttons at the bottom of the 
window. I want to load a different view, (which are stored in their 
own nibs), into the NSBox each time I press 'Next'. I know I have to 
load the nib with [NSBundle loadNibNamed:name owner:_owner] but how 
do I get that information into the NSBox of the Main Window?

Any help would be greatly appreciated.

Related mailsAuthorDate
mlMultiple Views Using One Window Philip Bridson Jan 19, 05:32
mlRe: Multiple Views Using One Window Kyle Sluder Jan 19, 07:04
mlRe: Multiple Views Using One Window Jaime Magiera Jan 19, 09:02
mlRe: Multiple Views Using One Window Uli Kusterer Jan 19, 12:28