Raster editing application or . for system default <.>:
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Does anybody know what cause this to pop up after running a command?
"Raster editing application or . for system default <.>:"
I have a script that is created from NET and called on through "AcadApplication.ActiveDocument.SendCommand" but one of the scripts always creates the following above after running "c:ace_add_dwg_to_project" from ACADE 2019. I have this in another script prior to running "c:wdio_autorun" which imports all of the PLC IO schematics from "wdio.lsp" and it doesn't appear to be an issue. None of the cancel commands appear to work from the script side and the only way through it is sending empty lines in the script (which looks like ENTER). The problem is if I do this blindly and apply the some bandade technique to the other scripts without the issue, the ENTER commands cause hanging issues. So I'm trying to figure out what is causing this prompt to begin with and/or how to avoid it. Note that the only real difference from the scripts that I can tell is the one with the issue is creating new drawings first but acad.lsp isn't causing the issue since it's not being loaded and altering the registry variables.
Thanks!