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 - Ricardo Momm

Pages: [1]
1
Automation Interface, Add-Ins and Tools / Re: Hide Diagram Note Element
« on: January 27, 2011, 09:16:03 pm »
I tried that but I had solved changing the diagram note text to "#n" (where "n" is a sequential number),  resizing to a small size, and in my generated document, after the diagram image I put one table with two columns, one with the reference to the note "#n" and another with the note text. Very very elegant!

Thank´s to all for the help.

2
Automation Interface, Add-Ins and Tools / Re: Hide Diagram Note Element
« on: January 26, 2011, 11:46:30 pm »
I searched the forum and didn´t find anything.

I´m taking a new approach, i´ll change the note in the diagram to a text-reference, something like "#1" and in my generated document there will be a table with all references on the diagram and associated notes.




3
Automation Interface, Add-Ins and Tools / Re: Hide Diagram Note Element
« on: January 26, 2011, 10:21:30 pm »
Hmm... nice, if i assign an pixel image to the note and set the connector color to the diagram background  solves my problem.

How can I change the Note image in C#? I didn´t find any property or method to do that.

Thanks for the tip Geert.

4
Automation Interface, Add-Ins and Tools / Hide Diagram Note Element
« on: January 26, 2011, 06:56:32 am »
Hi,

I have one add-in using C# to generate my Technical Specification in word format and all of my sequence diagram has a lot of notes. My add-in get those notes and print then after the diagram in a table for reference. I had to hide the note element from diagram because in the diagram it has no readability and now it is ambiguous.

Sorry about my english level but I really need help with that.

Is there any option to hide this element?

Pages: [1]