Search found 54 matches

by guibson
Fri Sep 16, 2005 3:36 pm
Forum: Basic
Topic: Decimal separator
Replies: 2
Views: 16402

Decimal separator

Thank you

using the Str function solves all our problem related to this point.
________
Ecom
by guibson
Fri Sep 16, 2005 1:14 pm
Forum: Basic
Topic: Decimal separator
Replies: 2
Views: 16402

Decimal separator

Hi We're using Dplot Jr with one of our application and we are experiencing the following problem, some of the computers where the soft. has been installed are having comma (,) instead of a dot (.) as decimal separator. For our soft. it's OK but when we send commands to DPlot the an error occur beca...
by guibson
Fri Sep 02, 2005 12:51 pm
Forum: Basic
Topic: DPlot_SetErrorMethod
Replies: 2
Views: 15011

DPlot_SetErrorMethod

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...
by guibson
Wed Jul 06, 2005 2:25 pm
Forum: Basic
Topic: <Stack Overflow error>
Replies: 9
Views: 32089

You're right about the extents that are very close to the values we have. I forgot to tell you in my last post that now I'm having a graph with the new version. And for now consider the topic as closed because for I will test for the X element and when it is the one we're having trouble with then I ...
by guibson
Wed Jul 06, 2005 1:58 pm
Forum: Basic
Topic: <Stack Overflow error>
Replies: 9
Views: 32089

I was having 1.9.9.2 Beta. Downloaded and installed 2.0.0.1 Still not able to use the ManualScale for this element when used in the X axis. So right now, I'm testing for the X element and if this is the one I have trouble with then I do not send a command for a ManualScale Don't know what to do ! __...
by guibson
Wed Jul 06, 2005 10:34 am
Forum: Basic
Topic: <Stack Overflow error>
Replies: 9
Views: 32089

Extents are :

zhi = 1.62639999389648
zlo = 1.25080001354218
yhi = 11
xhi = 0.55
ylo = 3
xlo = 0.35

Thank you !
________
F2002
by guibson
Wed Jul 06, 2005 9:47 am
Forum: Basic
Topic: <Stack Overflow error>
Replies: 9
Views: 32089

<Stack Overflow>

OK if I manually set the ManualScale with values then I don't get the error but I don't get a graph too. I try to send rounded values to 4 digits to Dplot and I don't get the error message anymore but no results. There is something that I think is interesting to know. The error happen when xHi value...
by guibson
Wed Jul 06, 2005 9:33 am
Forum: Basic
Topic: <Stack Overflow error>
Replies: 9
Views: 32089

<Stack Overflow>

