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

Pages: [1]
1
Hi David,

Thanks for the reply. I had looked at MethodTag and looked at it again but this only gives tags for a method (not tags for its parameters).

The Attribute interface provides tagged values for an attribute (again has nothing to do with parameters of a method AFAIK).

Thanks,
--deepak

2
Hello,

In EA 6.5, you can assign tagged values to parameters of an operation.

How can I get the list of tagged values associated with a parameter using automation interface? I looked at the API and have come up empty so far.

Related question is how to access the stereotype associated with a parameter?

I'll appreciate any help.

Thanks,
Deepak

3
Automation Interface, Add-Ins and Tools / Re: Add an item to Toolbar
« on: August 28, 2007, 08:11:26 am »
Thanks everybody for their response.

From the posts, it seems that there's some confusion around menu items (my post was about toolbar). If you're already aware of the fact that EA does allow menu items to be added to the main menu bar, please ignore this.

The same mechanism used for context menu is used to populate items in the main menu bar (the click location is MainMenuBar).

4
Automation Interface, Add-Ins and Tools / Add an item to Toolbar
« on: August 26, 2007, 09:03:50 pm »
Hello Sparxians,

I have an add-in that adds a context menu. I would like to add the menu commands to the toolbar so that the user can execute my add-in's functionality more easily. Is it possible to do so?

My addin provides a custom profile through MDG.

Thanks,
Deepak

Pages: [1]