L LogikWeaver Registered Apr 21, 2001 #1 How do you define windows, menus, dialogs, etc. in Mac OS X? Does it still use resources? Is Res-Edit still used? Thanks
How do you define windows, menus, dialogs, etc. in Mac OS X? Does it still use resources? Is Res-Edit still used? Thanks
endian Dis Member Apr 22, 2001 #2 use Interface Builder ( in /Developer/Applications ) IB stores your interface in .nib files, which you then add to your project.
use Interface Builder ( in /Developer/Applications ) IB stores your interface in .nib files, which you then add to your project.