Hi,
I like to use fractions in my web forms. Unfortunately everything regarding numbers is
nailed to use a dot (.) as decimal separator. In magritte it should be fairly easy to
delegate the decimal point to the MANumberDescription but then there is still Number
class>>readFrom: that checks for dot as well.
Do you have any ideas how to treat this case? I'm not sure if converting at the
appropriate locations is feasible.
Norbert