Re: [Pyobjc-dev] buildapplication strawman
Brought to you by:
ronaldoussoren
From: <bb...@ma...> - 2002-11-19 17:56:29
|
On Tuesday, November 19, 2002, at 12:06 PM, Just van Rossum wrote: > [I don't quite get Bill's comment regarding this, we're assembling an > app, not > _using_ nibs, so I don't see the relevance of the system API's here.] Clarification: Yes, I realized now it was about assembling an app. In any case, the NSMainNibFile (or whatever it is called) key in the Info.plist should be set appropriately as opposed to using a hard coded path. It, in turn, uses the localization APIs to load the appropriate NIB file. At least, it does in Cocoa, I have *no idea* what happens with NIB based Carbon apps. b.bum |