On Wed, Apr 13, 2011 at 5:45 AM, Bob Tarling <[email protected]> wrote: > Having fixed issue 6234 I notice that the combo for type in the > TagDefinition property panel is always readonly. > > With some limited playing around I only ever see this display the > value <none> except when selecting the documentation TD within the > UML1.4 profile (which gives String). > > Am I missing something here? Is there some condition in which the > combo becomes editable?
It's not enabled because ArgoUML's tagged value implementation isn't complete yet. It's still following the UML 1.3 spec where the only type allowed for TaggedValues is String instead of the UML 1.4 spec where the user can specify the type of the value. Types are actually quite valuable because it allows the UI to, for instance, restrict a user to specifying one of the boolean values True or False instead of having to count on them to type out the string value "true" or "false" (and perhaps putting something completely invalid). This assist is used by things like the AndroMDA profiles. Tom ------------------------------------------------------ http://argouml.tigris.org/ds/viewMessage.do?dsForumId=450&dsMessageId=2719477 To unsubscribe from this discussion, e-mail: [[email protected]]. To be allowed to post to the list contact the mailing list moderator, email: [[email protected]]
