Location of page within drawing window
Thu, 5 Jun 2008 01:05:20 -0700 (PDT)
Hi,
I'm trying to place a small window next to each shape in a drawing. It
is meant to display certain information about that shape. I intend to
achieve this by making the said window a child of the drawing window
in which the page lies (using the SetParent function call). Then I
would calculate its location ...
|
Using Visio in a Webpage/Sharepoint
Wed, 4 Jun 2008 04:58:00 -0700
Hi altogether,
I'm using Visio Drawing Control in Sharepoint:
output.Write("\n"
+ "<object
classid=\"clsid:E4615FA3-23B0-4976-BD3E-D611DDBE330E\""
+ "width=\"800\"" + "height=\"600\""
+ "id=\"axVisio\">\n"
+ " <param name=\"Host ...
|
Is there anyway to avoid line overlapping automatically?
Wed, 4 Jun 2008 00:01:01 -0700
When I connect many objects with connectors I cannot tell which connector go
to which processes. Any ideas on how to set property to not overlay
connectors. ...
|
Problem going from Visio links to Word document
Tue, 3 Jun 2008 07:51:01 -0700
I was able to create links from a visio shape to a bookmarks in words
document.
When I select the link from a shape, it opens up the Word document and puts
the cursor to the correct boomark. However, once the Word document is
opened, this no longer works. Word window only come to the foreground if the ...
|
Where can i find a visio template for restaurant floorplans?
Sat, 31 May 2008 17:55:01 -0700
I am in the restaurant industry and would find it very useful to have shapes
and floor plan templates that handled restaurant specific issues. For
example, shapes that covered differnt kinds of equipment, plumbing, fire
supression, work stations, work flow, seating, etc. Any help with this or
someone who wou ...
|
How do I resolve: Requested operation is presently disabled when
calling a Visio Shape object via a loop?
Thu, 29 May 2008 14:57:03 -0700 (PDT)
I receive the following error when I try to write to a text property
of a shape object. I am coding in Perl using a win32::OLE module. So
my problem is trying to loop through a set of Visio objects, change
some text, and write to the object where I want to change. The sample
code is:
#Grab some text fro ...
|
Multiple connects in ConnectionsDeleted event
Thu, 29 May 2008 14:19:36 -0700
The ConnectionsDeleted and ConnectionsAdded events both pass a Connects
collection. However, I haven't identified a single situation in which that
collection contains more than one Connect object, with neither 1D nor 2D
glue. In circumstances where one would expect a single event with multiple
Connect obje ...
|
|
|
Creating custom shapes using Drag&Drop
Thu, 29 May 2008 08:46:01 -0700
Hi,
I have a tree view with my model elements as an anchor window. When a model
element from this tree view is dragged on the page, a new shape should be
created that has some model-specific information attached (e.g. the ID of the
model element).
The code on the drag source side is like this:
private ...
|
Diagram performance
Thu, 29 May 2008 02:57:53 -0700 (PDT)
Would a diagram with 6000 top level shapes on a page be considered
excessively large? ...
|
DrawingControl.HostID? What does it mean really?
Wed, 28 May 2008 09:49:01 -0700
I've read all the things in the SDK about how this keeps things (uh,
settings, etc.) separate between my app and my installation of Visio. I
think I understand. I have to set a GUID at design time in my C# project to
use this.
Can anyone make this more explicit and clear for me? Ie., how do I set a
G ...
|