Search found 11 matches

by Tri-Direct
Wed Nov 10, 2004 1:11 pm
Forum: VCL
Topic: Clicking on Gantt chart labels
Replies: 4
Views: 6739

thanks very much for your patience and quick reply.

I'll give it a go this afternoon

thanks again

Mat
by Tri-Direct
Wed Nov 10, 2004 10:28 am
Forum: VCL
Topic: Clicking on Gantt chart labels
Replies: 4
Views: 6739

the problem is that the bars are displayed very small on the chart (they are just single days and the chart shows a full year). Even with the Series.clicked , it only reacts to clicking on the actual bar, not the "bigger" mark text i.e even though the bar is small, the mark text shows something such...
by Tri-Direct
Tue Nov 09, 2004 4:44 pm
Forum: VCL
Topic: Clicking on Gantt chart labels
Replies: 4
Views: 6739

Clicking on Gantt chart labels

I am drawing a Ganttchart. Some of the bar items drawn are single days and some are periods. The bars which are single days are obviously very small and hard for a user to click on. How can I code to detect the user clicking on the actual label above/on the bar, and work out which one they have clic...
by Tri-Direct
Wed Oct 06, 2004 9:54 am
Forum: VCL
Topic: Text position on a Gantt Series
Replies: 2
Views: 5151

Anybody ?

Its quite important now, as some of the bars I'm plotting are only 1 to 2 days in size, and with a piece of text over it, you lose the bar (even if the text is translucent)
by Tri-Direct
Tue Oct 05, 2004 2:11 pm
Forum: VCL
Topic: Text position on a Gantt Series
Replies: 2
Views: 5151

Text position on a Gantt Series

In there anyway to position the "mark" text (label) of a Gantt bar, above the actual bar, rather than displaying overlayed over the actual bar ?
by Tri-Direct
Fri Oct 01, 2004 10:09 am
Forum: VCL
Topic: Gantt chart - events and periods
Replies: 2
Views: 5231

thanks for the reply I am using the following code to add a gantt s1 := Series1.AddGantt(d_datefrom,d_to,sm_lineno,s_description) I was using if s_value = 'E' Series1.Marks.Item[s1].Color := clred; and I'm looping this code as I work from top to bottom in a 3 record table. However because the dataso...
by Tri-Direct
Wed Sep 29, 2004 2:15 pm
Forum: VCL
Topic: Gantt chart - events and periods
Replies: 2
Views: 5231

Gantt chart - events and periods

I'm creating a Gantt chart, with a single series. I'm adding bars using AddGantt, for periods of time e.g 1/9/2004 to 24/10/2004 However another requirement of the gantt is to display events i.e items that just happen on a single day. I want to be able to change the style of the way single events ar...
by Tri-Direct
Mon Sep 06, 2004 10:46 am
Forum: VCL
Topic: Gantt Chart - Adding a "Today" line
Replies: 3
Views: 6181

thanks for the quick reply. I've use the code you provided (but I must be doing something wrong), as this draws another small block on the Gantt, where "today" is, but what I want is a single line going from top to bottom showing where today is. If I had the Random statement in the code, it simply d...
by Tri-Direct
Thu Sep 02, 2004 1:35 pm
Forum: VCL
Topic: Gantt Chart - Adding a "Today" line
Replies: 3
Views: 6181

Gantt Chart - Adding a "Today" line

I've got a basic gantt chart that spreads across 1 year, with every 2 weeks marked on the x axis. Basically, I want to remind the users what the current day position is. I want to do this by simply drawing a vertical line (or heavy grid line), at the point of todays date, stretching up through the c...
by Tri-Direct
Tue Aug 24, 2004 1:54 pm
Forum: VCL
Topic: Teechart 7 install - Delph 6 problem
Replies: 1
Views: 4747

Ok, scrub that.

found the post where I have to update all rtl to version 3.0 and reinstalled.

Now seems ok.
by Tri-Direct
Tue Aug 24, 2004 1:33 pm
Forum: VCL
Topic: Teechart 7 install - Delph 6 problem
Replies: 1
Views: 4747

Teechart 7 install - Delph 6 problem

Hi, installed the above for delphi 6 enterprise (patch 2), put a Tchart object on the form, and tried to build the app, and got the following error Unit TeeProcs was compiled with a different version of System.RTLVersion. Help. What can I do. I thought for the time being until I had time to investig...