Visio Guy

Visio Discussions => Shapes & Templates => Topic started by: ajayre on March 13, 2014, 02:41:34 PM

Title: Stencil Line Thickness 2013 -> 2010
Post by: ajayre on March 13, 2014, 02:41:34 PM
I've created a stencil in Visio 2013 which has a dynamic connector. The master has a line thickness of 5pt.

When a colleague opens the stencil and uses it in Visio 2010 the connector has a very thin line, I guess 0.5pt or something like that.

How can I make my stencil work well with both versions? I don't have access to Visio 2010 so testing is a bit difficult.

Thanks, Andy
Title: Re: Stencil Line Thickness 2013 -> 2010
Post by: Paul Herber on March 13, 2014, 04:05:41 PM
Is the dynamic connector one of the shapes in your stencil? If the drawing already contains a dynamic connector within the document stencil then that one might be the one that actually gets used. Best to rename it as your own connector.
Is the line thickness an actual value or is it it set by a theme? You'll have to look in the shapesheet to see this.
Title: Re: Stencil Line Thickness 2013 -> 2010
Post by: ajayre on March 13, 2014, 04:13:16 PM
Hi Paul,

The connector shape has a unique name so it won't clash with anything else.

In the shapesheet I have:

=THEMEGUARD(IF(CELLISTHEMED(FALSE),THEME("ConnectorWeight"),SETATREFEXPR(5 pt)))

I have to admit that s gibberish to me. I guess if a theme is applied then use the theme otherwise 5pt? How can I make sure it is always 5pt? Will this work?

=SETATREFEXPR(5 pt)

Presumably if the theme is overriding the thickness then I just need to get my colleague to change to another theme?

Andy
Title: Re: Stencil Line Thickness 2013 -> 2010
Post by: ajayre on March 13, 2014, 04:25:02 PM
Confirmed - colleague selected a theme...  :P
Title: Re: Stencil Line Thickness 2013 -> 2010
Post by: Paul Herber on March 13, 2014, 04:57:18 PM
Aye, themes can mess up the most finely designed shape!