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

Pages: [1]
1
Automation Interface, Add-Ins and Tools / LoadProject & Add-In
« on: July 17, 2007, 07:45:53 am »
Hi,

I have a Problem and couldn't find a solution. I tried to start EA directly with the following code:

Private Sub Button1_Click(...) Handles Button1.Click
   Project = CreateObject("EA.Project")
   Project.LoadProject("2") 'open last Project
   Project.ShowWindow(1)
End Sub

This works fine, but my AddIn is not running in EA and the "Manage Add-ins" menu only shows "ERROR" at Status.
If I start EA normaly my Addin works great.

Is there a way to start EA with working Add-In's? ???

Thanks (Sorry for the bad english :-[).

2
Automation Interface, Add-Ins and Tools / Update Project Browser
« on: June 26, 2007, 10:12:26 pm »
Hello,

I am from germany and currently developing an AddIn in VisualBasic.
Is there a way to update (or refresh) the Project Browser without using the Repository.RefreshModelView() function?
My Problem is that RefreshModelView() collapse the whole Project and restart the Layout.

Pages: [1]