Reposition Text

J

Jim

Hi, I've created new shapes for my project. I can't figure out how to get
the 'reposition text' control handle to show up for the group text box. I
have even taken a shape that premade and had this feature and used it as a
template, but as soon as I ungroup the objects I loose the ability to
reposition the text box.
 
C

Chris Roth [ Visio MVP ]

It's not automatic, it is added by shape designers.

Do this:

- Make a group
- Window > Show ShapeSheet
- Insert > Sections: TextTransform, Controls
- Copy the formulas from some other shape that you like into these two
sections.

Basically, TextTransform defines where the text box is located, relative to
the shape. The text box has a pin location - where it's located, relative to
the shape. By default, that is smack dab in the middle. You are going to
change the TxtPinX/Y so that it follows the control handle.

TxtPinX = Controls.X1
TxtPinY = Controls.Y1

....

--

Hope this helps,

Chris Roth
Visio MVP
 
J

Jim

Chris,

Thanks for the insight. Your solution works perfect. I have a lot to learn.

Are there any real good books out there that detail some of the 'Nuts and
Bolts' of developing with Visio? What would you recommend?

Jim
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top