Search found 27 matches

by jika
Sun Jun 23, 2013 7:04 pm
Forum: ActiveX
Topic: delete arrows in chart (canvas)
Replies: 1
Views: 6279

delete arrows in chart (canvas)

Please find attached my chart. At the top of the chart I draw an arrow ( TChart1>>Canvas ...). You advised me for the programming. In this chart I added points in real time. In my project I delete the chart and I draw a new chart with other parameters (TChart1 >> CLEARCHART). The chart is deleted bu...
by jika
Tue May 07, 2013 4:28 pm
Forum: ActiveX
Topic: the scale of x-axis change after increase the size of window
Replies: 8
Views: 17762

Re: the scale of x-axis change after increase the size of window

I think I have solved the problem I use Windev. And I'm writing lnStartPos is int = TChart1 >> Axis >> Bottom >> IStartPos lnEndPos is int = TChart1 >> Axis >> Bottom >> IEndPos lr30sec is a real = GetDateTimeStep (dtThirtySeconds)) gfrMinDateHeure is a real gfrMinDateHeure gfrMinDateHeure + = ((lnE...
by jika
Fri May 03, 2013 3:28 pm
Forum: ActiveX
Topic: the scale of x-axis change after increase the size of window
Replies: 8
Views: 17762

Re: the scale of x-axis change after increase the size of window

the scale is wrong after restoring then window and after a resize. take a look on the attachment there is a small difference. 5 PIXELS ENV. THE SIZE OF X-AXIS IS 625 PIXELS on load of the window TChart1>>Environment>>InternalRepaint TChart1>>axis>>Bottom>>ExactDateTime=Vrai TChart1>>Axis>>Bottom>>Au...
by jika
Wed May 01, 2013 9:27 am
Forum: ActiveX
Topic: the scale of x-axis change after increase the size of window
Replies: 8
Views: 17762

Re: the scale of x-axis change after increase the size of window

Hello Ok you have answered the previous question: maintain the scale when the window size changes. But this time it is another question: When I close my program I record the size and position of the window. And I return the size and position when I open the program. In this case the minimum of the X...
by jika
Sat Apr 27, 2013 2:04 pm
Forum: ActiveX
Topic: the scale of x-axis change after increase the size of window
Replies: 8
Views: 17762

the scale of x-axis change after increase the size of window

hello I have two windows, one in each chart window. The increment of the X axis is 30 seconds. I want 10 pixels for 30 seconds. X minimum is 27/04/2013 3:33:00 p.m.. PROCEDURE FORMLOAD () CALCULBOTTOMAXIS () ..... PROCEDURE OnResize () CALCULBOTTOMAXIS () .... PROCEDURE CALCULBOTTOMAXIS () StartPos ...
by jika
Fri Apr 12, 2013 12:26 pm
Forum: ActiveX
Topic: [CLOSED] line drawn out of boundaries of the chart
Replies: 3
Views: 8937

Re: line drawn out of boundaries of the chart

Your example is very clear.
I used to make my program.
everything works fine,
thank you

there is one little problem that I have not solve.
when I scroll the chart, the lines drawn outside the chart.

for marks
Marks.clip = true
for points
tchart1.clip = true

but for lines and text
???
by jika
Fri Apr 12, 2013 11:45 am
Forum: ActiveX
Topic: [CLOSED] line drawn out of boundaries of the chart
Replies: 3
Views: 8937

[CLOSED] line drawn out of boundaries of the chart

after Scoll, the line drawn on top of the chart is outside the boundaries of the chart
by jika
Wed Apr 10, 2013 10:39 am
Forum: ActiveX
Topic: [CLOSED] asAxisBreaks --> Access violation
Replies: 11
Views: 20678

Re: [CLOSED] asAxisBreaks --> Access violation

to this important issue you answered quickly and professionally. I am totally satisfied
by jika
Tue Apr 09, 2013 2:59 pm
Forum: ActiveX
Topic: [CLOSED] asAxisBreaks --> Access violation
Replies: 11
Views: 20678

Re: asAxisBreaks --> Access violation

there is no error on these lines TChart1>>Tools>>Clear TChart1>>Tools>>Add (44) TChart1>>Tools>>Active = True TChart1>>Tools>>Items(0)>>Active = True adding the tool axisbreak >> ADD (44) does not cause an error but TChart1>>Tools>>Items(0)>>asAxisBreaks>>Axis = 0 or LRESULT est un entier = TChart1>...
by jika
Tue Apr 09, 2013 2:46 pm
Forum: ActiveX
Topic: [CLOSED] asAxisBreaks --> Access violation
Replies: 11
Views: 20678

Re: asAxisBreaks --> Access violation

merci pour votre travail sur ce sujet, windev ne soit pas un outil que vous utilisez couramment.

PCSOFT not help me and asked me to consult the documentation of the creator of the activex
by jika
Tue Apr 09, 2013 9:10 am
Forum: ActiveX
Topic: [CLOSED] arrows and text at the top of a chart
Replies: 1
Views: 6493

[CLOSED] arrows and text at the top of a chart

TeeChart Pro v20120.0.9.120901 windows 8 is it possible to draw arrows with text at the top of the chart (see attachment) the arrows en text must scroll horizontaly with chart arrows should not scroll vertically if the chart scroll verticallypoints in the chart are drawn in real time, a point every ...
by jika
Tue Apr 09, 2013 8:41 am
Forum: ActiveX
Topic: [CLOSED] asAxisBreaks --> Access violation
Replies: 11
Views: 20678

Re: asAxisBreaks --> Access violation

TeeChart works well with Windev.
I use the tools Colorband, annotate, magnify, cursor, no problems
single tool axisbreaks causes the error access violation.
I tested with VB6 on Windows 8 everything is ok.
by jika
Tue Apr 09, 2013 7:45 am
Forum: ActiveX
Topic: [ANSWERED] change the color of parts of a real-time FastLine
Replies: 5
Views: 11014

Re: change the color of parts of a real-time FastLine

your answer is correct
I made ​​a mistake when i bumped this topic

how to close a topic when the answer is correct
by jika
Tue Apr 09, 2013 7:44 am
Forum: ActiveX
Topic: [ANSWERED] change the color of parts of a real-time FastLine
Replies: 5
Views: 11014

Re: change the color of parts of a real-time FastLine

votre reponse est correct
j'ai fait une erreur when I bumped this topic

comment fermer un topic quand la reponse est correct
by jika
Tue Apr 09, 2013 6:58 am
Forum: ActiveX
Topic: [CLOSED] asAxisBreaks --> Access violation
Replies: 11
Views: 20678

Re: asAxisBreaks --> Access violation

do you have an answer for this post