DPlot Forum Index DPlot
http://www.dplot.com
 
 FAQFAQ   SearchSearch   MemberlistMemberlist   UsergroupsUsergroups 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

Search found 16 matches
DPlot Forum Index
Author Message
  Topic: V2.0.5.7 and DDE non-variant random 3D plots
meany

Replies: 7
Views: 20868

PostForum: Suggestions/Questions   Posted: Tue Jun 06, 2006 10:37 pm   Subject: V2.0.5.7 and DDE non-variant random 3D plots
I didn't say this in my previous post, but my 3D space (cartesian coord. system) is filled with a parameter of interest--a fourth dimension, per se. By the time I send data to DPlot, the "X" ...
  Topic: V2.0.5.7 and DDE non-variant random 3D plots
meany

Replies: 7
Views: 20868

PostForum: Suggestions/Questions   Posted: Tue Jun 06, 2006 10:07 pm   Subject: V2.0.5.7 and DDE non-variant random 3D plots
I have a 3D space that I slice and dice into X, Y, or Z planes and let my user see your shaded band contour plots for individual planes in that space. It happens that some planes have non-variant dat ...
  Topic: V2.0.5.7 and DDE non-variant random 3D plots
meany

Replies: 7
Views: 20868

PostForum: Suggestions/Questions   Posted: Tue Jun 06, 2006 4:08 pm   Subject: V2.0.5.7 and DDE non-variant random 3D plots
Glad yours works! Wish mine did! Maybe I broke everything! Were all your Z-values non-variant? This example has them all zero.

Here's my commands:
[ContourLegend(1)][Contour3D(0)][ContourMetho ...
  Topic: V2.0.5.7 and DDE non-variant random 3D plots
meany

Replies: 7
Views: 20868

PostForum: Suggestions/Questions   Posted: Tue Jun 06, 2006 3:19 pm   Subject: V2.0.5.7 and DDE non-variant random 3D plots
David,
I tried the new version release V2.0.5.7, passed over a non-variant random 3D dataset through DDE and I'm still having troubles. It pops a timeout error box quickly, maximizes the hidden DPlo ...
  Topic: GenerateMesh command through DDE
meany

Replies: 8
Views: 24020

PostForum: Suggestions/Questions   Posted: Mon Jun 05, 2006 2:17 pm   Subject: GenerateMesh command through DDE
On the "Always start maximized" issue, now that I have the GenerateMesh problem worked around, it seems to be okay. If it's set to maximize, there's some flashing in the background, but eve ...
  Topic: GenerateMesh command through DDE
meany

Replies: 8
Views: 24020

PostForum: Suggestions/Questions   Posted: Fri Jun 02, 2006 9:19 am   Subject: GenerateMesh command through DDE
I used to use AppHide right after I started DPlot (without checking the previous use status), but that seemed arrogant of me if they had it running before my app! When I removed the AppHide, I ran in ...
  Topic: GenerateMesh command through DDE
meany

Replies: 8
Views: 24020

PostForum: Suggestions/Questions   Posted: Thu Jun 01, 2006 5:09 pm   Subject: GenerateMesh command through DDE
Thanks for the Windows API calls help. I'll try that.

The testcase I'm trying has a 15x9 grid and I'm using an np=4 on the GenerateMesh command. It looks like the extents grow by about 15% on th ...
  Topic: GenerateMesh command through DDE
meany

Replies: 8
Views: 24020

PostForum: Suggestions/Questions   Posted: Thu Jun 01, 2006 3:24 pm   Subject: GenerateMesh command through DDE
Sorry about not being specific! My code is just trapping a returned HBITMAP of NULL, so I really didn't even know what kind of error. I have since recompiled and added a call with DPlot_SetErrorMeth ...
  Topic: GenerateMesh command through DDE
meany

Replies: 8
Views: 24020

PostForum: Suggestions/Questions   Posted: Thu Jun 01, 2006 12:14 pm   Subject: GenerateMesh command through DDE
I'm using a GenerateMesh command through DDE with the DPlot_PlotBitmap call. If DPlot is minimized (as is the default when it wasn't previously running), it's giving me an error, but if I have DPlot ...
  Topic: 3D Random Points with No Variation in Z
meany

Replies: 3
Views: 13196

PostForum: Suggestions/Questions   Posted: Tue May 16, 2006 11:50 am   Subject: 3D Random Points with No Variation in Z
Thanks for your quick responses, as usual! I'll use the temporary solution and wait for the next release for the complete fix.
  Topic: 3D Random Points with No Variation in Z
meany

Replies: 3
Views: 13196

PostForum: Suggestions/Questions   Posted: Tue May 16, 2006 9:10 am   Subject: 3D Random Points with No Variation in Z
I'm producing contour plot "slices" of a single plane from a 3D space through DDE. I send over only the data for the plane I wish to see at the time. Sometimes, the triplets of the plane I ...
  Topic: Forcing DPlotJr use (from DDE) while DPlot is installed
meany

Replies: 1
Views: 9579

PostForum: Suggestions/Questions   Posted: Tue Sep 20, 2005 12:48 pm   Subject: Forcing DPlotJr use (from DDE) while DPlot is installed
I know I've seen this in documentation somewhere, but can't find it now...How do I force the use of DPlotJr from a DDE use (to simulate my clients state) while I have both DPlot and DPlotJr on my comp ...
  Topic: Prompt to save changed plots via DDE
meany

Replies: 2
Views: 12839

PostForum: Suggestions/Questions   Posted: Tue Aug 16, 2005 10:15 am   Subject: Prompt to save changed plots via DDE
Thanks! The [ClearEditFlag()] option works for my application.
  Topic: Prompt to save changed plots via DDE
meany

Replies: 2
Views: 12839

PostForum: Suggestions/Questions   Posted: Mon Aug 08, 2005 5:26 pm   Subject: Prompt to save changed plots via DDE
I'm using DDE (DPlot_PlotToRect) from C++ and doing some simple line plots. If I change the ManualScale values and call again for a new plot, then when I exit, I get the "Plot1 has Changed. Do you wan ...
  Topic: Displaying a Wait Cursor while waiting for DPlot to return
meany

Replies: 2
Views: 18114

PostForum: C, C++, C#   Posted: Tue Jan 11, 2005 1:15 pm   Subject: Displaying a Wait Cursor while waiting for DPlot to return
I added an OnSetCursor member to my view, put a CWaitCursor in there and it took care of the problem. I have a CWaitCursor in the routine that calls DPlot, but I think the WinProc function envokes a ...
  Topic: Displaying a Wait Cursor while waiting for DPlot to return
meany

Replies: 2
Views: 18114

PostForum: C, C++, C#   Posted: Mon Jan 10, 2005 2:45 pm   Subject: Displaying a Wait Cursor while waiting for DPlot to return
I'm using DDE from C++ to get a bitmap of a contour plot represented by a large number of XYZ points. Because of it's size, there is a few seconds delay while the plot is generated and the bitmap ret ...
 
Page 1 of 1
All times are GMT - 5 Hours
Jump to:  


Powered by phpBB © 2001, 2005 phpBB Group