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 - Sue Maurizio

Pages: [1]
1
If you need a way to manage EAP projects and resources in a centralized registry, you may want to take a look at this: http://projectweaver.soluta.net/

2
Suggestions and Requests / Re: Glossary per project root
« on: July 16, 2010, 08:36:40 pm »
We also had a similar problem, and we solved it by creating a new add-in for managing multiple projects and resources in Enterprise Architect: http://projectweaver.soluta.net/

Sue Maurizio - Soluta.Net

3
General Board / Re: MDG technologies license
« on: July 15, 2009, 06:12:36 pm »
Thanks for your suggestion, I will write to Sparx Sales :)

4
General Board / MDG technologies license
« on: July 14, 2009, 06:51:15 pm »
Hello,
I'm building a custom MDG technology, which includes profiles, toolboxes, templates and shape scripts. I'd like to distribute it under a GNU GPL license, but I'm not sure this can be done according to the license Enterprise Architect is distributed with. Is there any limitation on the license I can use to distribute my MDG technology?
Thanks,
Sue Maurizio

5
Automation Interface, Add-Ins and Tools / Re: Open a View programmatically?
« on: September 07, 2010, 06:06:04 pm »
Same problem here... Any ideas?

6
Well, that's simple enough :D I don't know why I didn't think about it in the first place... Thanks!

7
Hello,
I'm developing a C# application that, among other things, builds a connection string using the MSDASC.DataLinks class. What I'm getting now is a connection string which is very similar to the ones used by EA, but I'm still missing a part. What I'm trying to get is something similar to this string:

cecere --- DBType=0;Connect=Provider=MSDASQL.1;Persist Security Info=False;Data Source=Cecere

while right now I'm getting this one:

Provider=MSDASQL.1;Persist Security Info=False;Data Source=Cecere

So I'm currently missing the first part. As for the name of the connection (in this case, "cecere"), I guess I should simply ask the user to provide one, but I don't know how to set the value of "DBType". Can you help me?
Thanks
S.M.
http://www.soluta.net

8
Hello,
I'm currently writing a simple add-in, written in C#, with a menu item that should open a dialog showing the connection string of an EA project. Since I do not want to get the project opened in my EA instance, I created a new Repository object and then invoked rep.OpenFile(file path).
The problem is, after I select my menu item I get an error dialog telling me "This action cannot be completed because the other program is busy". If I wait some seconds and click on "Retry", I get my connection string correctly printed. Is there something I can do to solve this problem?
Thanks,
S.M.

9
Thank you for your answers :)

10
Hello,
I'm building a custom MDG technology and I created a shape script which only displays the name and the notes for an object (if any). The notes box, anyway, does not resize automatically when the text exceeds its width. I noticed that the default representation for classes, for example, is automatically resized, is there a way to do this using the shape scripts editor?
Thanks,
Sue Maurizio

11
Automation Interface, Add-Ins and Tools / Re: MDG technology as exe
« on: July 14, 2009, 05:37:34 pm »
Thanks for your answers, I think I'll build an executable myself, somehow  :)

12
Automation Interface, Add-Ins and Tools / MDG technology as exe
« on: July 13, 2009, 06:33:20 pm »
Hello,
I can see from the MDG technologies page that some of the available technologies are distributed as exe files; is there a way to generate an exe installation for a custom MDG technology?
Thanks,
Sue Maurizio

Pages: [1]