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

Pages: [1] 2 3
1
Solved alread,

OnNotifyContextItemModified Triggers if i drop a package from a package !

2
Automation Interface, Add-Ins and Tools / Event OnDropFromTree in Tree
« on: October 19, 2016, 07:01:16 pm »
Hi,

is there any Event which recognizes that a package from Project Browser is draged to another Package.

Thank you all for your quick Support.

3
Automation Interface, Add-Ins and Tools / Re: Add DiagramObjects Packages
« on: October 06, 2016, 10:08:26 pm »
Thank you a lot.

!

4
Automation Interface, Add-Ins and Tools / Re: Add DiagramObjects Packages
« on: October 06, 2016, 09:46:07 pm »
the same code with EA.Element works fine

5
Automation Interface, Add-Ins and Tools / Add DiagramObjects Packages
« on: October 06, 2016, 09:45:36 pm »
Hi,
I'm copying Packages (Export Import from a Library into a Project)
I've alread done that with otElements (Classes etc);

But my code doesn't work with packages.

What am i missing ?

                        EA.DiagramObject DO = dDiagram.DiagramObjects.AddNew(p.Name, "");
                       

                        DO.ElementID = p.PackageID;
 

                        DO.Update();


                        Repository.SaveAllDiagrams();
                        dDiagram.Update();
                   
                        Repository.ReloadDiagram(dDiagram.DiagramID);

6
Thank you but there is nothing different.
It just won't work :D^^

7
Hi,  i want that my control resizes when i resize the Addin Window.

the Addin resizes but my control stuck in hise size !

Im not able to reference (c#) the parent (Addin Window) and resize my Control

My Control contains a TabPageControl (and my tabTabPageControll fills the Control , but the control does not fill the AddInwindow when i resize it)

I tried everything but it doesn't work.

Thank you for your help


8
Is it possible to disable modifying Packages and their elements in the Project Browser ?
Please List all possibilities
 :'( :'( :'(

9
Bad, thank you for the fast answer !

10
Hi i have a Default class with my stereotype (Picture in the right Corner)  (natvive shape + my Image in the right Corner).

the Stereotype is visible (text <<TestStereotype>> .
How can i Change the visibility of it to false?

if(HasProperty("stereotype", "TestStereotype"))

     {

          something like TestStereotype.Visible=false; ???????????

     }

at the end i want to see my native shape with my Image and nothing else !

Thank you all for your help

11
Thank you all !

12
Can you give me an example please ?

13
thanks stupid mistake again. The Ui of EA is a Little bit complicate :D

One more question is it possible to create a Profile, where u can decide between two images ?
f.e. Element with decoration in NE  and the alternativ NW (with one stereotype ).

14
Hi ,
i have created my own Profile, everything is perfect. _Image and Icon works !

But i have included my Images with shapescript and added   "Image("xxxxxxxx.emf",0,0,100,100)" in shapescript.
when i want to deploy my XML Profile Icons are still there but Image is gone.

How can i fix this ?

Thanks :D

15
Thanky you !
everything worked perfect !
 ;D ;D ;D

Pages: [1] 2 3