Inventor application fully loaded handle

Inventor application fully loaded handle

lmc.engineering
Advocate Advocate
234 Views
2 Replies
Message 1 of 3

Inventor application fully loaded handle

lmc.engineering
Advocate
Advocate

Hi All,

 

I am attempting to run some routines in an addin on addin activation during Inventor launch, and would like to avoid the addin processing before Inventor is fully loaded and all other addins are also loaded. Would anyone have a handle for such a thing?

 

Regards

 

 

0 Likes
Accepted solutions (1)
235 Views
2 Replies
Replies (2)
Message 2 of 3

WCrihfield
Mentor
Mentor
Accepted solution

Hi @lmc.engineering.  Maybe the following two things are what you are looking for?

ThisApplication.Ready (Link1, Link2)

ApplicationEvents.OnReady (Link1, Link2)

Wesley Crihfield

EESignature

(Not an Autodesk Employee)

0 Likes
Message 3 of 3

lmc.engineering
Advocate
Advocate

Thanks @WCrihfield. I don't know how I missed such an obvious one!

 

I've integrated the ApplicationEvents.Onready which does the trick.

 

Cheers!

0 Likes