Site icon bVisual

When is a Visio Callout not a Callout?

I have been a Visio user/developer since the mid-1990’s and seen the word “callout” used as part of the name of many master shapes in Visio. The images below show five ways that the term “callout” has been applied to the name of Visio master shapes. Generally, each evolution has been an advance on the previous ones, or have becoome specialised for their usage … until Microsoft made “callout” shapes available in Visio web editions. These are not an advance in evolution, but are a radical regression, and in my opinion, quite unnecessarily basic, and extremely frustrating.

There is a Visio Extras \ Callouts stencil available in desktop Visio which contains the original callout shapes that can be glued to shapes, either dynamically or statically with the control point. The user simply enters text into the callout shape, which will remain glued whenever the shape it is attached to is moved.

Then desktop Visio included a Configure Callout add-on which can be used with the three masters shapes that start with “Custom ” at the bottom of this Callouts stencil. These can only be glued dynamically but they can be configured to display Shape Data of the target shape.

When Data Graphics was added to Visio 2010, then the concept of Text Callouts was used to display selected Shape Data values of the target shape. These text callouts are inserted as sub-shapes of the target shape, and have many configurable setttings (see https://bvisual.net/2015/12/24/using-visio-professional-2016-text-callouts-icon-sets-and-data-bars-to-display-data-directly/)

Microsoft also introduced the structured diagram concept and the gallery of structured callouts from the drop-down gallery undeer Insert \ Diagram Parts \ Callout. These shapes may appear as simple shapes that are dynamically glued to their target shape, and they move along with them. Importantly, they do not use an add-on like the Custom callouts, but use the core Visio engine with ShapeSheet functions (see CALLOUTTARGETREF() in https://bvisual.net/2021/02/22/visio-shapesheet-functions-a-c/ ). This makes them quite powerful because these functions also work in the Visio web editions … so why did Microsoft make callout shapes for the web editions that do not contains these functions?

My guess is that they published them before they had these ShapeSheet functions working in the web, but perhaps it was an oversight. In their defence, they have only recently added Shape Data and Layers to the web editions. The web version of the Callout shapes do not even glue to other shapes!

However, you do not need to wait to use the structure diagramming callouts in the web, as long as you or a colleague, edits the Visio drawing in the desktop, drops one or more original or structured callouts to a page, then saves it. The drawing can then be continued to be edited in the web and the newly added callout shapes can be duplicated or copied as required, and they will glue to their target shapes.

By the way, do not use the enahancements that suggested in a previous post to includ ethe configure functionality into the struuctured diagram callouts ( see https://bvisual.net/2014/04/08/adding-configure-callout-functionality-to-visio-callouts/ ) because add-ons do not work in the web.

So, the answer ti the original question:

When is a Visio Callout not a Callout?

is :

When it is in the Visio web shapes gallery!

Related articles

Synchronizing Visio Shape Fill Color (or almost any cell) across pages

I was recently asked how the color of one shape can be changed and for other shapes to be automatically updated to the same color … even if they are on different pages! Well, it is possible with Microsoft Visio’s awesome ShapeSheet formulas. In fact, this capability is not limited to the FillForegnd cell ……

Positioning Visio Shape Text Block with a Control Handle

I was recently asked how a control handle can be added to a Visio shape so that it can be used to re-position the text block. Fortunately, it is extremely easy to setup, and requires just two formulas to be updated in the ShapeSheet. This is a great use of the SETATREF(…) function. (more…)

Understanding Segments of Visio Geometry

I recently had to revise my understanding of the POINTALONGPATH(…) function in Visio because I was getting a #REF! error in some cases. My particular scenario requires a line with a number of vertices that are initially all in a straight line but can be moved by dragging controls around that each vertex is bound…

Custom Color Themes in Visio?

I was recently looking into custom color themes for corporate branding in desktop Microsoft Visio and became re-aware how different Visio still is from the rest of the Microsoft Office applications. A Visio page or document does not need to have any theme applied, but the documents of the other Office applications always have a…

Using Visio Color by Value on Connectors

Data Graphics in Visio Plan 2 and Visio Professional is great, but it only enables us to use them with 2D shapes in Visio, i.e. not on connectors. So, what if you want to change the line colour of the connectors between the 2D shapes because of the data flowing between them? Well, it is…

Using Notepad++ to Edit Visio ShapeSheet formulas

Visio shapes get their smartness from the formulas that are entered into the ShapeSheet, but editing these formulas can be extremely tricky and prone to error because of the lack of a modern programmer’s interface. Formulas can be quite long (up to 64k characters) but even medium size ones like the one in User.GetWorkdays cell…

Exit mobile version