Search found 15 matches
- Thu Nov 16, 2006 11:17 am
- Forum: VCL
- Topic: Does TeeTree come with a grid?
- Replies: 3
- Views: 13853
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...
- Wed Nov 15, 2006 1:52 am
- Forum: VCL
- Topic: Does TeeTree come with a grid?
- Replies: 3
- Views: 13853
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, ...
- Wed Nov 15, 2006 1:41 am
- Forum: VCL
- Topic: OnEnter and OnExit events dont work
- Replies: 3
- Views: 7969
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...
- 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: 4735
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 ...
- Tue Oct 24, 2006 11:12 pm
- Forum: VCL
- Topic: Gantt chart scroll bars problem
- Replies: 7
- Views: 13240
- Tue Oct 24, 2006 12:30 am
- Forum: VCL
- Topic: Gantt chart scroll bars problem
- Replies: 7
- Views: 13240
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...
- Mon Oct 23, 2006 10:39 pm
- Forum: VCL
- Topic: Gantt chart scroll bars problem
- Replies: 7
- Views: 13240
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...
- Mon Oct 23, 2006 11:31 am
- Forum: VCL
- Topic: Gantt chart scroll bars problem
- Replies: 7
- Views: 13240
- Mon Oct 23, 2006 2:07 am
- Forum: VCL
- Topic: Gantt chart scroll bars problem
- Replies: 7
- Views: 13240
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...
- Thu Oct 19, 2006 12:08 am
- Forum: VCL
- Topic: Missing Chart Legend at runtime
- Replies: 7
- Views: 13332
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<...
- Wed Oct 18, 2006 12:17 pm
- Forum: VCL
- Topic: Missing Chart Legend at runtime
- Replies: 7
- Views: 13332
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
- Wed Oct 18, 2006 11:03 am
- Forum: VCL
- Topic: Missing Chart Legend at runtime
- Replies: 7
- Views: 13332
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...
- Sat Oct 14, 2006 3:52 am
- Forum: VCL
- Topic: Missing Chart Legend at runtime
- Replies: 7
- Views: 13332
Narcís,
I have posted a simpel test case example to news://www.steema.net/steema.public.attachments newsgroup.
Cheers
Chris McGowan
(Bugsie)
I have posted a simpel test case example to news://www.steema.net/steema.public.attachments newsgroup.
Cheers
Chris McGowan
(Bugsie)
- Fri Oct 13, 2006 2:35 pm
- Forum: VCL
- Topic: Missing Chart Legend at runtime
- Replies: 7
- Views: 13332
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...
- Thu Oct 12, 2006 12:15 pm
- Forum: VCL
- Topic: Missing Chart Legend at runtime
- Replies: 7
- Views: 13332
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...