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.


Topics - fcavassini

Pages: [1]
1
General Board / more models examples
« on: July 06, 2004, 02:05:00 pm »
Hi everyone!

I was looking for some addiotional uml examples for EA, other than the one included with the app.

best regards

Fabio

2
Automation Interface, Add-Ins and Tools / Add In in Pop Up Menu
« on: November 13, 2003, 12:59:23 pm »
Hi everyone!!

I wonder if it's possible to add a menu item to the Pop Up Menu of objects, diagrams, etc...

thanks  ;D

Fabio


3
Hi everyone

I'm developing an Add-In for EA in VB 6
I want to get all objects selected in the current diagram:
   For i = 0 To pEAR.GetCurrentDiagram.SelectedObjects.Count - 1
       Set obj = pEAR.GetCurrentDiagram.SelectedObjects.GetAt(i)
   Next i

But the obj that I receive is an Object without Interface, and I can't convert it to an Element or other class.

hope you can help me

thanksss!!!!

Fabio

Pages: [1]