2009/1/24, Igor Stasenko <siguctua(a)gmail.com>om>:
Another question,
what if i want from user to be able to choose one of possible values:
* string 'foo'
* string 'bar'
* instance of Point (and if choosen, ask to enter x,y values)
how i can describe that?
You have to make you own description that is a bit like
MASingleOptionDescription and a bit like MAToOneRelationDescription.
And a matching editor as well. That requires you to wrap your head
around Magritte visitors but once you're done you know everything
there is to know about Magritte.
Cheers
Philippe