Works. I even got it to work with the list composition component with:
descriptionAmenities
^ (MAMultipleOptionDescription auto: 'amenities' label: 'Amenities'
priority: 40)
componentClass: MAListCompositonComponent;
options: MVAmenity collection;
reference: MVAmenity description;
beSorted;
yourself.
Thanks Lukas.
Chad
On 9/25/06, Lukas Renggli <renggli(a)iam.unibe.ch> wrote:
This is the
description I have for MYBuilding
class>>descriptionAmenities
descriptionAmenities
^ (MAMultipleOptionDescription auto: 'amenities' label:
'Amenities'
priority: 40)
options: MVAmenity collection;
reference: MVAmenity descriptionTitle;
beSorted;
yourself.
It's not working. I get an MNU on MVAmenity>>do:
I'm guessing it has something to do with what I'm sending to the
reference selector, since I have no idea what I'm supposed to have
there.
Try
...
reference: MVAmnity description
...
Cheers,
Lukas
--
Lukas Renggli
http://www.lukas-renggli.ch
_______________________________________________
SmallWiki, Magritte, Pier and Related Tools ...
https://www.iam.unibe.ch/mailman/listinfo/smallwiki