Visio Tools? Add-Ins, Plug-Ins, etc.
Thu, 11 Sep 2008 04:23:16 -0700 (PDT)
Guys,
I stepped away from Visio for a while so lost track of things. But
I'm happily back. I have some ideas for mashing up Visio with other
modeling and UI tools. But first, I'd like to update my understanding
of the Visio add-in universe to see if I can make my development life
easier. I have Paul's Sup ...
|
Shape's "incoming" connx - where are they?
Thu, 11 Sep 2008 00:27:01 -0700
Hello,
if I draw a connector from shape A and glue it to shape B; then when I
examine shape A's object I can easily find that connector in its FromConnects
collection. however, I cannot find the connector anywhere in shape's B
object. Is this not possible?? Please somebody clarify this with me: i am not
sur ...
|
Visio 2007 Issues with InvisibleApp Object?
Wed, 10 Sep 2008 12:26:12 -0600
Hi All,
Does anybody know if there are known issues using the InvisibleApp object
with Visio 2007? Specifically, after I start Visio with the InvisibleApp
from an external VB6 app, do my customization and then make it visible, the
menus and toolbars stop responding to mouseclicks after one click. I'm using
...
|
"Disappearing" return value !?!?
Wed, 10 Sep 2008 03:16:01 -0700
Hello,
I've a function defined like this:
Public Function DegsToRads(ByVal degrees As Single) As Single
DegreesToRadians = degrees / 57.29578
End Function
and use it like this:
angleDeg = RadsToDegs(angle)
both angle and angleDeg defined as Single; but all Iget is a 0 ..even when
in debug mode I can s ...
|
Drag & drop onto shape
Sun, 7 Sep 2008 09:31:12 -0700
Hi all,
I have developed Visio add-in what opens dockable window (like Shape Data
Window) at the startup time with some tree-view control inside. I want to
implement drag & drop from tree-view node onto shape in Visio workspace, but
unfortunatelly I do not get any notification event that something is
drop ...
|
Flashing shape in Visio 2003
Sun, 7 Sep 2008 16:54:01 -0700
Is it possible to have a flashing shape in Visio 2003? I am developing a
tool to assist with work planning where proposed work at a particular
location, on a particular date will cause values in an Access 2003 table to
change (dependant on type of work, etc). When i refresh the Visio diagram
from the Acces ...
|
Obtaining angles of connectors between connected objects
Sat, 6 Sep 2008 15:14:16 -0700
Hello; Imagine objects connected (via connectors, of course) so that they
form triangles, rectangles and pentagons. What I need is the sum of the
three, four or five angles formed by the connectors at each vertice (1 object
= 1 vertice). The connector's angle property is only relative to the
originating obje ...
|
|
|
PivotDiagram with Custom Data Graphic that is client picture?
Fri, 5 Sep 2008 08:57:01 -0700
Hi,
I am starting with visio, and already have to create something that make me
stuck :)
Basically i need to add a custom client picture to my pivotdiagram, i have a
property that is the URL or the PATH to the picture file...
Is this possible to do?
How can i achieve something like this?
Regards and ...
|
it's not exactly a class
Fri, 05 Sep 2008 04:52:23 -0700
i wanted to write...
sorry
carlos ...
|
Tips for deconflicting shapes programmatically
Fri, 5 Sep 2008 04:30:55 -0700 (PDT)
I am a long-time MS Office developer but have no direct experience
with Visio. I have been asked to investigate automating a very large
and complex Visio chart that is now maintained manually at great
effort and expense.
Can anybody advise me as to tips/hints/algorithms for deconflicting
shapes on complex cha ...
|