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

Pages: [1] 2 3 ... 6
1
Automation Interface, Add-Ins and Tools / Re: MDG in EA 16
« on: May 13, 2025, 01:01:48 am »
Because I never did the activities you mentioned, I would have many questions to you (how to create diagram type and what would be its context, how to create toolbox and so on) but I must go back to my first post and repeat my question. My technology is normal activated MDG, so why it is not visible in the default toolbox menu, as it was in the previous versions of EA?

2
Automation Interface, Add-Ins and Tools / Re: MDG in EA 16
« on: May 13, 2025, 12:06:27 am »
Yes, I've finally found it under System Technologies. My MDG contains only UML Profiles and Scripts.

3
Automation Interface, Add-Ins and Tools / Re: MDG in EA 16
« on: May 12, 2025, 09:39:18 pm »
I'm not sure what you mean with resources tab. I found a tab titled "Resource Allocation", but it is empty.

4
Automation Interface, Add-Ins and Tools / Re: MDG in EA 16
« on: May 12, 2025, 07:01:34 pm »
You can see, in the last picture I posted, activated technology called BIF. So what else I should do?

5
Automation Interface, Add-Ins and Tools / Re: MDG in EA 16
« on: May 12, 2025, 06:35:15 pm »
Hi all,

Thank you for your responses. Like Modesto and Takeshi, I must say that I do not understand the concept of perspectives. I have no idea what to do, to be able to work with my MDG. To open it every time through the "Find toolbox item! window is very clumsy.

@Modesto Vega, unfortunately I can't see my MDG in the groups mentioned by you, they are both empty.

6
Automation Interface, Add-Ins and Tools / Re: MDG in EA 16
« on: May 08, 2025, 12:36:33 am »
I don't think so. I selected All.

7
Automation Interface, Add-Ins and Tools / MDG in EA 16
« on: May 08, 2025, 12:03:00 am »
We are currently upgrading from mix of versions 12 and 13 to version 16. In the version 16 we face the problem with visibility of our MDG in the "More tolls" of the Toolbox. We can't see it there. But we can see it in the "Find toolbox item" window. Are there any changes in handling of MDG technologies between versions 13 a 16?
Here are some pictures.
v12 More tools menu: https://drive.google.com/file/d/1E7IsYwTt0RhyVCcegK_Nqut_DOeGHOS9
v16 More tools menu: https://drive.google.com/file/d/1ykB1GWbYyPA8u7K1p1zH5twumRtRE-Ao
v16 Find toolbox item window: https://drive.google.com/file/d/1IMBhI3zDa0wW5aFRSeGBQU_bHl7eWLol
v16 MDG technologies: https://drive.google.com/file/d/18YsfRAggtwBmtR-eYztNr2p3Cn_lZrPA

8
What I haven't mentioned, I'm using version 12. Let my friend to try in version 13 and - it works! Is there any change between versions 12 and 13, which could be the reason of the  difference?

9
I have run consistency check and reset ids, but it's still the same.
After running the script, new operation looks like this:

meth.Name=OPER1, meth.Stereotype=Phase_Basic, meth.StereotypeEx=Phase_Basic   

10
@Geert, qwerty
None of your workarounds works  :-(

11
Ok, here's the test case.

I have an element (it's selected in the project browser) without any operation. After running following script (adding a new operation and setting it's stereotype) I can see new operation, but no tagged values on it. But when uncommenting the last row of the script (synchronization of the stereotype), I can see all the tagged valued.

Code: [Select]
Dim elm As EA.Element
Dim meth As EA.Method
Set elm = Repository.GetTreeSelectedElements(0)
Set meth = elm.Methods.AddNew("OPER1", "")
meth.StereotypeEx = "aaBIF metadata::Phase_Basic"
meth.Update
elm.Methods.Refresh
'Repository.CustomCommand "Repository", "SynchProfile", "Profile=aaBIF metadata;Stereotype=Phase_Basic;"

And now tell me what I'm doing wrong.

12
Yes, I've just created new operation and added stereotype to it. Without synchronization I can't see any tagged values.

Libor

13
Let me continue with this issue.

I experimented a bit with the element.SynchTaggedValues method and found that it works, but only on existing operations. If this is a new operation just created by the script, it does not work. Any idea why?

14
It looks pretty complex. I'm definitely not going to use it. Thanks anyway!

15
I use version 12 and it doesn't work. In the help for version 15 shortcuts I've found "Copy an element, multiple elements or a Package plus any underlying structure to the clipboard for duplication in a target Package" for Ctrl+Shift+C. Are you sure?

Pages: [1] 2 3 ... 6