Search found 62 matches

by nefis
Mon Apr 19, 2004 3:12 pm
Forum: ActiveX
Topic: TrendLine Crush
Replies: 9
Views: 19799

Hi,
unfortunately, the last build doesn't fix any TrendLine issues.
nefis
by nefis
Sun Apr 18, 2004 1:25 pm
Forum: ActiveX
Topic: TrendLine Crush
Replies: 9
Views: 19799

Hi,
the crush is caused by IDrawLineTool Selected property.
since it's on your fix list the issue can be dropped for now.
but i don't like to know that the slope of line is not what one can expect

nefis
by nefis
Thu Apr 15, 2004 10:01 am
Forum: ActiveX
Topic: TrendLine Crush
Replies: 9
Views: 19799

the crush happens in Windows DIB Engine (DIBENG.DLL)
maybe you need to try reproduce the crush on WinME system
by nefis
Thu Apr 15, 2004 9:51 am
Forum: ActiveX
Topic: TrendLine Crush
Replies: 9
Views: 19799

I'm trying to project the extension as far as possible.
1'000'000 has no sence indeed. But even 1'000 causes either a crush or a wrong slope of the extension line on my system. Even 10 works well but it's unacceptable for my purpose.
by nefis
Thu Apr 15, 2004 6:32 am
Forum: ActiveX
Topic: TrendLine Issues
Replies: 3
Views: 9800

hi,
thanks for the workaround, but there is another issue:
Secondly, switching selection doesn't work
try to select the extension line. By code the "main" trendline should be selected but it's not :(

nefis
by nefis
Thu Apr 15, 2004 6:26 am
Forum: ActiveX
Topic: TrendLine Crush
Replies: 9
Views: 19799

Hi I'm afraid I can't reproduce this behaviour here using Visual Studio 6.0 SP5, Windows v.5.2.2790 and TeeChart AXv6.0.0.4. I use Windows ME and the rest is the same. Could you try bigger numbers? lt.Lines.Items(L2).EndPos.X = lt.Lines.Items(L).EndPos.X + 100000 * (lt.Lines.Items(L).EndPos.X - lt.L...
by nefis
Wed Apr 14, 2004 5:56 am
Forum: ActiveX
Topic: TrendLine Crush
Replies: 9
Views: 19799

TrendLine Crush

Hi if in code of my previous post "TrendLines Issues" the command button event handler replace with code below it crushes the app and sometimes Windows. nefis Private Sub Command1_Click() Dim lt As TeeChart.IDrawLineTool Dim L As Long Dim L2 As Long If Xd = 0 Then Xd = TChart1.Axis.Bottom.Maximum - ...
by nefis
Wed Apr 14, 2004 5:26 am
Forum: ActiveX
Topic: TrendLine Issues
Replies: 3
Views: 9800

TrendLine Issues

Hi, the form below creates a trendline on "Add Line" button pressing. Then it creates second line which extends the first one. When an user selects the extention line it tries to switch to first (main) line since the latter should be used to handle dragging for both lines. Firstly, the second line i...
by nefis
Fri Mar 19, 2004 4:00 pm
Forum: ActiveX
Topic: IDrawLineTool.FromPoint or IDrawLine.StartPos?
Replies: 6
Views: 15222

Hi Christopher,

thanks for the answer.
actually, saying that the properties returns end points of currently selected line would do it just fine.

nefis
by nefis
Thu Mar 18, 2004 6:02 pm
Forum: ActiveX
Topic: IDrawLineTool.FromPoint or IDrawLine.StartPos?
Replies: 6
Views: 15222

Is that Steema's way to treat customers? Blaming them with "souting" instead of mere answering a quistion? Have you ever read user's postings? I've asked a simple question what the purpose of IDrawLineTool.FromPoint (ToPoint) properties? to your information there is none (nada) examples on IDrawLine...
by nefis
Thu Mar 18, 2004 12:43 pm
Forum: ActiveX
Topic: IDrawLineTool.FromPoint or IDrawLine.StartPos?
Replies: 6
Views: 15222

but you didn't answer on my question
what the difference between IDrawLineTool.FromPoint (ToPoint) and IDrawLine.StartPos (EndPos) properties?
Actually, I understand what is IDrawLine.StartPos (EndPos) for.
what the purpose of IDrawLineTool.FromPoint (ToPoint) properties?
by nefis
Wed Mar 17, 2004 7:19 am
Forum: ActiveX
Topic: IDrawLineTool.FromPoint or IDrawLine.StartPos?
Replies: 6
Views: 15222

IDrawLineTool.FromPoint or IDrawLine.StartPos?

Hello,

what the difference between the properties?
IDrawLine.StartPos (EndPos) set start\end points of corrsponding line.
but what the purpose of IDrawLineTool.FromPoint (ToPoint) properties?

nefis
by nefis
Tue Mar 16, 2004 7:19 am
Forum: ActiveX
Topic: DrawLineTool
Replies: 4
Views: 11302

still waiting...
by nefis
Wed Mar 10, 2004 10:46 am
Forum: ActiveX
Topic: DrawLineTool
Replies: 4
Views: 11302

Hi Pep,

could you explain then how does IDrawLineTool.Selected property work?
And what is it for?

nefis
by nefis
Sun Mar 07, 2004 5:07 pm
Forum: ActiveX
Topic: DrawLineTool
Replies: 4
Views: 11302

DrawLineTool

Hi,

is there any way to select several lines at once deawn using TChart.Tools?
By code and by GUI?

Nefis