Message 1 of 9
Dockable Dialog and PromptForFamilyInstancePlacement
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hi
I have been banging my head against a brick wall on this one.
Has anyone managed to create Dockable Dialog that contains a control say a button that will then call
document.PromptForFamilyInstancePlacement(Symbol);
no matter what I try it always errors on this line of code. I have tried using idler handlers, raising events, Checking active view and even calling IExternalCommands, etc, etc, etc, but all of them error at the same place. I have it working with modeless winfoms ok but will no in a Dockable dialog
If anyone can point me in the correct direction or better still have code samples that work I would be in your dept forever