FROM : Robert Nikander
DATE : Sat Nov 03 19:54:19 2007
On Nov 3, 2007, at 2:29 PM, mmalc crawford wrote:
> On Nov 3, 2007, at 10:12 AM, Robert Nikander wrote:
>
>> I could answer this myself if I could see the source code for
>> NSApplicationMain, but that's not available, correct?
>>
>
>
> void NSApplicationMain(int argc, char *argv[]) {
> [NSApplication sharedApplication];
> [NSBundle loadNibNamed:@"myMain" owner:NSApp];
> [NSApp run];
> }
I'm trying to set up the menus programmatically, without loading
nibs, so I would need to the see source for other functions called by
NSApplicationMain as well.
Rob
DATE : Sat Nov 03 19:54:19 2007
On Nov 3, 2007, at 2:29 PM, mmalc crawford wrote:
> On Nov 3, 2007, at 10:12 AM, Robert Nikander wrote:
>
>> I could answer this myself if I could see the source code for
>> NSApplicationMain, but that's not available, correct?
>>
>
>
> void NSApplicationMain(int argc, char *argv[]) {
> [NSApplication sharedApplication];
> [NSBundle loadNibNamed:@"myMain" owner:NSApp];
> [NSApp run];
> }
I'm trying to set up the menus programmatically, without loading
nibs, so I would need to the see source for other functions called by
NSApplicationMain as well.
Rob
| Related mails | Author | Date |
|---|---|---|
| Robert Nikander | Nov 3, 18:12 | |
| Jeff Johnson | Nov 3, 18:37 | |
| Jeff Johnson | Nov 3, 18:46 | |
| mmalc crawford | Nov 3, 19:29 | |
| Robert Nikander | Nov 3, 19:54 | |
| Robert Nikander | Nov 3, 20:08 | |
| mmalc crawford | Nov 4, 00:13 | |
| Robert Nikander | Nov 4, 01:15 | |
| Eric Schlegel | Nov 4, 17:25 | |
| Robert Nikander | Nov 4, 18:05 |






Cocoa mail archive

