Limiting the display of Entities
Limiting the display of Entities
- Subject: Limiting the display of Entities
- From: Thom McGrath <email@hidden>
- Date: Tue, 4 Oct 2005 10:34:37 -0400
I have an two Entities that need to work together (and do): Language
and Translation. Translation has a to-one relationship to Language.
My program is working just fine, I've figured all that out. But I'm
stumped on one part.
Language has a boolean attribute "active" which allows the user to
disable and enable languages. In my interface, the user can select
the language from a NSPopupButtonCell in a NSTableView. However,
there are 136 Languages in the array. So I need to figure out how to
display only the languages whose active == 1 in the popup menu, but
still having them all visible in another NSTableView.
--
Thom McGrath
Lead Programmer of The ZAZ Studios
<http://www.thezaz.com>
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Cocoa-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden