OpenDCL Forums

OpenDCL => Runtime/AutoLISP => Topic started by: velasquez on August 01, 2012, 12:56:49 PM

Title: Display the command prompt
Post by: velasquez on August 01, 2012, 12:56:49 PM
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
Title: Re: Display the command prompt
Post by: owenwengerd on August 01, 2012, 01:02:58 PM
How is the command being interrupted? Can you post a simple example that demonstrates the problem?
Title: Re: Display the command prompt
Post by: velasquez on August 01, 2012, 01:09:35 PM
The insert command is running.
The only problem is the display of the prompt.
Title: Re: Display the command prompt
Post by: velasquez on August 02, 2012, 12:41:57 PM
Quote from: owenwengerd on August 01, 2012, 01:02:58 PM
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
Title: Re: Display the command prompt
Post by: owenwengerd on August 03, 2012, 09:05:05 PM
Please provide detailed steps to reproduce the problem using the Selections sample.
Title: Re: Display the command prompt
Post by: velasquez on August 06, 2012, 01:59:50 PM
Quote from: owenwengerd on August 03, 2012, 09:05:05 PM
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.
Title: Re: Display the command prompt
Post by: owenwengerd on August 06, 2012, 08:35:40 PM
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.