[fbcocoa] Re: [fbcocoa] Application Shell Demo with Working Menus

Message: < previous - next > : Reply : Subscribe : Cleanse
Home   : May 2012 : Group Archive : Group : All Groups

From: Robert Covington <artlythere@...>
Date: Tue, 15 May 2012 04:23:48 -0400
On May 15, 2012, at 4:05 AM, Bernie wrote:

> 
> Ken wrote:
> 
>> Could use help on:
>> -- Multiple windows
> 
> A separate instance of NSWindowController for each window or a document-based app (NSDocument) ? 

In my runtime  I use the same window controller (Delegate handler) and just instance it for each new window. Works alright.

For vectoring off into the correct yonder, Is there a way to use FB or program constants within C-code in BeginC etc/EndC without knowing the constant's numeric value. Currently, I use the literal value of the constant, but it's a pain to have to keep looking them up.

rc