Skip the VDS Dialog and show the default Inventor Dialog

Skip the VDS Dialog and show the default Inventor Dialog

MUM_dloew
Enthusiast Enthusiast
52 Views
3 Replies
Message 1 of 4

Skip the VDS Dialog and show the default Inventor Dialog

MUM_dloew
Enthusiast
Enthusiast

Hello,

 

i search for a way to skip the VDS dialog and show the default Inventor dialog.

With $dsWindow.CancelWindowCommand.Execute($this) i can abort the dialog, but nothing elde happens.

 

have anyone an idea?

--------------------------------------
Daniel Loew
Application Engineer

Inventor | AutoCAD / M | Vault | Fusion 360

Kudos are greatly appreciated. Everyone likes a thumbs up!

Please Accept As Solution if this resolves your issue, to help others benefit and locate it.
0 Likes
53 Views
3 Replies
Replies (3)
Message 2 of 4

Markus.Koechl
Autodesk
Autodesk

Hi Daniel, could you provide more details about the context and workflow? There are two default options to suppress VDS dialogs showing up: SkipVdsForProperty and the AddIn Disable/Enable configuration. Without understanding the intent, I can hardly suggest a solution path.



Markus Koechl

Solutions Engineer PDM, Autodesk Central Europe
0 Likes
Message 3 of 4

MUM_dloew
Enthusiast
Enthusiast

hi Markus,

 

The Customer starts a new 3d Document. when he click save he will have the ability to use the Inventor default save dialog. Not all files must be saved with VDS dialog.

When i click on abort in the VDS dialog the process end.

 

I can't set it with the SkipPropertie in the InventorConfig. Then i must create 2 Templates. One for Save with VDS, one for Save without.

 

--------------------------------------
Daniel Loew
Application Engineer

Inventor | AutoCAD / M | Vault | Fusion 360

Kudos are greatly appreciated. Everyone likes a thumbs up!

Please Accept As Solution if this resolves your issue, to help others benefit and locate it.
0 Likes
Message 4 of 4

Markus.Koechl
Autodesk
Autodesk

Hi Daniel, in this case, users can use the File -> Save Copy As command. For new files, it does not copy, and this command is intentionally excluded from VDS events. So, this is the "backdoor" that the user can take if they decide to skip. The only customization I see is bringing this command from the nested File -> Save As -> Save Copy As to the main ribbon for frequent use; you could do this quickly as an iLogic command.



Markus Koechl

Solutions Engineer PDM, Autodesk Central Europe
0 Likes