- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hi All,
Anytime I run a command from AddIns Manager, a copy dialog shows up.
How to disable it please?
Thanks.
Best Regards,
Nam.
Solved! Go to Solution.
The Autodesk Community Forums has a new look. Read more about what's changed on the Community Announcements board.
Hi All,
Anytime I run a command from AddIns Manager, a copy dialog shows up.
How to disable it please?
Thanks.
Best Regards,
Nam.
Solved! Go to Solution.
Dear Nam,
Thank you for your query.
On one hand, you can use the Windows API to automate the handling of any dialogue you want in any way you desire:
http://thebuildingcoder.typepad.com/blog/about-the-author.html#5.32
http://thebuildingcoder.typepad.com/blog/2009/10/dismiss-dialogue-using-windows-api.html
On the other hand, the AddIn Manager source code is not publicly accessible, and I am not aware of any possibility right now to modify its behaviour in any way at all.
There is an effort underway, or a request from developers, at least, to publish the AddIn Manager source code:
On the third hand, everything that it does you can also achieve yourself using standard .NET functionality.
If you are not completely satisfied with the AddIn Manager behaviour, you might want to consider implementing your own loader instead.
I hope this helps.
Best regards,
Jeremy
Thanks Jeremy.
Best Regards,
Nam
Thank you, Fair59! Great hint!
http://thebuildingcoder.typepad.com/blog/2011/08/set-copy-local-to-false.html
Cheers,
Jeremy
Great. Thanks FAIR59.
Best Regards,
Nam.
Thank you again, Fair59, for pointing this out!
Saved here for posterity and future reference:
Cheers,
Jeremy