D dmmcintyre3 macrumors 68020 Original poster Mar 4, 2007 2,131 3 May 14, 2009 #1 I cannot find the main nib file for any applications. I can find everything but say in system preferences the window that opens when you start system preferences.
I cannot find the main nib file for any applications. I can find everything but say in system preferences the window that opens when you start system preferences.
G grimreaper1377 macrumors regular Oct 20, 2007 218 0 May 14, 2009 #2 Right click on the application, click "Show Package Contents", --> Contents, --> Resources --> English.lproj
Right click on the application, click "Show Package Contents", --> Contents, --> Resources --> English.lproj
D dmmcintyre3 macrumors 68020 Original poster Mar 4, 2007 2,131 3 May 14, 2009 #3 grimreaper1377 said: Right click on the application, click "Show Package Contents", --> Contents, --> Resources --> English.lproj Click to expand... I did that and the main window was not there.
grimreaper1377 said: Right click on the application, click "Show Package Contents", --> Contents, --> Resources --> English.lproj Click to expand... I did that and the main window was not there.
Sayer macrumors 6502a Jan 4, 2002 981 0 Austin, TX May 14, 2009 #4 dmmcintyre3 said: I did that and the main window was not there. Click to expand... The nib is often called "MainMenu.nib" and has the menu bar and app object and the primary window (if there is one).
dmmcintyre3 said: I did that and the main window was not there. Click to expand... The nib is often called "MainMenu.nib" and has the menu bar and app object and the primary window (if there is one).
robbieduncan Moderator emeritus Jul 24, 2002 25,611 893 Harrogate May 14, 2009 #5 There is no requirement for the "main window" to be in a nib at all: it could very easily be created programatically at run time.
There is no requirement for the "main window" to be in a nib at all: it could very easily be created programatically at run time.
F foidulus macrumors 6502a Jan 15, 2007 904 1 May 14, 2009 #6 Find all the NIB files in an app(in this case, System preferences): Open up terminal and type: find /Applications/System\ Preferences.app/Contents/Resources/English.lproj/*.nib
Find all the NIB files in an app(in this case, System preferences): Open up terminal and type: find /Applications/System\ Preferences.app/Contents/Resources/English.lproj/*.nib