Referencing an object on existing page from a Master Object
Wed, 20 Aug 2008 10:52:25 -0700
I would like to be able to drop a shape onto a page and have the shapes color
change based on a property on an existing shape on the page.
For example:
I have a rectangle on a page (sheet.414) with the property
prop.blockpoint and value of 8.2.
When i drop another shape onto the page with sheet. ...
|
Insert/Hyperlink does not display hyperlink dialog
Wed, 20 Aug 2008 10:28:02 -0700
One of our customers has an unusual problem -- when she clicks
Insert/Hyperlink nothing happens. CTRL+K correctly opens the Visio hyperlink
dialog but Insert/Hyperlink does nothing.
She would prefer not to have to call her IT department to
uninstall/reinstall Visio (beaurocratic hassles and time wasting...) ...
|
How would I attach a Data Graphic to a shape in Visio, Using VBA?
Mon, 18 Aug 2008 08:21:01 -0700
I am attempting to use VBA to have Visio attach a data Graphic to some shapes
I have on a page. I had tried this code
Visio.ActiveWindow.Selection.DataGraphic =
Visio.ActiveDocument.Masters("Data Graphic 2")
But, that does not work. ...
|
Selct Shape with specific properties
Mon, 18 Aug 2008 00:02:09 -0700
Hello,
I am using Visio 2003 and my VBA knowledge is yet not so good, so I hope, I
can find detailed help here.
I need to select a specific shape on each page. The values I have are the
Master.name and the PinX and PinY. I know how to go to all pages and how to
add shapes to the selection. But I do not ...
|
Visio 2003: Adding a Picture (e. g. *.png) to a Page and...
Sun, 17 Aug 2008 15:38:07 -0700 (PDT)
Hello again,
...showing its full file name in a Text-Shape. Additionally the Page
should have the same name as the Picture. Any convenient solution?
Thanks in advance
Udo ...
|
Visio 2003: Showing position of a Shape relative to an
Reference-Shape
Sat, 16 Aug 2008 15:26:21 -0700 (PDT)
Hello all,
suppose the following situation. I want to place a Reference-Shape on
a page and want to show the position (via a custom field) of a Shape
relative to that Reference-Shape. My main question is whether that's
possible via the Shapesheet at all - the postition should be updated
when one of the two Sh ...
|
How i insert a xml object in a shape data?
Sat, 16 Aug 2008 04:48:05 -0700
Hi, i wont to add a Xml object to a shape is it possible?
in the user-data in shapesheet i can't to add beacause my xml is too lenght.
how can I do? ...
|
|
|
how to get and change the context menu of master edit in code
Fri, 15 Aug 2008 09:17:01 -0700
Hi, everyone,
When we right click the masters in the stencil, we get a context menu. My
question is that how can I get that menu and add some cusom menuitem to that?
Thank you very much!
...
|
macro to copy existing buttons
Fri, 15 Aug 2008 05:47:00 -0700
I have a set of buttons on every page of a visio diagram that perform macros
which show and hide layers. Is there a macro i could use so that if someone
created a new page they could right click and there would be a function to
add a copy of the existing buttons from the old page to the new one?
i am using ...
|
View Direction
Thu, 14 Aug 2008 06:58:20 -0700 (PDT)
Hi all,
I'm using the Visio 2007 drawing control in my c# application.
In Visio 2007, in the View menu there's an entry called "View
Direction" and it lets you select between Right-To-Left and Left-To-
Right.
My question is how can I use this property programmatically?
Thanks in advance,
Eli. ...
|