Search found 22 matches

by INL2
Wed Sep 13, 2017 7:16 pm
Forum: VCL
Topic: TeeLineSeparator undeclared Identifier
Replies: 1
Views: 5595

TeeLineSeparator undeclared Identifier

In testing an upgrade from 8.08 to the current, TeeLineSeparator is no longer valid.

I am including VCLTee.Series, VCLTee.TeEngine, VCLTee.TeeTools, VCLTee.Chart.

Where is it defined now? In the old code it was in TeEngine, but being library explicit VCLTee.TeEngine.TeeLineSeparator didn't help.
by INL2
Tue Sep 12, 2017 7:24 pm
Forum: VCL
Topic: DrawShapeCanvas Change
Replies: 2
Views: 6668

Re: DrawShapeCanvas Change

Thanks, that works now.
by INL2
Fri Sep 08, 2017 8:59 pm
Forum: VCL
Topic: DrawShapeCanvas Change
Replies: 2
Views: 6668

DrawShapeCanvas Change

We are needing to upgrade our version of TeeTree, so I downloaded the latest version but now the overriding the procedure DrawShapeCanvas gives us issues. We override the function to do some custom drawing and get the following error. - "Declaration of 'DrawShapeCanvas' differs from previous declara...
by INL2
Tue Mar 10, 2015 9:23 pm
Forum: VCL
Topic: MarkText SeriesPt not scrolling Correct
Replies: 3
Views: 7386

Re: MarkText SeriesPt not scrolling Correct

Thanks, for the help. It has been along time since I had to work with these charts, could you add a bit more. 1. Supply the whole project so i can run the code and watch it work. (unknown items on compile MarksOnBar, MarksLocation, and mlEnd) Or 2. Add some comments to PlaceMarks so I can figure out...
by INL2
Mon Mar 09, 2015 4:15 pm
Forum: VCL
Topic: MarkText SeriesPt not scrolling Correct
Replies: 3
Views: 7386

MarkText SeriesPt not scrolling Correct

I have added some MarkText to series marks, and all works well unless the user moves the text boxes and also moves the scroll bar. If the user moves the MarkText and then scrolls, the MarkText stays in the same screen position, and does not move with the rest of the cart. This happens for all unmove...
by INL2
Fri Mar 06, 2015 6:41 pm
Forum: VCL
Topic: With Upgrade cant find units.
Replies: 1
Views: 4380

With Upgrade cant find units.

I tried upgrading from 8.06 to 8.08 to see if it would fix a bug. After uninstalling and then installing 8.08 it can't find several packages I use in a Form. (teCanvas, Series, TeePenDlg, TeeBoxPlot) I unistalled 8.08 and went back to 8.06 and it works fine. Is there something different you need to ...
by INL2
Wed Aug 28, 2013 9:17 pm
Forum: VCL
Topic: Limit TMarksTipTool popup
Replies: 12
Views: 17599

Re: Limit TMarksTipTool popup

Sorry for the long delay, but project got postponed. If I make one MarkTips for all the series, how do I know what series I am dealing with inside the function MarkTips___GetText(Sender : TMarksTipTool; var Text : string) Since sender.Series is nil when you have the "Mark Tips" "Series" assigned to ...
by INL2
Tue Jun 25, 2013 1:03 pm
Forum: VCL
Topic: Limit TMarksTipTool popup
Replies: 12
Views: 17599

Re: Limit TMarksTipTool popup

Still has issues for me.
(See pictures)
The # in the popup is the same.
It pops up when not on the bars.


I remembered we are a version behind because we had some conflicts with your latest version. Is this an issue that has already been fixed.
by INL2
Mon Jun 17, 2013 1:53 pm
Forum: VCL
Topic: Limit TMarksTipTool popup
Replies: 12
Views: 17599

Re: Limit TMarksTipTool popup

Sorry, I meant to send the .pas, lets try this again.
by INL2
Tue Jun 11, 2013 3:36 pm
Forum: VCL
Topic: Limit TMarksTipTool popup
Replies: 12
Views: 17599

Re: Limit TMarksTipTool popup

Didn't accept the dcu and dfm, so I put it in a zip.
by INL2
Tue Jun 11, 2013 3:33 pm
Forum: VCL
Topic: Limit TMarksTipTool popup
Replies: 12
Views: 17599

Re: Limit TMarksTipTool popup

Here is a simple Form that has the problem.

It doesn't start showing the popup text right away, you have to scroll over a bar for a while first and then move back over the empty space.

It calls the GetText every time you go over a bar, but just displays the last one when you are over the empty area.
by INL2
Fri Jun 07, 2013 3:00 pm
Forum: VCL
Topic: Limit TMarksTipTool popup
Replies: 12
Views: 17599

Re: Limit TMarksTipTool popup

There are several things in the cart. The one producing the bars is an Area.
by INL2
Thu Jun 06, 2013 6:58 pm
Forum: VCL
Topic: Limit TMarksTipTool popup
Replies: 12
Views: 17599

Limit TMarksTipTool popup

I currently have a TMarksTipTool and it pops up every time the mouse is anywhere on the chart (See popup 1). However, it only updates (calls OnGetText) if the mouse is over actual data in the graph. (See popup 3). Is there a way to make it so that the popup doesn't happen unless it is over a data it...
by INL2
Thu Apr 25, 2013 6:25 pm
Forum: VCL
Topic: color of line to text box
Replies: 4
Views: 7387

Re: color of line to text box

Thanks, that worked good.
by INL2
Thu Apr 25, 2013 1:22 pm
Forum: VCL
Topic: color of line to text box
Replies: 4
Views: 7387

Re: color of line to text box

I don't know what they are called, see attached image. I tried the seriesPt.Marks.Callout.Pen.Color:=clRed; but it did not work. Here is code I use to get the attached image. seriesPt.Marks.Callout.Pen.Color:=clRed; //I also put this at the end of the code below ptIdx := seriesPt.AddXY(xval, yval); ...