Sparx Systems Forum
Enterprise Architect => Automation Interface, Add-Ins and Tools => Topic started by: cy.walker on August 24, 2018, 02:20:09 pm
-
Hi all,
I have got irritated all over again... finally getting stuck into some real work & am dealing with "not enough info / to much text / whats them funny shapes?" feedback getting in the way of the real message. Soooo... getting back into shape script and saw the 'bold' attribute in the user manual;
http://www.sparxsystems.com/enterprise_architect_user_guide/14.0/modeling_tools/shape_attributes.html
However, go to use it and... bing bong, no go. :'(
Script is;
shape main {
bold = "true";
rectangle(0, 0, 100, 30);
setfixedregion(0,0,100,30);
println("#name#");
println("#version#");
}
Shape Script Editor error is;
Error parsing ShapeScript: There was an error parsing on line 2. Unexpected symbol: bold
The question... can we use bold or italic in ShapeScript yet?
Cheers,
Cy
-
It's in the 14.1.1425 Beta release.
-
Sweet! Great news - thanks team. :)