TreeMap Suggestion

TeeChart VCL for Borland/CodeGear/Embarcadero RAD Studio, Delphi and C++ Builder.
Post Reply
TimeAcct
Newbie
Newbie
Posts: 43
Joined: Wed Sep 03, 2008 12:00 am

TreeMap Suggestion

Post by TimeAcct » Mon May 31, 2010 5:46 am

Hi

A feature that would be nice to have would be the ability to see a hint for a part of the TreeMap if you hover over it.
Take directories for example - some might either have long names or the item on the TreeMap is too narrow. It would be nice to hover over an item and see the full name in some sort of hint window.

Is there a way of doing that already?



Bradley MacDonald
brad_AT_timeacct_DOT_com

Yeray
Site Admin
Site Admin
Posts: 9533
Joined: Tue Dec 05, 2006 12:00 am
Location: Girona, Catalonia
Contact:

Re: TreeMap Suggestion

Post by Yeray » Mon May 31, 2010 9:55 am

Hi Bradley,

When the series' clicked method will work fine with this series, you'll be able to use MarksTip tool to do this.
Best Regards,
ImageYeray Alonso
Development & Support
Steema Software
Av. Montilivi 33, 17003 Girona, Catalonia (SP)
Image Image Image Image Image Image Please read our Bug Fixing Policy

Yeray
Site Admin
Site Admin
Posts: 9533
Joined: Tue Dec 05, 2006 12:00 am
Location: Girona, Catalonia
Contact:

Re: TreeMap Suggestion

Post by Yeray » Tue Jun 01, 2010 10:23 am

Hi Bradley,

As an update, with the changes commented here, the TMarksTipTool works now fine with this series.
Best Regards,
ImageYeray Alonso
Development & Support
Steema Software
Av. Montilivi 33, 17003 Girona, Catalonia (SP)
Image Image Image Image Image Image Please read our Bug Fixing Policy

TimeAcct
Newbie
Newbie
Posts: 43
Joined: Wed Sep 03, 2008 12:00 am

Re: TreeMap Suggestion

Post by TimeAcct » Tue Jun 01, 2010 5:04 pm

Do you have a sample of how this tool works?
I went into the Series Editor - but when I turn on the Marks to Visible - it turns them all on - all the time - which is way too messy :) So - I would like to show the information only wnen I hover over a element in the series.


I have the source version installed - but have not installed the full version - as havivng both the full and source versions installed causes issues around Report Builder and their version being compiled with a different versions... (at least that is the error message).

Yeray
Site Admin
Site Admin
Posts: 9533
Joined: Tue Dec 05, 2006 12:00 am
Location: Girona, Catalonia
Contact:

Re: TreeMap Suggestion

Post by Yeray » Wed Jun 02, 2010 7:33 am

Hi Bradley,

The MarksTip tool can be found, through the editor at the Tools Tab, Series section. Here you have a picture:
markstip.png
markstip.png (54.24 KiB) Viewed 7717 times
FYI, we recommend the VCL source code customers to install the binary version first, to get the demos and the documentation. Then, we recommend to install the sources, with TeeRecompile utility, to use the sources.

In the New Features Demo, you'll find some MarksTip tool demos at All features\Welcome !\Tools\Mark tips
Best Regards,
ImageYeray Alonso
Development & Support
Steema Software
Av. Montilivi 33, 17003 Girona, Catalonia (SP)
Image Image Image Image Image Image Please read our Bug Fixing Policy

TimeAcct
Newbie
Newbie
Posts: 43
Joined: Wed Sep 03, 2008 12:00 am

Re: TreeMap Suggestion

Post by TimeAcct » Wed Jun 02, 2010 2:06 pm

Thank you - I eventually did find it :)

However, I also created a new posting. It would seem that the MarksTip is using the Special value - not the actual value for the Tips Value.

So - if you have code that is something like
TreeMapSeries.Add(1000,'DirectoryA',1,clRed)

It should be using the 1000 for the tip (at least I think so) - but it uses the 1.

Bradley

Yeray
Site Admin
Site Admin
Posts: 9533
Joined: Tue Dec 05, 2006 12:00 am
Location: Girona, Catalonia
Contact:

Re: TreeMap Suggestion

Post by Yeray » Wed Jun 02, 2010 3:23 pm

Hi Bradley,

I've answered you here.
Best Regards,
ImageYeray Alonso
Development & Support
Steema Software
Av. Montilivi 33, 17003 Girona, Catalonia (SP)
Image Image Image Image Image Image Please read our Bug Fixing Policy

Post Reply