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 - fcavassini

Pages: [1]
1
General Board / Re: more models examples
« on: July 08, 2004, 10:08:04 pm »
thanks thomas,  ;)


2
General Board / Re: more models examples
« on: July 07, 2004, 06:58:45 am »
Maybe I'm asking too much, but I'm looking for complete models examples, from requirement to deploy, I know how to do each model individually, but I need some tips on making them work together to build a consistent, efficient, not redundant model.

If someone is interested, I'd like to share models, I thing its a good way of getting good model practices quickly

Best regards

3
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

4
Automation Interface, Add-Ins and Tools / Re: Add In in Pop Up Menu
« on: November 24, 2003, 02:59:24 pm »
oh, great!!
I'll be waiting for it!!

thanks again Phil

5
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


6
Thanks Phill!!

7
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]