Search found 15 matches

by Bugsie
Thu Nov 16, 2006 11:17 am
Forum: VCL
Topic: Does TeeTree come with a grid?
Replies: 3
Views: 12314

Thanks tom, I will have another try at it. Being newbie at TeeTree I need to get my head around it. It looks great, but I am not sure if it is going to do what I want. What I want is an advanced string grid where each row of the grid is controlled by a tree like control (+) and (-) ie. the rows disp...
by Bugsie
Wed Nov 15, 2006 1:52 am
Forum: VCL
Topic: Does TeeTree come with a grid?
Replies: 3
Views: 12314

Does TeeTree come with a grid?

I have just stated looking at TeeTree and please excuse me if this question is too stupid -- I just cannot find this out in the documentation or examples I am trying to replace an existing Tree in my app, in my case i need a tree with a grid (like a StringGrid) that gets expanded with the children, ...
by Bugsie
Wed Nov 15, 2006 1:41 am
Forum: VCL
Topic: OnEnter and OnExit events dont work
Replies: 3
Views: 7577

OnEnter and OnExit events dont work

I am using Cbuilder6 with TChartPro 7.07 With the TChart, i need to use the OnExit event to hide some popup text when the mouse moves off the chart. (I have multiple Area series on the chart) The OnExit and also the OnEnter events never get activated This is easy to reproduce, just create these even...
by Bugsie
Sat Nov 11, 2006 12:34 am
Forum: VCL
Topic: Is there a way to stack a subset of series in an area plot
Replies: 1
Views: 4513

Is there a way to stack a subset of series in an area plot

Is there a way to stack a subset of series in an area plot? Or to have two separate Stacks? What I would like to do is to is have two groups of area series stacked, eg. Lets say I have 6 series A, B, C, D, E and F -- I want to stack A B and C together and stack D E and F together, but not stack the ...
by Bugsie
Tue Oct 24, 2006 11:12 pm
Forum: VCL
Topic: Gantt chart scroll bars problem
Replies: 7
Views: 12361

Thanks Narcís
Your example using standard scroll bars works fine. :)
I will add this to my application.
Cheers
Bugsie.
by Bugsie
Tue Oct 24, 2006 12:30 am
Forum: VCL
Topic: Gantt chart scroll bars problem
Replies: 7
Views: 12361

This problem is very easy to reproduce, try this if it proves too hard to use my sample. 1) Create a new project 2) drop on a chart (it will get called Chart1) 3) Edit the chart and choose a gantt chart. Set the "Points per Page" to a max of 25 4) Drop a chart scroll bar onto the form 5) make the sc...
by Bugsie
Mon Oct 23, 2006 10:39 pm
Forum: VCL
Topic: Gantt chart scroll bars problem
Replies: 7
Views: 12361

TeeScroB.hpp is one of your files. (Tee Chart Scroll!) Whenever I start a new project I have to change #include "TeeScroB.h" // added in automatically when the scrollbar is added. to ... #include "TeeScroB.hpp" In the header. Try changing it back. Cheers Bugsie It is possible I have mispelt the $(TE...
by Bugsie
Mon Oct 23, 2006 11:31 am
Forum: VCL
Topic: Gantt chart scroll bars problem
Replies: 7
Views: 12361

:oops:
I have posted the fixed version to the news group
I left out the exe to reduce the size, and turned off debugging as the .tds was too large for the download
by Bugsie
Mon Oct 23, 2006 2:07 am
Forum: VCL
Topic: Gantt chart scroll bars problem
Replies: 7
Views: 12361

Gantt chart scroll bars problem

I want to use a gantt chart with a large number of items, more than easily put on a singe page. I add a verticle scroll bar to the chart, (making sure it's "Chart" Property is set correctly) and generate Gantt entries, somethimes more than a pages worth. The scroll bar does nothing except flash. I I...
by Bugsie
Thu Oct 19, 2006 12:08 am
Forum: VCL
Topic: Missing Chart Legend at runtime
Replies: 7
Views: 12326

I have it working fine now :) It is a bit strange though. In my original code when I created the series at runtime I set the ParentChart to NULL and set it correctly when I activated the series. This code was unnecessary, as setting Active and Visible to false was enough. It was like this for(i=1;i<...
by Bugsie
Wed Oct 18, 2006 12:17 pm
Forum: VCL
Topic: Missing Chart Legend at runtime
Replies: 7
Views: 12326

Ok, I have got past my linking problem, .... sigh .... and have rebuilt my application. Unfortunatly the same problem exists -- no Legend at runtime. I will check all my dll's and run time environment -- It could be this is where the problem is (I am picking up the wrong dll somewhere..) Cheers Chris
by Bugsie
Wed Oct 18, 2006 11:03 am
Forum: VCL
Topic: Missing Chart Legend at runtime
Replies: 7
Views: 12326

Hi Narcís Thanks for your help, Your App ran fine, I compiled it and it runs OK with Project\Options\Packages disabled. I did the same thing with My main Application -- but it now has link errors (not related to Steema objects) when I disabledProject\Options\Packages ! I may be in "dll hell" :( Also...
by Bugsie
Sat Oct 14, 2006 3:52 am
Forum: VCL
Topic: Missing Chart Legend at runtime
Replies: 7
Views: 12326

Narcís,

I have posted a simpel test case example to news://www.steema.net/steema.public.attachments newsgroup.

Cheers
Chris McGowan
(Bugsie)
by Bugsie
Fri Oct 13, 2006 2:35 pm
Forum: VCL
Topic: Missing Chart Legend at runtime
Replies: 7
Views: 12326

It would be difficult to send you the full app, as it runs on an Oracle database .. sigh. I will attempt to reproduce the problem in a simple example. I think I know how to do it, It requires runtime creation of series. It is late here tonight and I will try to make stand alone example tomorrow Chee...
by Bugsie
Thu Oct 12, 2006 12:15 pm
Forum: VCL
Topic: Missing Chart Legend at runtime
Replies: 7
Views: 12326

Missing Chart Legend at runtime

I am using C++Builder 6 with Tee Chart Pro 7.07 I have this problem in two charts, one with Area Series and one with Line series. I create up to 32 series at runtime, using a single series as a template. This works just fine (all the series do as expected), except the Legend which is visible at desi...