Search found 15 matches

by Gainco
Mon Oct 08, 2007 4:13 pm
Forum: VCL
Topic: setting the brush style on an individual Gantt
Replies: 5
Views: 6210

Yes, this works fine for color but can you show me how to change the Brush type?
by Gainco
Mon Oct 08, 2007 3:37 pm
Forum: VCL
Topic: setting the brush style on an individual Gantt
Replies: 5
Views: 6210

Okay, Now that I have a value that corresponds to the GanttBar, how do I get this back to the TGanttTool? The only way I have of getting to the GanttTool is through it's sender. Let's approach it this way. I want to change the Brush for one Gantt when I doubl-click on it. How do I do that? Thanks, L...
by Gainco
Sat Oct 06, 2007 11:35 pm
Forum: VCL
Topic: setting the brush style on an individual Gantt
Replies: 5
Views: 6210

setting the brush style on an individual Gantt

I would like to be able to change the brush style of an individual Gantt in run time. My intention would be to permit the user to R click on the Gantt and to open a Pop-up menu where the change could be selected. Right now I am accessing Gantt properties by passing the GanttBar value to my object an...
by Gainco
Thu Oct 04, 2007 1:21 pm
Forum: VCL
Topic: Design time bugs in 8.01 using Delphi 2006
Replies: 8
Views: 8966

It's not 1 MB. It is 11.3 MB. I have e-mailed the video but it is still struggling to clear my outbox.
by Gainco
Wed Oct 03, 2007 3:42 pm
Forum: VCL
Topic: Design time bugs in 8.01 using Delphi 2006
Replies: 8
Views: 8966

The zip file is 11.2 MB

Server Error in '/upload' Application. -------------------------------------------------------------------------------- Maximum request length exceeded. Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information ab...
by Gainco
Wed Oct 03, 2007 2:10 pm
Forum: VCL
Topic: Design time bugs in 8.01 using Delphi 2006
Replies: 8
Views: 8966

Uploads sent

I sent an example and a text file of my search anf browse paths. I also sent a small video of the phenomena described. It is very poor quality due to the limitation of your upload size. You will still see when opening the project that the TeeChart menu items are missing and when I then open the Tee8...
by Gainco
Wed Oct 03, 2007 1:36 pm
Forum: VCL
Topic: Design time bugs in 8.01 using Delphi 2006
Replies: 8
Views: 8966

I am using TeeChart 8.01.10798 Win32. Example on the way.
by Gainco
Tue Oct 02, 2007 5:56 pm
Forum: VCL
Topic: Design time bugs in 8.01 using Delphi 2006
Replies: 8
Views: 8966

Design time bugs in 8.01 using Delphi 2006

Place a TeeChart on a form. Add a Gantt Series. Add the GanttTool. Close project and re-open. On two different computers and two different programmers, we see the "Cannot find TGanttTool" message. If you go to your PAS and attempt to open TeeGanttTool, you will then receive an Error Creating form: A...
by Gainco
Mon Oct 01, 2007 3:43 pm
Forum: VCL
Topic: Trapping a Mouse Up Event when using the Gantt tool
Replies: 2
Views: 4397

We got it working.

Similar to your way but we beat you to it. Brillant minds think alike :D Here is out test code for anyone still struggling. ======================================= procedure TForm2.Chart1MouseUp(Sender: TObject; Button: TMouseButton; Shift: TShiftState; X, Y: Integer); begin ActiveGantt.Gantt.StartV...
by Gainco
Mon Oct 01, 2007 2:48 pm
Forum: VCL
Topic: Trapping a Mouse Up Event when using the Gantt tool
Replies: 2
Views: 4397

Trapping a Mouse Up Event when using the Gantt tool

I need to know when the user has released the mouse button when dragging or resizing the Gantt. You suggested using the OnDragBar and OnResizeBar. That will not work. I need to know the moment the action has stopped and I can only conceive that a Mouse Up event would work. I need to round the X valu...
by Gainco
Mon Oct 01, 2007 1:56 pm
Forum: VCL
Topic: Loosing TeeChart reference.
Replies: 7
Views: 9581

It is still not working

Installing a vendors software should not be a JOB. Below is my search path. I am still presented with an 'unable to find TGanttTool" error when I open the project. I have created the project over and over and this still occurs. If I create a new one, all goes well until I exit Delphi and re-open. PL...
by Gainco
Fri Sep 28, 2007 11:32 pm
Forum: VCL
Topic: Loosing TeeChart reference.
Replies: 7
Views: 9581

Loosing TeeChart reference.

I place a TeeChart on a form with a Gantt series. I add the Gantt drag tool. Compile and all is fine. I exit Delphi and re-open. I see Class TGanttTool not found. I press ignore and I see my form with a TeeChart and the Gantt series. I right click on the Chart but there is not Edit Chart, etc. Only ...
by Gainco
Fri Sep 28, 2007 7:02 pm
Forum: VCL
Topic: TeeChart Pro 8.01 has left me dead in the water.
Replies: 1
Views: 3513

I have it working now. It seems that DevExpress tools had a death grip on an old version of TeeChart. FYI to anyone else with similar... I uninstalled Report Builder, TeeChart and DevExpress. I then did a search on Tee*710.bpl and deleted all of them. I insured no residual pieces of TeeChart where s...
by Gainco
Fri Sep 28, 2007 4:11 pm
Forum: VCL
Topic: TeeChart Pro 8.01 has left me dead in the water.
Replies: 1
Views: 3513

TeeChart Pro 8.01 has left me dead in the water.

I have purchased and downloaded TeeChart Pro 8.01 (with source) and installed it this morning. I was previously running 7.12. I now have two essentially disabled development environments. When starting Delph 7 The common message is Can't load package C:\Program Files\TeeChart Pro 8.01 Full Source Co...
by Gainco
Thu Sep 27, 2007 4:35 pm
Forum: VCL
Topic: Setting a Gantt Start End values to Grid Snap
Replies: 1
Views: 3081

Setting a Gantt Start End values to Grid Snap

I am using a Gantt series in a different way. I display up to 32 gantts in a series to represent scale weight ranges. I now want the user to be able change the start and end values (min & max) of each gantt using the gantt tool and to recover these values for each individual gantt. I know how to acc...