Sparx Systems Forum

Enterprise Architect => Automation Interface, Add-Ins and Tools => Topic started by: Yakilea on May 23, 2009, 12:55:00 am

Title: Project opening event
Post by: Yakilea on May 23, 2009, 12:55:00 am
Hi everybody,

I'd like to execute some automatic treatments on the repository of an EAP project. These treatments should be automatically launched when a project is opened. But, I can't find any corresponding event in the help. The only ones I've found are those :
EA_Connect
EA_Disconnect
EA_GetMenuItems
EA_MenuClick
EA_GetMenuState
EA_ShowHelp
EA_OnOutputItemClicked
EA_OnOutputItemDoubleClicked

Does anyone know the way to do this?
Thank's
Title: Re: Project opening event
Post by: Frank Horn on May 23, 2009, 02:39:38 am
Maybe it's the EA_FileOpen event you're looking for:

http://www.sparxsystems.com/uml_tool_guide/sdk_for_enterprise_architect/eaadd_insea_fileopen.html
Title: Re: Project opening event
Post by: Yakilea on May 25, 2009, 06:24:00 pm
This is exactly what I need.

Thank's a lot!