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