Coloring a shape Visio 2007)

M

MikeM

I'm trying to make a "smiley-face" master whose skin and eye colors I want to
be able to define using shape data. Geom1 is a circle with its color (the
"skin" of the smiley) defined by FillForegnd. Geom2 is small circle defining
one eye and Geom3 the other eye. How do I define colors for these eyes?

Or is this the best way to do it; should I make the eyes as 2 separate
shpaes and group them? When I tried this I was not able to use the shape data
to define the colors.

Any ideas?

TIA,
Mike
 
W

WapperDude

The Fill property will apply universally to the geometry1,2, sections. The
grouping will work. If all you did was click your group once, then, all you
selected was the top-level group shape sheet. Click a 2nd (or 3rd time if
you sub-grouped the eyes), until you've selected the individual shape you
want to color. Open the shapesheet, which will correspond to that shape, do
your color fill thing and the eyes will glare back at you. :)

HTH
Wapperdude
 
P

Paul Herber

I'm trying to make a "smiley-face" master whose skin and eye colors I want to
be able to define using shape data. Geom1 is a circle with its color (the
"skin" of the smiley) defined by FillForegnd. Geom2 is small circle defining
one eye and Geom3 the other eye. How do I define colors for these eyes?

Or is this the best way to do it; should I make the eyes as 2 separate
shpaes and group them? When I tried this I was not able to use the shape data
to define the colors.

Each shape has only one normal fill section, so create multiple shapes
and then group them.

To access the data from the grouping shape you need the syntax like
groupshapename!FillColor
 
J

John... Visio MVP

Paul Herber said:
Each shape has only one normal fill section, so create multiple shapes
and then group them.

To access the data from the grouping shape you need the syntax like
groupshapename!FillColor

Regards, Paul Herber, Sandrila Ltd.
Electronics for Visio http://www.electronics.sandrila.co.uk/


Close, but I think you want something like:
In the eye subshape, the fill colour would be
groupshapename!Custom.EyeColor

Groupshapename is the name of the shape created when the component shapes
are grouped and it would contain custom properties/shape data for the
various areas that need filling.

John... Visio MVP
 
M

MikeM

Thanks, all!

Mike

John... Visio MVP said:
Close, but I think you want something like:
In the eye subshape, the fill colour would be
groupshapename!Custom.EyeColor

Groupshapename is the name of the shape created when the component shapes
are grouped and it would contain custom properties/shape data for the
various areas that need filling.

John... Visio MVP
 

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