Vault check out window behind add-in dialog

Vault check out window behind add-in dialog

Anonymous
Not applicable
504 Views
2 Replies
Message 1 of 3

Vault check out window behind add-in dialog

Anonymous
Not applicable

Hello,

 

I have a Visual Basic.NET add-in that displays a dialog in Inventor. The code in this dialog opens some parts in the background. This has always worked fine, but now I'm working with Vault and when the files are not checked out Inventor displays a small window and asks the question if you want to check out the file. The problem is that this small windows stays behind my add-in dialog. Is it possible to show the check out windows on top of my add-in dialog? I tried form.show and form.showdialog, but this doesn't seem to make any difference.

 

Hope someone can help.

 

Best regards,

Daniël Reesing

 

Inventor Routed Systems 2011 x64

Visual Studio 2008

0 Likes
505 Views
2 Replies
Replies (2)
Message 2 of 3

Anonymous
Not applicable

Do you have SilentOperation=True set? Not sure how you are extracting from the Vault, but that may help. Just be sure to set it back to False. But if the Inventor window is visible, this is disregarded.

0 Likes
Message 3 of 3

Anonymous
Not applicable

SilentOperation is set to true, but this has no effect on the Vault checkout window for some reason....

0 Likes