Save is grayed out after importing image on custom DragAndDropEvent
Hi,
I have a custom drag handler. In the "ProcessDragDropCommand" method I am importing an image from disk with kImportAndPlaceCmdBoss boss. As a result, I can see the image on the page.
Problem: after this import "Save" and "Save as..." buttons are greyed our in the Indesign. I can export a file and then successfully open it with the imported image.
When I execute the SAME code that does import from Menu Item "Save" button is OK.
Plugin that contains ProcessDragDropCommand method is UIPlugin. We tried to send the command bu PlugPlug interface to another model plugin to import the image but it gives the same problem.
Thank you for any help.