Hi,
My script in 7.1 needs to determine if a text box is a comment or not. In 7.2 there is the method getDisplayAsPostIt(), but this isnt available in 7.1
I found getDefaultDisplayAsPostit(SettingsKey) under UMLGlobalSettings. Does anyone know how this works and have an example?
Thanks
B
Hi Brooke,
the "UML Global Settings" have only an effect when creating new UML models, so this will not be a solution for you.
Since "getDisplayAsPostIt()" is not available in 7.1 there is no possibility to do this in a report. Also in a macro you cannot access this property.
BR,
Torsten