Search found 10 matches

by TCardinal
Fri May 07, 2010 3:57 pm
Forum: VCL
Topic: Org Chart
Replies: 14
Views: 24289

Re: Org Chart

Just another thing I noticed. I played with the spacing and got the boxes separated, but it doesn't seem that the horizontal lines terminate for anything but the very end boxes, ie you cannot tell which parent the children belong to.
by TCardinal
Fri May 07, 2010 12:06 pm
Forum: VCL
Topic: Org Chart
Replies: 14
Views: 24289

Re: Org Chart

Thanks Yeray.

Yes, the series needs to calculate it's spacing from the bottom up I guess.

Russell
by TCardinal
Fri May 07, 2010 11:14 am
Forum: VCL
Topic: Org Chart
Replies: 14
Views: 24289

Re: Org Chart

here you go
by TCardinal
Fri May 07, 2010 10:44 am
Forum: VCL
Topic: Org Chart
Replies: 14
Views: 24289

Re: Org Chart

Just to say I have this working now. Excellent.

However is there a way for the series to better calculate the spacing so that it doesn't create overlaps between the boxes?
by TCardinal
Fri May 07, 2010 8:41 am
Forum: VCL
Topic: Org Chart
Replies: 14
Views: 24289

Re: Org Chart

Hi Narcis

thanks for this.

Just so I fully understand, I need to create the data in code I can't just link in the dataset unless the keys are sequential?

Thanks
by TCardinal
Wed May 05, 2010 6:33 pm
Forum: VCL
Topic: Org Chart
Replies: 14
Views: 24289

Re: Org Chart

just a bit of info. I have a dataset: KeyField: integer ParentKey: integer Text: string each record has a unique key (KeyField) and are linked to their parent records through the ParentKey (child.parentkey = parent.KeyField). the record(s) at the top of the tree have a null value in the ParentKey. i...
by TCardinal
Wed May 05, 2010 7:59 am
Forum: VCL
Topic: Org Chart
Replies: 14
Views: 24289

Re: Org Chart

Hi

I have no problem connecting a TChart to a dataset as I have done it many times. I have not used the Org Chart before and cannot make it display, so I was after anything which had any does and don'ts / instructions for this particular series type.

Thanks
by TCardinal
Tue May 04, 2010 1:39 pm
Forum: VCL
Topic: Org Chart
Replies: 14
Views: 24289

Org Chart

Are there any instructions/demos for setting up an orgchart series by linking it to a dataset?

thanks
by TCardinal
Fri Mar 12, 2010 5:26 pm
Forum: VCL
Topic: Using World Maps
Replies: 3
Views: 4227

Re: Using World Maps

Thanks, that would be what I am after. Unfortunately the example app won't load as it requires DotNet Personality. Even trying to compile the unit in a new app, won't compile as it needs TeeObjectInspector which I can't find in my installation.

Thanks
by TCardinal
Fri Mar 12, 2010 4:37 pm
Forum: VCL
Topic: Using World Maps
Replies: 3
Views: 4227

Using World Maps

Is there an example of creating points on a map using longtitude and latitude?

thanks