Using VB6 Here is a the complete commands for graph with no error : [ManualScale(0,3,2,11,1.17780005931854,1.67349994182587)][ContourScales(4, 1, 161.387974504549)][Contour3D(1)][ContourColorScheme(2)][TextFont(6,10,400,0,0,0,0,"arial")][TextFont(2,8,700,0,0,0,0,"arial")][TextFon...
by guibson
Wed Jul 06, 2005 8:45 am
Forum: Basic
Topic: <Stack Overflow error>
Replies: 9
Views: 32089

<Stack Overflow error>

Hi I'd like to know why I'm getting a <Stack Overflow error> from Dplot when I'm trying to plot a graph that has the following values in the commands : [ManualScale(0.35,3,0.55,11,1.25080001354218,1.62639999389648)] and if I don't send anything for a ManualScale then everything is OK Thanks ________...
by guibson
Tue Jun 14, 2005 9:52 am
Forum: Basic
Topic: Title color
Replies: 2
Views: 16202

Title color

OK

I found what I need

Thank you
________
Dodge monaco specifications
by guibson
Tue Jun 14, 2005 9:36 am
Forum: Basic
Topic: Title color
Replies: 2
Views: 16202

Title color

Hi

I'd like to know if it's possible to change to color for each line in graph title.

Something like
line 1 = red
line 2 = black
line 3 = blue

Thank you
________
HERBALAIRE VAPORIZER
by guibson
Thu May 12, 2005 12:35 pm
Forum: Basic
Topic: DPlot and Programs
Replies: 73
Views: 216444

In the exemple 2, there is 10 times more points added along the edge than the exemple 1!
________
54-DEGREE V6 ENGINE
by guibson
Fri May 06, 2005 11:18 am
Forum: Basic
Topic: DPlot and Programs
Replies: 73
Views: 216444

Hi, On some plot, DPLot draw data above the data ask to plot. Example 1: Data above the black line are wrong. http://www.galilaeum.com/flogen/V2.jpg To correct, you did the DPlot_3DBorder function. The result is not always as expected. As you can see in Example 2 (the DPlot_3DBorde is used), the whi...
by guibson
Wed Apr 20, 2005 9:17 am
Forum: Basic
Topic: Point in 3d graphics
Replies: 9
Views: 32455

It looks like that with version 1.9.9.2 Beta the problem is fixed.

We'll post another topic if we need to.

Thank you !
________
Honda Silver Wing (scooter) specifications
by guibson
Tue Apr 19, 2005 4:04 pm
Forum: Basic
Topic: Point in 3d graphics
Replies: 9
Views: 32455

YES it's working but that is causing another problem.

Color scales on the right side of the graphic disappear.

Thanks !
:D
________
Chevrolet corvette c6.r
by guibson
Tue Apr 19, 2005 3:52 pm
Forum: Basic
Topic: Point in 3d graphics
Replies: 9
Views: 32455

I'm sorry but sometimes I don't know how to translate correctly from french. We are using BitBlt to compress the graphic Private Sub Picture_Paint(Pic As PictureBox, hBitmap As Long) Dim bm As BITMAP Dim hbmpOld As Long Dim hdc As Long Dim hdcMem As Long Dim Ret As Long If hBitmap <> 0 Then hdc = Ge...
by guibson
Tue Apr 19, 2005 3:28 pm
Forum: Basic
Topic: Point in 3d graphics
Replies: 9
Views: 32455

Our code is matching the example sent in your reply. I wrote in my last post : If I move the mouse on the left upper corner of the graphic then the Y value for the mouse is not matching the VUR of the DPM object. And the difference is matching the Offset. Can you think about something for that ? I m...
by guibson
Tue Apr 19, 2005 2:36 pm
Forum: Basic
Topic: Point in 3d graphics
Replies: 9
Views: 32455

Point in 3d graphics

Hi, still trying to find waht is the problem. I think that we found something interesting. If I move the mouse on the left upper corner of the graphic then the Y value for the mouse is not matching the VUR of the DPM object. And the difference is matching the Offset. Can you think about something fo...
by guibson
Tue Apr 19, 2005 12:08 pm
Forum: Basic
Topic: DPlot and Programs
Replies: 73
Views: 216444

I did not find the problem anymore but it seems to be in the Stretch array of the DPLOT_PLOTMETRICSEX structure I will find the solution. If I add 2.3 at Stretch(1), the line is ok. But the program give us the possibility of changing values dynamicly, so I have to find an algorythm to retreive the g...
by guibson
Mon Apr 18, 2005 9:50 am
Forum: Basic
Topic: DPlot and Programs
Replies: 73
Views: 216444

You're right, if everything are shift, Y axe will be ok. I used the win32 functions includes in the btest7 example to draw the point and lines. I tried to start from scratch and the result is the same. I checked to see if the functions took the wrong upper left corner. It took the good. The translat...
by guibson
Fri Apr 15, 2005 2:13 pm
Forum: Basic
Topic: DPlot and Programs
Replies: 73
Views: 216444

As you can see, the Y line is off. The Y value is in reality at 6.5, not 4.1. There is an unwanted offset but I don' t find it in the code.

Image
________
Magic Flight Launch Box
by guibson
Fri Apr 15, 2005 1:35 pm
Forum: Basic
Topic: DPlot and Programs
Replies: 73
Views: 216444

The only difference I can see is the DataFormat of the DPlot type. Mine is DATA_3DR and yours is DATA_3D. Can it be the source?
________
DC MARIJUANA DISPENSARY
by guibson
Fri Apr 15, 2005 10:50 am
Forum: Basic
Topic: DPlot and Programs
Replies: 73
Views: 216444

extents(0) = 0.5 extents(1) = 0 extents(2) = 1.25 extents(3) = 15 extents(4) = 1045.96 extents(5) = 1306.52 azimuth : 1.5708 elevation : 1.5708 hll : 51 hur : 398 scale : 23.1333 SIZE : 60 stretch(0) : 20 stretch(1) : 1 stretch(2) : 0.02878 vll : 429 vur : 82 xhi : 25 xlo : 10 yhi : 15 ylo : 1.84321...
by guibson
Fri Apr 15, 2005 9:57 am
Forum: Basic
Topic: DPlot and Programs
Replies: 73
Views: 216444

About a dot in 3D graph

I tried to put a dot in a 3D graph. I took the btest7 example and had minors things to ajust. The problem is the lines in Y and Z axes are off. The X axis is perfect. Is it possible that the btest7 example contains constants just for the context?
________
Herbal Health
by guibson
Mon Apr 11, 2005 1:21 pm
Forum: Basic
Topic: DPlot and Programs
Replies: 73
Views: 216444

You found the problem! The problem is fixed. Thanks a lot!
________
Honda Odyssey (ATV)
by guibson
Mon Apr 11, 2005 12:42 pm
Forum: Basic
Topic: DPlot and Programs
Replies: 73
Views: 216444

I change arial to Arial and the result is the same. I will downgrade to a previous version fo DPlot and send you information about the results.

thanks
________
No2 vaporizer reviews
by guibson
Fri Apr 08, 2005 1:28 pm
Forum: Basic
Topic: DPlot and Programs
Replies: 73
Views: 216444

I edit dplot.ini and erase everything in the [fonts] section. There was no default.set file. No other instance of dplot was in memory. Here is my code to set the fonts : cmds = cmds & "[FontPoints(1,8)][FontPoints(2,8)][FontPoints(3,8)][TextFont(2,8,700,0,0,0,0,""arial""...
by guibson
Fri Apr 08, 2005 12:51 pm
Forum: Basic
Topic: DPlot and Programs
Replies: 73
Views: 216444

Go see this reply completely at the end of the page (http://www.dplot.com/forums/viewtopic.php?t=5&start=30). you will see an image of the problem.
________
Honda Fc Sport History
by guibson
Fri Apr 08, 2005 12:35 pm
Forum: Basic
Topic: DPlot and Programs
Replies: 73
Views: 216444

Font problem

I did it and nothing append.
________
Vermont Medical Marijuana Dispensary
by guibson
Fri Apr 08, 2005 12:17 pm
Forum: Basic
Topic: DPlot and Programs
Replies: 73
Views: 216444

About the Y axis

Here is an image
Image

As you can see the Y axis label "Temperature ?C" should be vertical not in horizontal. My code did not change between the two versions. I don't know how to repair the problem.
________
Ford Lightning