I was recently exploring the ShapeSheet formulas available in Visio that affect colors, and I decided that I needed to make a shape that I can change the fill color, tint, shade and tone of dynamically. This allows me to copy the formulas from a Shape Data row value for pasting into a ShapeSheet cell.
[Read more…] about Understanding Visio’s Color FormulasShape Design
More secrets of the Visio Legend shape
I was going to do a full post on the special Legend shape in Visio that can automatically count instances of masters on a page, then I found that my good friend Chris Roth, aka VisGuy, had done one some years ago ( see visguy.com/…/legend-shapes). However, I have some extra information that will assist in getting the functionality to work consistently.
Basically, you can make any Master work with the Legend shape by adding the User.visLegendShape = 2 setting into a Master shape, but there are caveats.
- If the name of a Master is changed, then any existing shapes on the page must be re-placed
- The BaseID of each Master must be unique
- If the BaseID is changed (using NewBaseID), then any existing shapes on the page must be re-placed
To demonstrate this, I used the Good and Bad icon shapes from the Legend Shapes stencil.
[Read more…] about More secrets of the Visio Legend shapeA Blackstar alphabet in Visio
I wrote an article last year for Microsoft, using Visio to explain some bits of messaging and encryption (see Musings on MVP Open Day 2016 at Bletchley Park.pdf ). I finished the article with an unexplained image of a word, well the solution was obviously “BOWIE”, as written on the cover of his final album, Blackstar, released exactly one year ago today.
[Read more…] about A Blackstar alphabet in VisioVisio Pro for Office365 Partner Templates
It is becoming clear that Microsoft are making Visio Pro for Office365 (VPfO) their priority. Its update cadence is much quicker than the non-cloud versions of Visio, and there are some features that may not make it to them. A case in point is partner templates and sample diagrams. It appears that Categories has been renamed as Templates in VPfO and there is a new tab named Sample Diagrams. The Partner Templates are at the bottom of the Templates tab, and there is a Partner Sample Diagrams section too on the Sample Diagrams tab.
I am pleased to note that five of my templates made it into the Education category. Each of these templates are from earlier blog posts here!
- A multi-faceted playing card – A Visio Deck of Cards
- Countdown game – A Visio Countdown to Xmas
- Semaphore – Visio Rocks for Flag Semaphore … or another use of Lists …
- Morse Code – MS TechNet UK blog : A history of messaging and encryption
- Scrabble Tiles – Get Scrabbled with Visio
US State Flags for Visio
I am working on a project where I thought the US State flags might be useful, so I quickly created a new master shape from the images in Wikipedia. The shape simply provides a selection of one of the states from the Shape Data window (plus one extra for the reverse of Oregon’s flag!).
The flag shape has a couple of Shape Data rows:
Update to multiSelect & tracing sub-shape connections in Visio
Most of my Visio diagrams have simple connections between shapes, and my previous post about connections used a flowchart as an example (see https://blog.bvisual.net/2016/08/09/understanding-visio-connections/ ). However, it has come to my attention that some Visio developers add connection points to sub-shapes of Visio group shapes, and then connect between the sub-shapes. This means that the code in my previous article would need to be adapted to cater for this scenario. It has also meant that I needed to update my free multiSelect Visio add-in needed an update. The updated version (1.0.6.0) is for Visio 2010+, and is available from http://bvisual.net/Products/multiSelect.aspx .
[Read more…] about Update to multiSelect & tracing sub-shape connections in Visio