Get the Super-smart Visio Divided Box Shape!
Submitted by Visio Guy on November 25, 2009 5:43 am | | 11249 views
5 Comments
Context Menu Options
You can also quickly access some features by simply right-clicking the shape:

There are also other UI elements that let you directly manipulate this shape…





Well done
How did you implement the number bubble positioning? I’m working on a shape and need to do something similar, i.e. have something that can be positioned in a finite set of places.
Hi OMZ,
Some hints for the bubble positioning: the PinX and PinY of the bubble sub-shape are linked to a control handle in the group. The control handle has the BOUND function in it’s X and Y position cells.
If you use Visio 2007 and have applied Data Graphics, you’ll notice that they can be repositioned using a control handle too. You can look at the formulas, and the help for BOUND to get an idea for how it all works.
Great shape! Thanks Visio Guy!
Your welcome, JCS!