Interactive/linked shapes

Started by jamtart, December 20, 2010, 01:36:24 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

jamtart

Here is something I started a long time ago but need some assistance. I have a Yellow Triange and a Green Triangle. When I change the horizontal and/or vertical scale of one or both a third triangle (faded Blue) resizes accordingly. Pretty cool but not overly user friendly for less skilled instructors at my work place to use. Is there a way that I could have boxes to enter the value of these four sides and have the Yellow and Green Triangles respond, thus the blue one?

vojo

use custom properties as inputs to your connection points.
(probably want to put a guard around the connection cell entries).

in 2003,  shape==>custom properties==>define

You can invoke via menu or can add an action to the triangles (action being docmd(1312)) or via double click (eventdblclk cell = docmd(1312))

Note you can set up for either connection handle or input field....but that is pretty complicated

jamtart

Ouch, aint THAT good at visio, yet  :D