Paying my dues
| First of all I need to pay my dues to the other Visio websites, blogs and forums, so, in no particular order:
|
|
Links to all the Visio articles
Various useful formulae for use in Visio shapesheet cells
- Resizing shape's width with text:
Set cell Width = GUARD(TEXTWIDTH(TheText))
- Resizing shape's width with text, but with a minimum size (10mm in this case):
Set cell Width = GUARD(MAX(TEXTWIDTH(TheText), 10mm))
- Resizing shape's height with text:
Set cell Height = GUARD(TEXTHEIGHT(TheText,Width))
- Resizing text with the shape:
Set cell Character -> Size = 10 pt*Height/0.75 in
- Resizing text with the shape (with minimum and maximum values):
Set cell Character -> Size = MIN(48 pt, Max(4 pt,10 pt*Height/0.75 in.))
- Level text - text that is always horizontal, sometimes called 'gravity text':
Set cell Text Transform -> TxtAngle = -ANG360(Angle)
- Using an Action to toggle a cell
1. Create a section -> Actions
2. in the Menu cell add the text that you want to appear on the shape's right click menu (typically set the text to "Toggle")
assume we wish to toggle cell "User.Toggle":
3. in the Action cell add the formula =SETF(GetRef(User.Toggle), NOT(GetRef(User.Toggle)))
Now when we select Toggle on the shape's menu the value in cell User.Toggle will alternately be TRUE and FALSE.
How-to articles
How to remove extraneous layer information from a shape master(Instructions for Visio 2003/Visio 2007 - for Visio 2010 the menus are different)
- Load the stencil, put into edit mode, open the master
- Select the shape's contents (Control-A)
- menu Format -> Layer
- If you are now asked to enter a leyer name then the shape has a blank layer name! Enter a name (anything - it will be removed later) and press OK
- On the Layer dialog click None then OK
- menu View -> Layer Properties and tick Remove Unreferenced Layers, then click OK
- Close the shape, click OK to update the shape
- When done, close the stencil.
3rd-party additions for Microsoft Visio
There are various lists available of 3rd-party Visio stencils and add-ons, all of which seem to be totally out
of date and full of dead links. I shall endeavour to keep this list up to date, please inform me of any changes
or additions. Email me
- Aviation
- Aresti System Aerobatic Drawing Software contains all the figures from the Aresti System (Condensed) Aerobatic Catalogue, Templates for all IAC & CIVA aerobatic Forms, and many automated sub-routines for rapid paperwork preparation - commercial
- Business
- Chemistry
- Computer games
- Arcade Controls Visio stencils in Visio 4 format for arcade controls - joysticks, buttons, etc - warning: this website is really bad on the eyes - free
- John C. Brown castle and cave shapes for dungeons and dragons - free
- John C. Brown sci-fi spaceship deck design - free
- Computer hardware
- Computer networks
- Computer software
- Electrical/Electronics engineering
- Geometry
- GUI design
- Hobbies
- House and home
- Industrial automation
- Opto 22 Shapes for Opto 22's automation products - free
- Information Architects
- Beacon16 iPhone wireframe and mockup shapes - free
- Cloud shapes by John Goldsmith of Visual Signals - free
- Jesse James Garrett A visual vocabulary for describing information architecture and interaction design - free
- Nick Finck Wireframe, Sitemap and Process Flow shapes - free
- Peter Van Dijck shapes from Information Architecture For Designers - free
- Maps
- Petro-chem engineering
- Various
- Tools and utilities
- cData a tool by David Parker of bVisual - a collection of five extra windows with data capability for Visio - commercial
- celMaker a tool by David Parker of bVisual - to help developers copy custom properties, user-defined cells, actions and connection points from one master to another - commercial
- Data Legends for Visio a tool by David Parker of bVisual which adds essential legends for External Data - commercial
- Document Imager for Visio 2010 a tool by David Parker of bVisual to export a selection of pages, automatically named consistently into a folder of your choice - commercial
- Graham Wideman Visio Developer's Survival Pack - free
- Multi-Language Text for Visio a tool by David Parker of bVisual to maintain multiple language shape text or page names in the same document - commercial
- Rules Tools for Visio 2010 Premium Edition a tool by David Parker of bVisual to enable users to write custom validation rules to suit their own purposes - free
- Visio Super Utilities by Sandrila Ltd - a collection of useful utilities for Visio - commercial with free trial
- Visual Risk Analysis a tool by David Parker of bVisual - commercial
- visViewer a tool by David Parker of bVisual - a Visio file viewer - free
|