TeeChart v8 VCL Beta Released
-
- Site Admin
- Posts: 14730
- Joined: Mon Jun 09, 2003 4:00 am
- Location: Banyoles, Catalonia
- Contact:
TeeChart v8 VCL Beta Released
TeeChart Standard and TeeChart Pro v8 VCL beta has been released.
Expected release date will be aproximately at the end of the year.
There are quite many changes and additions in this new v8 version.
We appreciate your help in providing us with feedback about the new features, bug fixing and ideas.
If you wish to participate as a beta-tester please leave a response here about the level of participation you'd like to apply to v8 beta.
We'll accept candidates that will be actively contributing testing help via our private beta newsgroups.
Expected release date will be aproximately at the end of the year.
There are quite many changes and additions in this new v8 version.
We appreciate your help in providing us with feedback about the new features, bug fixing and ideas.
If you wish to participate as a beta-tester please leave a response here about the level of participation you'd like to apply to v8 beta.
We'll accept candidates that will be actively contributing testing help via our private beta newsgroups.
Last edited by Narcís on Tue Jun 19, 2007 1:51 pm, edited 1 time in total.
Best Regards,
Narcís Calvet / Development & Support Steema Software Avinguda Montilivi 33, 17003 Girona, Catalonia Tel: 34 972 218 797 http://www.steema.com |
Instructions - How to post in this forum |
I would very much like to beta test. I have beta tested versions 5 and 6, appreciated seeing my suggestions and bug reports implemented and would like to see this new release as bug free and its new features as fully developed as possible out-the-door. I am quite detail oriented and picky, use TChart almost daily for scientific research application development under Delphi 7 and have authored a commercial product for an industrial instrument vendor that makes extensive use of (and heavy reliance on) TChart.
Steve
Steve
-
- Site Admin
- Posts: 14730
- Joined: Mon Jun 09, 2003 4:00 am
- Location: Banyoles, Catalonia
- Contact:
Hi Steve,
I've just sent you the details for downloading v8 Beta and posting your findings to your forums contact e-mail address.
I've just sent you the details for downloading v8 Beta and posting your findings to your forums contact e-mail address.
Best Regards,
Narcís Calvet / Development & Support Steema Software Avinguda Montilivi 33, 17003 Girona, Catalonia Tel: 34 972 218 797 http://www.steema.com |
Instructions - How to post in this forum |
-
- Site Admin
- Posts: 14730
- Joined: Mon Jun 09, 2003 4:00 am
- Location: Banyoles, Catalonia
- Contact:
Hi Jørgen,
I just sent you the info to your forums contact e-mail.
I just sent you the info to your forums contact e-mail.
Best Regards,
Narcís Calvet / Development & Support Steema Software Avinguda Montilivi 33, 17003 Girona, Catalonia Tel: 34 972 218 797 http://www.steema.com |
Instructions - How to post in this forum |
I'm not sure I have time to properly beta-test v8 for you, but I do have a number of suggestions for a new release.
1) Fix the long-standing QDialogs bug (goes back to at least v5, and probably v4). Specifically, if QDialogs is used in any unit in the project, many of the series formatting options which should be available when executing TChartEditor disappear at run-time.
2) Last time I tried this, if a null value is added to a pie or donut series, it essentially has no effect on the drawn pie. A useful function would be to allow AddNull(value) to create a break or missing slice in the series, whose width is proportion to value. This would allow one to create multiple free floating slices without having to resort to overlapping series.
3) A method for detecting the x,y location of individual slices in a pie or donut series (as far as I can tell, this is currently not available...I have another post asking about it at this time).
4) Axis proportionality. By default, axes scale to the size of the chart rectangle. Occasionally, one would like to have the axes scaled to identical units (e.g., if drawing a map) rather than scaled separately to fill the rectangle space. There are a number of ways one can manually fake this, but I find they don't always work well and it would be nice to have this feature automated within TChart.
I'm sure there are others, but these are the only ones that leap out at me at this moment. Thanks.
1) Fix the long-standing QDialogs bug (goes back to at least v5, and probably v4). Specifically, if QDialogs is used in any unit in the project, many of the series formatting options which should be available when executing TChartEditor disappear at run-time.
2) Last time I tried this, if a null value is added to a pie or donut series, it essentially has no effect on the drawn pie. A useful function would be to allow AddNull(value) to create a break or missing slice in the series, whose width is proportion to value. This would allow one to create multiple free floating slices without having to resort to overlapping series.
3) A method for detecting the x,y location of individual slices in a pie or donut series (as far as I can tell, this is currently not available...I have another post asking about it at this time).
4) Axis proportionality. By default, axes scale to the size of the chart rectangle. Occasionally, one would like to have the axes scaled to identical units (e.g., if drawing a map) rather than scaled separately to fill the rectangle space. There are a number of ways one can manually fake this, but I find they don't always work well and it would be nice to have this feature automated within TChart.
I'm sure there are others, but these are the only ones that leap out at me at this moment. Thanks.
Beta tester...
Hi,
I would very much like to be a beta tester...
my email adress is: friis@esenet.dk
Where can I find additional information concerning TeeChart V8 ?? I.e., what addiitonal functions that has been added??
I would very much like to be a beta tester...
my email adress is: friis@esenet.dk
Where can I find additional information concerning TeeChart V8 ?? I.e., what addiitonal functions that has been added??
-
- Newbie
- Posts: 23
- Joined: Wed Jan 12, 2005 5:00 am
- Location: Germany/Chemnitz
- Contact:
-
- Site Admin
- Posts: 14730
- Joined: Mon Jun 09, 2003 4:00 am
- Location: Banyoles, Catalonia
- Contact:
Hi msr,
QDialogs is only used with CLX (which Borland declared deprecated) and works fine here.1) Fix the long-standing QDialogs bug (goes back to at least v5, and probably v4). Specifically, if QDialogs is used in any unit in the project, many of the series formatting options which should be available when executing TChartEditor disappear at run-time.
Both items are already listed on our wish-list to be considered for inclusion.2) Last time I tried this, if a null value is added to a pie or donut series, it essentially has no effect on the drawn pie. A useful function would be to allow AddNull(value) to create a break or missing slice in the series, whose width is proportion to value. This would allow one to create multiple free floating slices without having to resort to overlapping series.
3) A method for detecting the x,y location of individual slices in a pie or donut series (as far as I can tell, this is currently not available...I have another post asking about it at this time).
We have a demo which does this. The example is What's New?\Welcome!\New in Axis\Isometric Axis and can be found in v7's features demo, available at its program group. However, I'll add to our wish-list to implement a tool which does this automatically.4) Axis proportionality. By default, axes scale to the size of the chart rectangle. Occasionally, one would like to have the axes scaled to identical units (e.g., if drawing a map) rather than scaled separately to fill the rectangle space. There are a number of ways one can manually fake this, but I find they don't always work well and it would be nice to have this feature automated within TChart.
Best Regards,
Narcís Calvet / Development & Support Steema Software Avinguda Montilivi 33, 17003 Girona, Catalonia Tel: 34 972 218 797 http://www.steema.com |
Instructions - How to post in this forum |
-
- Site Admin
- Posts: 14730
- Joined: Mon Jun 09, 2003 4:00 am
- Location: Banyoles, Catalonia
- Contact:
Re: Beta tester...
Hi Friis,Friis wrote:Hi,
I would very much like to be a beta tester...
my email adress is: friis@esenet.dk
Where can I find additional information concerning TeeChart V8 ?? I.e., what addiitonal functions that has been added??
Ok, I've just sent you the details to download v8 Beta. You'll find all the information you request included with the installer and at the private newsgroups.
Best Regards,
Narcís Calvet / Development & Support Steema Software Avinguda Montilivi 33, 17003 Girona, Catalonia Tel: 34 972 218 797 http://www.steema.com |
Instructions - How to post in this forum |
-
- Site Admin
- Posts: 14730
- Joined: Mon Jun 09, 2003 4:00 am
- Location: Banyoles, Catalonia
- Contact:
Hi Bert,Bert Kreisel wrote:I want to beta test v8.
I want check what's new and if it works with QuickReport and gnostice.
Behalves Bert Kreisel
Should I send the information to your forums contact e-mail address? You may like to update it since it doesn't seem to be yours.
Best Regards,
Narcís Calvet / Development & Support Steema Software Avinguda Montilivi 33, 17003 Girona, Catalonia Tel: 34 972 218 797 http://www.steema.com |
Instructions - How to post in this forum |
-
- Newbie
- Posts: 23
- Joined: Wed Jan 12, 2005 5:00 am
- Location: Germany/Chemnitz
- Contact:
-
- Site Admin
- Posts: 14730
- Joined: Mon Jun 09, 2003 4:00 am
- Location: Banyoles, Catalonia
- Contact:
Hi Bert,
Ok, just sent the info.
Ok, just sent the info.
Best Regards,
Narcís Calvet / Development & Support Steema Software Avinguda Montilivi 33, 17003 Girona, Catalonia Tel: 34 972 218 797 http://www.steema.com |
Instructions - How to post in this forum |
TeeChart Beta Test
I would like to submit myself for testing of the TeeChart beta.
I would be willing to test implementing it in a few of our in house utilities. I know that eventually we will be rolling it out to our clients as well.
I would also be interested in the actual cost of upgrading to 8 because we are planning our 2007 budget and I would like to add it into our budget.
Bill
Systems for Beta Testing
Delphi 5 Enterprise
Delphi 8 Enterprise
Delphi 5 Professional
I would be willing to test implementing it in a few of our in house utilities. I know that eventually we will be rolling it out to our clients as well.
I would also be interested in the actual cost of upgrading to 8 because we are planning our 2007 budget and I would like to add it into our budget.
Bill
Systems for Beta Testing
Delphi 5 Enterprise
Delphi 8 Enterprise
Delphi 5 Professional