Book a Demo

Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - novice user

Pages: [1]
1
Using the diagram link object might have worked. I might test it.
In the meantime, I implemented something that goes over all the elements in the package, and for each one checks for all the connectors whether they are part of the diagram. Not efficient, but works.
Thanks for the answers.

2
The DiagramLinks of the diagram is empty.
Please note that the documentation claims that "A Diagram link is only created once a user modifies a connector in a diagram in some way. Until this condition has been met default values are used and the diagram link is not in use."

3
Automation Interface, Add-Ins and Tools / Finding diagram messages from VB
« on: September 01, 2008, 06:34:05 pm »
I would like to generate a list of all the messages in a diagram, using VBA.
The "Diagram" object does not have a "messages" method.
How can I find all the messages?
(I assume there are 2 methods - going over all the "DiagramObjects" of the diagram and finding which one is a connector, or going all the connectors in the repository and finding which one are connected to the diagram. Any recommendation of code fragments?)
Thanks

Pages: [1]