Hello folks!
I'm finally diving into Magritte and things are going quite well in
general. I have one situation I can't quite figure out how to solve....
I have a Person class with in ivar that holds an Organization. I
would like to present a drop down list of Organizations when editing
the person. I have tried various permutations of
MASingleOptionDescription and MAOneToManyDescription, but I am not
groking how they should be used :)
For example, I have tried an OrderedCollection of Organizations as
the argument to MASingleOptionDescription>>options:, among a bunch
of other things I tried, but no joy.
Anyone have any suggestions for me?
thanks!
Brian