Started by velasquez ·
2012-08-01 19:56 UTC ·
6 replies · SMF topic #1849
velasquez
2012-08-01 19:56 UTC
The prompt
Resuming DUCTILCAD_DUCTILCAD_MAINFORM_PICTUREBOX2_ONCLICKED command.
Does not appear in AutoCAD 2010 but appears in AutoCAD 2011, 2012 and 2013.
I'm losing some variable that controls the display?
thanks
velasquez
owenwengerd
2012-08-01 20:02 UTC
How is the command being interrupted? Can you post a simple example that demonstrates the problem?
velasquez
2012-08-01 20:09 UTC
The insert command is running.
The only problem is the display of the prompt.
velasquez
2012-08-02 19:41 UTC
author=owenwengerd link=topic=1849.msg9084#msg9084 date=1343851378 wrote:
How is the command being interrupted? Can you post a simple example that demonstrates the problem?
The prompt can be observed during the execution of the file Selections.lsp.
It can be found in the examples of OpenDCL
Thanks
velasquez
owenwengerd
2012-08-04 04:05 UTC
Please provide detailed steps to reproduce the problem using the Selections sample.
velasquez
2012-08-06 20:59 UTC
author=owenwengerd link=topic=1849.msg9091#msg9091 date=1344053105 wrote:
Please provide detailed steps to reproduce the problem using the Selections sample.
The file attached image shows the behavior of the command line prompt in AutoCAD 2010 with Pam or Zoom commands.
The archive shows the same thing with AutoCAD 2013, 12 11.
Please see the difference between the versions and tell me if there is any AutoCAD variable that controls this.
owenwengerd
2012-08-07 03:35 UTC
I am able to reproduce the problem. I'm not sure why this changed, and I don't know how to prevent the message from displaying. Maybe you could set NOMUTT to 1 when the dialog is dismissed, then reset it to zero when the user input is finished, but this coould be risky.