Search found 12 matches

by rojo
Mon Oct 10, 2011 9:02 am
Forum: VCL
Topic: EReadError with Circular Gauge
Replies: 3
Views: 4697

Re: EReadError with Circular Gauge

Thanks that was the problem.

I have another thing. I am missing the increment property for the labels. This is available in the standard Gauge but not in the Circular Gauge.
Do i overlook some thing?

Regards

Robert
by rojo
Sat Oct 08, 2011 8:27 pm
Forum: VCL
Topic: EReadError with Circular Gauge
Replies: 3
Views: 4697

EReadError with Circular Gauge

Hello, I'am using Delphi 4 and changed from TeeChartV8.01 to V8.08. When i put a chart with a circular Gauge series on a empty project and try to run it i get the following error: ERead Error with message "Error reading Series1.Frame.InnerBrush.Gradient.EndColor: Property does not exist " What can i...
by rojo
Fri Dec 07, 2007 11:55 am
Forum: VCL
Topic: Rotating tool
Replies: 3
Views: 5422

Hi, i made this already. With the trackbar you can elevate the graph. But i also want to elevate the graph with the mouse. Therefor i use the rotating tool. But wenn i set chart1.Aspect.Elevation:= 0; and i want to elevate with the mouse in the graph. The graph jumps to 270 deg. I think becaus the r...
by rojo
Thu Dec 06, 2007 9:22 pm
Forum: VCL
Topic: Rotating tool
Replies: 3
Views: 5422

Rotating tool

Hello,

I have a problem with the rotating tool. i have a trackbar withe 0 to 360 deg.
But wenn i use the mouse and change the surfacechart it only can change the elevation between 270 and 360 degrees.
I want i to move the elevation between -90 and 90 deg. can you help me
by rojo
Mon Oct 15, 2007 7:50 pm
Forum: VCL
Topic: Edit and navigate in a Surfaceserie
Replies: 9
Views: 12428

Thanks i'am understanding it now.

Regards

RoJo
by rojo
Fri Oct 12, 2007 5:52 am
Forum: VCL
Topic: Edit and navigate in a Surfaceserie
Replies: 9
Views: 12428

With the Clicked function i understand that but thats always working with mouse action. In my case i want to change the 3D-points in Runtime with the press on a button or straight out of the programm.

I hope you have a solution for this.

RoJo
by rojo
Thu Oct 11, 2007 10:57 am
Forum: VCL
Topic: Edit and navigate in a Surfaceserie
Replies: 9
Views: 12428

Sorry Yeray but this is not what i asked. i have one point3d series witch have points that have a XYand Z value. in my case the Y value is the height of the point. So wenn i want to change the height from a point in the 3D chart the old values are: X= 6 and Y= 2 and Z= 7 I want to change the height ...
by rojo
Wed Oct 10, 2007 8:19 pm
Forum: VCL
Topic: Edit and navigate in a Surfaceserie
Replies: 9
Views: 12428

Hello Narcis, i made a workaround and add a extra series (point3d) to the chart. I add the points with AddXYZ but how can i change the Yvalue from a 3d_point. I can't find a instruction to modify this. For the 2d pointseries i use Chart1.Series[1].YValue[10]:= 24. is there a instuction like this Cha...
by rojo
Fri Oct 05, 2007 11:47 am
Forum: VCL
Topic: Edit and navigate in a Surfaceserie
Replies: 9
Views: 12428

Thanks,

wenn i try your example code the cell is marked 1 cell under the place where my mouse is pointing. I changed the code but i can't get the cell high lited under the mouse position.
by rojo
Wed Oct 03, 2007 8:46 pm
Forum: VCL
Topic: Edit and navigate in a Surfaceserie
Replies: 9
Views: 12428

Edit and navigate in a Surfaceserie

is there a example or tool for editing and navigate in a Surfaceserie. The TSurfaceNearestTool selects a cell with 4 points. I want to navigate and edit the separate points with the keyboard. Is it possible to change the color of the wireframe at the piont where you navigate or edit. I have a screen...
by rojo
Tue Aug 14, 2007 7:12 pm
Forum: VCL
Topic: problems after installing Teechat Pro 8 for Delphi 4
Replies: 3
Views: 6667

i installed update 2 and 3 Delphi 4 Client server now and i get the following error messages: Can't load package C:\..\TeeImage84.bpl Cannot load package 'Tee84' it contains unit 'Teeconst,'; wichis also containdin package 'Tee40'. and Can't load package C:\..\DclTree2D4Tee8.bpl Cannot load package ...
by rojo
Mon Aug 13, 2007 2:15 pm
Forum: VCL
Topic: problems after installing Teechat Pro 8 for Delphi 4
Replies: 3
Views: 6667

problems after installing Teechat Pro 8 for Delphi 4

After installing teechart i get error massages:
can't find entrypoint @controls@TSizeConstrains@SetConstrains$qq in DLL file Vcl40.bpl

and

Can't load package C:\Program Files\Steema Software\TeeChart 80 for Delphi 4\Delphi4\Bin\DdTQR84.bpl

What to do?