Narcis,
If I buy a source code version, can you give me a hot fix for this missing legend problem?
Chula.
Search found 23 matches
- Tue Nov 30, 2010 4:04 pm
- Forum: VCL
- Topic: Custom Legend is missing
- Replies: 3
- Views: 3031
- Wed Sep 01, 2010 2:36 am
- Forum: VCL
- Topic: Minor bug in v2010
- Replies: 1
- Views: 2278
Minor bug in v2010
Just to report a minor bug on v2010 which maybe no one care about. When drop a new TChart on a Form, TChart will generate random data whenever you add a new series. When you execute the applications, the newly created TChart show empty chart but correct legend. To work around this, bring up Editor a...
- Fri Aug 27, 2010 9:26 am
- Forum: VCL
- Topic: Any ETA for v2010 maintanence release?
- Replies: 17
- Views: 11142
Re: Any ETA for v2010 maintanence release?
So, if I buy a source code version, you can provide me the latest fixes?
- Sat Aug 14, 2010 5:06 pm
- Forum: VCL
- Topic: Any ETA for v2010 maintanence release?
- Replies: 17
- Views: 11142
Re: Any ETA for v2010 maintanence release?
I can see your points but these could not help a customer. Many quick fixes of well-known products require manual removal of old files and replacement of new files, or even hot fixes released with known-issues. You have to understand that many of your customers use only a portion of TeeChart feature...
- Fri Aug 13, 2010 5:53 pm
- Forum: VCL
- Topic: Any ETA for v2010 maintanence release?
- Replies: 17
- Views: 11142
Re: Any ETA for v2010 maintanence release?
Honestly speaking, anyone trace the dates of this post will realize your support quality and the ability to help a customer. You may want to seriously rethink your support service, or remove this post. This is not a problem when there are bugs in your product as long as you can fix them fast. You sh...
- Fri Aug 13, 2010 5:41 pm
- Forum: VCL
- Topic: Any ETA for v2010 maintanence release?
- Replies: 17
- Views: 11142
Re: Any ETA for v2010 maintanence release?
Okay, now reach a full 4 months, and I still can not use v2010 due to the pie bugs. Why don't you provide me something like beta release, rather to keep me "paid for nothing"? I am being blamed by my boss everyday and it is caused by you.
- Mon Jul 19, 2010 2:38 am
- Forum: VCL
- Topic: Any ETA for v2010 maintanence release?
- Replies: 17
- Views: 11142
Re: Any ETA for v2010 maintanence release?
I checked my invoice date, it was April 14, totally 3 months form now, no sign of fixes available. Can you sure if I bought one souce version, I could get the fixed sources (hot fixes) immediately and apply the compiled dcu and dpl to my previosu 5 licenses? I already lost 1 quarter of warranty I su...
- Fri Jul 02, 2010 4:39 pm
- Forum: VCL
- Topic: Any ETA for v2010 maintanence release?
- Replies: 17
- Views: 11142
Re: Any ETA for v2010 maintanence release?
My 5 licenses of TChart 2010 was bought in April but still could not be used due to the bugs. I felt the bug-fixing speed was too slow, could not help customers much
- Thu Jun 10, 2010 3:15 am
- Forum: VCL
- Topic: Any ETA for v2010 maintanence release?
- Replies: 17
- Views: 11142
Re: Any ETA for v2010 maintanence release?
Please allow me to ask this ETA again
- Sat May 15, 2010 2:15 am
- Forum: VCL
- Topic: Any ETA for v2010 maintanence release?
- Replies: 17
- Views: 11142
Re: Any ETA for v2010 maintanence release?
Will you consider posting some kind of hotfixes instead of a full patch? In my case only the 3D pie chart gradient not matching the legend colors blocking me from update. If you had fixed the gradient problem, will you release some update units?
- Fri May 14, 2010 12:45 pm
- Forum: VCL
- Topic: Any ETA for v2010 maintanence release?
- Replies: 17
- Views: 11142
Re: Any ETA for v2010 maintanence release?
okay, I have been patiently and silently waiting for a month (good customer huh? )
Any ETA for v2010 maintenance? I still could not use it yet
Any ETA for v2010 maintenance? I still could not use it yet
- Tue Apr 27, 2010 4:34 am
- Forum: VCL
- Topic: Any ETA for v2010 maintanence release?
- Replies: 17
- Views: 11142
Any ETA for v2010 maintanence release?
Because I really much want to use HTML lable and inside-bar label . The 3D Gradient bug of Pie Charts blocked me upgrade my project tp v2010
- Tue Apr 27, 2010 4:16 am
- Forum: VCL
- Topic: 3D Pie Chart boundary is very ugly on v2010
- Replies: 8
- Views: 5781
Re: 3D Pie Chart boundary is very ugly on v2010
I only have the paid version and downloaded only once.Are you using the TeeChart v2010 that is actually downloadable (eval or pro) or are you using a previous beta?
- Wed Apr 21, 2010 3:47 am
- Forum: VCL
- Topic: 3D Pie Chart boundary is very ugly on v2010
- Replies: 8
- Views: 5781
Re: 3D Pie Chart boundary is very ugly on v2010
Attached please find an example. Created with Delphi 2009 + TeeChart Pro v2010.
Please also ntoe that the Pie Chart in runtime does not fully follow the settings during design-time, like 3D elevation, it changes on its own way. Please fix it also.
Adding GDI+ did not help the boundary smoothness.
Please also ntoe that the Pie Chart in runtime does not fully follow the settings during design-time, like 3D elevation, it changes on its own way. Please fix it also.
Adding GDI+ did not help the boundary smoothness.
- Tue Apr 20, 2010 4:10 am
- Forum: VCL
- Topic: v8.06 vs v8.07 Data Table issue
- Replies: 6
- Views: 4309
Re: v8.06 vs v8.07 Data Table issue
My temporary solution is add these two statement everytime I change or enlarge the chart: Chart1.BottomAxis.MinimumOffset := 0; Chart1.BottomAxis.MaximumOffset := 0; So, the problem was not related to the Data Table. v8.07 will alter the above two properties automatically. Sometimes even I set it in...