David,
I'll send you the dialog callback function on Monday.
About sending to much data: no way:
the surface is usually a 20x20 array, maximum size is 60x60.
I am calling Dplot_Plot8() about once per second and I monitor
the time of execution of Dplot_Plot8() and it is between 70 -200 ms ...
Search found 10 matches
- Sun Aug 30, 2009 10:26 am
- Forum: Suggestions/Questions
- Topic: DPlot.exe keeps running...
- Replies: 4
- Views: 15093
- Sat Aug 29, 2009 10:18 am
- Forum: Suggestions/Questions
- Topic: DPlot.exe keeps running...
- Replies: 4
- Views: 15093
- Fri Aug 28, 2009 9:54 am
- Forum: Suggestions/Questions
- Topic: DPlot.exe keeps running...
- Replies: 4
- Views: 15093
DPlot.exe keeps running...
Hi,
In my application I keep replotting a 3D surface in dialog box as I recalculate it.
I noticed: when I quit my program the DPlot.exe stays on the task manager's process list. (It pops up in there when I start my program up.)
But I noticed that when I start/stop the program several times the ...
In my application I keep replotting a 3D surface in dialog box as I recalculate it.
I noticed: when I quit my program the DPlot.exe stays on the task manager's process list. (It pops up in there when I start my program up.)
But I noticed that when I start/stop the program several times the ...
- Wed Aug 26, 2009 7:08 am
- Forum: Suggestions/Questions
- Topic: Error message question
- Replies: 3
- Views: 12366
- Tue Aug 25, 2009 3:57 pm
- Forum: Suggestions/Questions
- Topic: Error message question
- Replies: 3
- Views: 12366
- Tue Aug 25, 2009 2:17 pm
- Forum: Suggestions/Questions
- Topic: Error message question
- Replies: 3
- Views: 12366
Error message question
When I am closing the dialog box I am receiving an error message box
"Error processing this command: Activate (6)"
The number in brackets shows how many times the error condition occured.
The number in the bracket will keep increasing each time I close the
dialog bog and restast it
At start of the ...
"Error processing this command: Activate (6)"
The number in brackets shows how many times the error condition occured.
The number in the bracket will keep increasing each time I close the
dialog bog and restast it
At start of the ...
- Mon Aug 24, 2009 1:54 pm
- Forum: Suggestions/Questions
- Topic: Problem with Surface plot
- Replies: 4
- Views: 16726
- Mon Aug 24, 2009 11:53 am
- Forum: Suggestions/Questions
- Topic: Problem with Surface plot
- Replies: 4
- Views: 16726
- Mon Aug 24, 2009 11:33 am
- Forum: Suggestions/Questions
- Topic: A followup Surface plot question
- Replies: 1
- Views: 8315
A followup Surface plot question
In dPlot_Plot8(&DPlot,extents, z, szExec)
where is defined as double z[MAXNUM], and the 3D array has a dimesion of Nx by Ny,
how exacly the x, y xoordinalte laid out along the 1D z array?
If the z coordinates are represented as (xi,yi) is the layout of the z array is like this:
z = {(0,0), (0,1 ...
where is defined as double z[MAXNUM], and the 3D array has a dimesion of Nx by Ny,
how exacly the x, y xoordinalte laid out along the 1D z array?
If the z coordinates are represented as (xi,yi) is the layout of the z array is like this:
z = {(0,0), (0,1 ...
- Mon Aug 24, 2009 9:54 am
- Forum: Suggestions/Questions
- Topic: Problem with Surface plot
- Replies: 4
- Views: 16726
Problem with Surface plot
I have a problem with 3D surface display.
My application is a Win32 program . The surface is defined as a 2D matrix with the size of Hcell-by-Vcell The surface height is defined as the value of the matrix elements, the x and y coordinates as the indecies of the matrix elements.
The matrix is stored ...
My application is a Win32 program . The surface is defined as a 2D matrix with the size of Hcell-by-Vcell The surface height is defined as the value of the matrix elements, the x and y coordinates as the indecies of the matrix elements.
The matrix is stored ...