Keith Hodges wrote:
Keith Hodges wrote:
I find
MAWriter-visitReferenceDescription: anObject
self visitElementDescription: anObject
should that be?
MAWriter-visitReferenceDescription: anObject
self visitElementDescription: anObject reference
Keith
Ok, thats not quite correct.
I am trying to get an MASingleOptionDescription to write out its values
according to its reference deescription
Keith
Which it does, unless you happen to set your default to something odd.
I was attempting to set the default of a MASingleOptionDescription using
a dynamic object.
Keith