Book a Demo

Author Topic: Automate and AddIn  (Read 3110 times)

Begbie

  • EA Novice
  • *
  • Posts: 2
  • Karma: +0/-0
    • View Profile
Automate and AddIn
« on: July 01, 2015, 07:25:27 pm »
Hi Folks

Having created a couple of Addins that need opened manually from the extensions section in an individual model, I am wondering if it is at all possible to have an Addin open when EA is started up.

I basically want an information box to open up with a disclaimer regarding security of your work and also a reminder to log your time spent on the model in the project calendar. If it is possible for a c# addin to be automated to open up at startup I'd love a point in the right direction.

Cheers in advance.


qwerty

  • EA Guru
  • *****
  • Posts: 13584
  • Karma: +397/-301
  • I'm no guru at all
    • View Profile
Re: Automate and AddIn
« Reply #1 on: July 01, 2015, 09:20:09 pm »
Check the EA_FileOpen event. That's probably what you need.

q.