Page 1 of 1

DPlot_SetErrorMethod

Posted: Fri Sep 02, 2005 12:51 pm
by guibson
Hi

sometimes, even if by prog. we set Dplot to not report errors (DPlot_SetErrorMethod 0), we're getting a message box that DPlot can not triangulate.

We know that Dplot behavior is correct because of our data's. But we don't want to have the message. How can we make sure to not have it.


DPlot Jr. 2.0.0.1

Thanks
________
Arizona Medical Marijuana

Posted: Fri Sep 02, 2005 1:27 pm
by DPlotAdmin
Sorry, that's a mistake on my part and there's nothing you can do with the current version. I'll correct this in the next release.

Posted: Sat Sep 17, 2005 8:20 pm
by DPlotAdmin
Update: It's a mistake on my part but not the mistake we're talking about. DPlot_SetErrorMethod controls error messages displayed by the interface in DPLOTLIB.DLL. All errors covered by this function are shown in the DPLOTLIB documentation. The error message you refer to is produced by dplot.exe (or dplotjr.exe). To turn off that error message you'll need to:

Code: Select all

DPlot_Command(DocNum,"[ErrorMessages(0)]")
I ran across a few cases in which that setting is ignored, though, and the error message will still be displayed. This will be fixed in the next release (coming real soon now).