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

Pages: [1]
1
Automation Interface, Add-Ins and Tools / Re: Get linked document
« on: March 11, 2010, 10:09:19 pm »
Yes, it seems that the content of the linked document is kept binary in the table t_document, column BinContent. I was confused the first time I looked because I expected to see the document saved as text.

Thank you!

2
Automation Interface, Add-Ins and Tools / Get linked document
« on: March 11, 2010, 08:43:07 pm »
I am trying to read the informations in the EAP project file directly (like an access database) and i can't get the linked document associated to an element.

Does anybody know where the linked documents are stored in the EAP file (what table)?

Thank you!

3
Yes, I have sent the bug report but I cannot send the project. I hope they'll understand/reproduce my problem.

4
I'm using EA 7.1 build 831, with an EAP file. I have tried the build 834 trial, it's the same thing.
After I have modified the exception handling in Visual Studio 2005, I get the following message "Unhandled exception at 0x7c943345 in EA.exe: 0xC0150010: The activation context being deactivated is not active for the current thread of execution."

5
If the connector Type I set is not correct, after the call to the Update function I get an exception "LoaderLock was detected" and the application crashes.
Has anyone experienced that?

6
I saw that EA uses also other stereotypes than the ones in the collection repository.Stereotypes, for example "targeted link" stereotype that is defined as the metatype "TargetedLink".
Does anybody know how can I access these stereotypes using the EA API?

Thank you!

7
Automation Interface, Add-Ins and Tools / Re: Create project browser
« on: March 19, 2009, 07:53:17 pm »
The tree contains all the packages in the project, so if a package is added or deleted, the structure changes. I will try Frank's solution.
Thank you for your answers!

8
Automation Interface, Add-Ins and Tools / Create project browser
« on: March 18, 2009, 10:45:24 pm »
Hello!

I'm developing an add-in and I have to create a tree of packages, similar with the tree from the Project Browser. I'm using a recursive function that starts from the root package and adds all the packages to the tree. Unfortunately, this solution is a bit long.

Is there a faster way to do this? Thank you!

Pages: [1]