Message 1 of 6
addin conflicts concerning splash screens

Not applicable
10-05-2004
06:31 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
I recently encountered an issue between another addin (eDrawings) and one
I am working on involving "splash" screens at startup. The other addin starts
first and puts up a splash screen. When my addin attempts to show it's
splash screen (using form.Show vbModal), Inventor hangs and never starts.
If I do not load my addin at startup, all is OK and I can load my addin
later manually after Inventor starts with no problems either.
If I switch the form to vbModeless, everything is OK too, BUT the splash
screen is never seen.
If I add the "AlwaysOnTop Me" snippet in the form code with vbModeLess,
the display of the form (which has animated layers) disrupts Inventor's graphics
screen which continues to load while my screen form is displayed.
What I really need to do is use (or emulate better) the vbModal form, whereby
Inventor's main screen does not appear until mine is dismissed. I never had any
problems with this working correctly until I installed eDrawings for Inventor, and
even though I probably will hardly ever use it, I feel I need to work in cooperation
with all other addins, so I must find a fix, and I doubt the eDrawings people are
going to be very helpful (I have emailed them regarding this issue, but have not
heard back yet). Any suggestions?
Also, I am wondering what controls the order in which addin's are loaded?
TIA,
Bob S.