Search found 28 matches

by Hans
Tue Jun 28, 2005 5:38 am
Forum: VCL
Topic: D2005 installation problem
Replies: 3
Views: 6172

I found that you have to install the packages in Delphi 2005. This was never mentioned in any installation procedure from you or Delphi.

But it works again.

Hans
by Hans
Sat Jun 25, 2005 12:17 pm
Forum: VCL
Topic: D2005 installation problem
Replies: 3
Views: 6172

D2005 installation problem

I couldn't see the TChart in the tool palette. I deinstalled all Teechart versions from my PC. I installed version 7.04 for D7, 7.04 for D2005, sourcecodes, dotnet V2 again. I still cannot use Tchart in D2005 win32 applications. The dotnet v2 is ok and the 7.04 for D7 is ok. What to do now? Please h...
by Hans
Wed Jun 15, 2005 6:53 am
Forum: .NET
Topic: Horizontal Gridlines without labels
Replies: 3
Views: 6529

Found it!!

You should set "at labels only" off at the ticks tab.

Hans
by Hans
Wed Jun 15, 2005 6:46 am
Forum: .NET
Topic: Horizontal Gridlines without labels
Replies: 3
Views: 6529

Doesn't work

I tried that, but the horizontal gridlines only appear with labels visible.

Hans
by Hans
Wed Jun 15, 2005 5:36 am
Forum: VCL
Topic: In Delphi 2005 I see TChrt 4.04 for Win32
Replies: 2
Views: 5286

Additional information: In dotnet it seems ok.

Hans
by Hans
Wed Jun 15, 2005 5:35 am
Forum: VCL
Topic: In Delphi 2005 I see TChrt 4.04 for Win32
Replies: 2
Views: 5286

In Delphi 2005 I see TChrt 4.04 for Win32

I use Delphi 2005 with TChart 7.04 and the .dotnet version.

If I have a Win32 VCL program I only get TCHart 4.04 in the Tool palette?

What did I do wrong?

Hans
by Hans
Tue Jun 07, 2005 3:17 pm
Forum: .NET
Topic: Ganttchart series overlap problem
Replies: 1
Views: 4212

Ganttchart series overlap problem

Using the ganttchart for planning engineers in time I have the problem that if 2 series items are at approx the same time for one person, you don't see both items, because they overlap eachother. Is it possible that the second item is located just below the other series item, so you can display both...
by Hans
Tue Jun 07, 2005 3:05 pm
Forum: .NET
Topic: Horizontal Gridlines without labels
Replies: 3
Views: 6529

Horizontal Gridlines without labels

I use 2 gantcharts in one window. It is a gantt chart for persons(left axis) and dates(bottom axis) In the left chart i have labels on the left axis, in the right chart I have no left axis. I load in both charts irrelevant dates for each person in 1980 to set the vertical distance of each person in ...
by Hans
Tue May 17, 2005 10:12 am
Forum: .NET
Topic: Running datetime values with mousemove
Replies: 3
Views: 6861

Marjan,

What is .... in CX=.... ?

That's the most important part for me.

Thanks,
Hans
by Hans
Mon May 16, 2005 3:32 pm
Forum: .NET
Topic: Running datetime values with mousemove
Replies: 3
Views: 6861

Running datetime values with mousemove

How can I get the datetimevalues with moving mouse in the chart.

I was used to this by:

Series1.GetCursorValues(CX,CY);
Decodedatetime(CX,year,month,day,Hour, Min, Sec, MSec);

But how to do this in dotnet?

Hans
by Hans
Tue May 10, 2005 5:58 pm
Forum: .NET
Topic: Width value determining labels width
Replies: 1
Views: 4286

Width value determining labels width

I have to Tcharts besides eachother. One with and one without left side axis labels. How can I set the chart area within the aquare lines at the same width, independent of the labels width on the left side? I need the same bottom axis width for both working areas. I can set the Tchart.width, but dep...
by Hans
Tue May 10, 2005 5:26 am
Forum: .NET
Topic: TChart not listed in Delphi 2005 Toolpalette
Replies: 1
Views: 4485

TChart not listed in Delphi 2005 Toolpalette

I used to work with TChart in VCL mode in Delphi 2005. I now want to start a project in .Net, but I don't see any Steema icons in the Tool Palette. I only see in general Tcharteditor, TChartpreviewer and TCustomcharteditor, but with those I don't see any chart appear in my Form. So I can't create a ...
by Hans
Mon Mar 21, 2005 2:21 pm
Forum: VCL
Topic: Problems with D2005 upadte2
Replies: 2
Views: 5296

problems were:
-Callout not found
-Items.clear not found on Axis
-etc.
But with the 7.04 it is solved.

Thanks'

Hans
by Hans
Mon Mar 21, 2005 9:33 am
Forum: VCL
Topic: Problems with D2005 upadte2
Replies: 2
Views: 5296

Problems with D2005 upadte2

We find lots of problems after updating Delphi2005 update 2.

Are you preparing an update?

Hans
by Hans
Thu Mar 17, 2005 6:28 pm
Forum: VCL
Topic: Timescale in ganttchart
Replies: 20
Views: 26701

Extra Code requested

It looks like we have to write complete new tables, indexes, coordinates,etc. Very complex.

Re #1 Could you give some delphi code for the Addganttcolor? This is what I don't understand and tried, but not succeeded. Based on your example.

Thanks
Hans