Search found 43 matches

by TimeAcct
Fri Jun 11, 2010 2:36 pm
Forum: VCL
Topic: Unable to OnClickSeries
Replies: 6
Views: 7780

Re: Unable to OnClickSeries

Thank you for the update and the explaination!
by TimeAcct
Tue Jun 08, 2010 1:07 pm
Forum: VCL
Topic: TreeMap - Issue with Large Numbers of Directories...
Replies: 6
Views: 10276

Re: TreeMap - Issue with Large Numbers of Directories...

I will write one - and send it to you - it will take me a few days to create it due to other commitments.
by TimeAcct
Tue Jun 08, 2010 1:06 pm
Forum: VCL
Topic: Unable to OnClickSeries
Replies: 6
Views: 7780

Re: Unable to OnClickSeries

Do you have an estimate when the patch for 2010 will be made available? I am not looking for an exact date - but a general idea. That way I can plan the release of our software around that.

Thank you..
by TimeAcct
Tue Jun 08, 2010 1:30 am
Forum: VCL
Topic: TreeMap - Issue with Large Numbers of Directories...
Replies: 6
Views: 10276

TreeMap - Issue with Large Numbers of Directories...

Hello, I have been having a problem with an error while loading the TreeMap Series. It has taken me a number of hours to track down - as the error message does not give a line number using EurekaLog. Basically - I have directory sizing utility - and I have implemented the TreeMap as another way of l...
by TimeAcct
Mon Jun 07, 2010 9:37 pm
Forum: VCL
Topic: Unable to OnClickSeries
Replies: 6
Views: 7780

Unable to OnClickSeries

Hi - I have obviously messed something up. I have a Pie Chart that I have been using for years - and now I cannot Click on a piece of the Pie. I have an OnClickSeries event - but nothing happens when I click on the pie. I also have an even for OnClickBackground - but it works fine. Any thoughts as t...
by TimeAcct
Fri Jun 04, 2010 6:10 pm
Forum: VCL
Topic: Error on Startup of Delphi - Best way to report these errors
Replies: 8
Views: 12222

Re: Error on Startup of Delphi - Best way to report these errors

Hi Ok - I did the checks you recommended (see screen shots) - and it all looks fine - from what I can see DelphiSettings_ResourceSettings.jpg DelphiSettings_Packages.jpg Here is something else 1. I start Delphi - and open the project - I get the message 2. I close the project - and then reopen it - ...
by TimeAcct
Fri Jun 04, 2010 2:17 pm
Forum: VCL
Topic: Error on Startup of Delphi - Best way to report these errors
Replies: 8
Views: 12222

Re: Error on Startup of Delphi - Best way to report these errors

Hello,

Yes - I use the recompile tool after I install the Source.

So - I do the following:
1. Install the binaries - so that I have the help files and examples
2. Install the source
3. Run the Recompile

Start Delphi - everything works

Restart Delphi - and it has the problem.

Bradley
by TimeAcct
Thu Jun 03, 2010 6:38 pm
Forum: VCL
Topic: Error on Startup of Delphi - Best way to report these errors
Replies: 8
Views: 12222

Re: Error on Startup of Delphi - Best way to report these errors

Hello Narcis, I have this error back again :( Environment Delphi 2009 - with TeeChart 2010. I have a small patch to the TreeMap series - sent to me a few days ago in another support reply. I installed in the following order TeeChart 2010 - Base TeeChart 2010 - Source Report Builder 12 Now - when I f...
by TimeAcct
Thu Jun 03, 2010 6:30 pm
Forum: VCL
Topic: Edit TreeMap Chart - Preview - Freezes Delphi
Replies: 1
Views: 4530

Edit TreeMap Chart - Preview - Freezes Delphi

I just ran into this - and it is easy to duplicate. Delphi 2009 - TeeChart 2010 - with full source... 1. Start Delphi - Start a new VCL Project 2. Add a TeeChart to the form 3. Add a new Series - TreeMap 4. Edit the Series - Go to Export - click on asJPEG - and then Preview. At that point Delphi Fre...
by TimeAcct
Thu Jun 03, 2010 6:11 pm
Forum: VCL
Topic: Error on Startup of Delphi - Best way to report these errors
Replies: 8
Views: 12222

Re: Error on Startup of Delphi - Best way to report these errors

H

I have resinstalled everything - both TeeChart 2010 Base for 2009 - and the source - and the patch given to me in another support post. It is back to working.

Thank you.

Bradley
by TimeAcct
Thu Jun 03, 2010 4:32 pm
Forum: VCL
Topic: Error on Startup of Delphi - Best way to report these errors
Replies: 8
Views: 12222

Error on Startup of Delphi - Best way to report these errors

Hello I get the following error when I start Delphi now... ErroronStartUp.jpg When I hit Cancel - I then get Error2StartUp.jpg This all started after I add the MarkTips tool to the TreeMap Series. I am about to uninstall and then reinstall the TeeChart Components... BTW - what is the best way of rep...
by TimeAcct
Wed Jun 02, 2010 3:25 pm
Forum: VCL
Topic: TreeMap - Issue with Marks Tool Tips
Replies: 3
Views: 6218

Re: TreeMap - Issue with Marks Tool Tips

Yeray,

Thank you very much! I must say the support in these forums is outstanding.
In the last few days you have answered all my questions - and even sent source code - and a patch.

Very impressive!

Bradley MacDonald
by TimeAcct
Wed Jun 02, 2010 2:06 pm
Forum: VCL
Topic: TreeMap Suggestion
Replies: 6
Views: 7668

Re: TreeMap Suggestion

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 f...
by TimeAcct
Tue Jun 01, 2010 6:06 pm
Forum: VCL
Topic: TreeMap - Issue with Marks Tool Tips
Replies: 3
Views: 6218

TreeMap - Issue with Marks Tool Tips

Hello,

When I implemented the MarksToolTips - it works great for Labels - but the Value and Percents are not correct.
They seem to be based on the Special Value - not the actual value assigned to the series elements

Let me know if you need a sample

Bradley MacDonald
brad_AT_timeacct_DOT_com
by TimeAcct
Tue Jun 01, 2010 5:04 pm
Forum: VCL
Topic: TreeMap Suggestion
Replies: 6
Views: 7668

Re: TreeMap Suggestion

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 i...