Hi all,
I have the following code:
RhinoDoc.ActiveDoc.WriteFile(exportPath,
new FileWriteOptions()
{
WriteSelectedObjectsOnly = true,
SuppressAllInput = true,
SuppressDialogBoxes = true
})
until recently this worked well and suppressed all dialogs, also those in the command bar.
However, after upgrading to the latest version of Rhino and RhinoCommon I get prompted in the command bar when exporting a file using this code. Is this expected or a bug? And how can I avoid being having to provide input in the command bar.
kind regards,
Mick