Just use children

/*
If children is a keyPath instead of an array, then the value for the
keyPath is used to determine the children choices shown. 
If the keypath evaluates to an NSArray, then the resultant array is 
used as the children array.
If the array evaluates to a String, then that String is used as a key
to find the array of children in the 'childrenChoices' dictionary.
*/
children = "session.availableProjectCategories";


On Jul 17, 2012, at 8:22 PM, Theodore Petrosky wrote:

> I am starting a new project with D2W. I am not totally comfortable but with 
> practice comes more practice.
> 
> This is a 'Project Manager'. A Project belongs to a Category. I want to 
> display the different Categories as tabs however, the Categories can come and 
> go. Basically at start up, I need to read the list of categories and create 
> the tab structure.
> 
> So how do I talk to the NavigationMenu.plist after the app has launched?
> 
> I hope there is an example to follow!!!
> 
> Ted
> _______________________________________________
> Do not post admin requests to the list. They will be ignored.
> Webobjects-dev mailing list      ([email protected])
> Help/Unsubscribe/Update your Subscription:
> https://lists.apple.com/mailman/options/webobjects-dev/ramseygurley%40gmail.com
> 
> This email sent to [email protected]

 _______________________________________________
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list      ([email protected])
Help/Unsubscribe/Update your Subscription:
https://lists.apple.com/mailman/options/webobjects-dev/archive%40mail-archive.com

This email sent to [email protected]

Reply via email to