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
DPlot_SetErrorMethod
Moderator: DPlotAdmin
DPlot_SetErrorMethod
Last edited by guibson on Fri Feb 11, 2011 10:51 pm, edited 1 time in total.
- DPlotAdmin
- Posts: 2312
- Joined: Tue Jun 24, 2003 9:34 pm
- Location: Vicksburg, Mississippi
- Contact:
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.
Visualize Your Data
support@dplot.com
support@dplot.com
- DPlotAdmin
- Posts: 2312
- Joined: Tue Jun 24, 2003 9:34 pm
- Location: Vicksburg, Mississippi
- Contact:
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:
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).
Code: Select all
DPlot_Command(DocNum,"[ErrorMessages(0)]")
Visualize Your Data
support@dplot.com
support@dplot.com