Dear Narcis
Does the latest TeeTree, as offerred gratis with the latest Teechart for Delphi 2009, offer Unicode support? From the version history webpage I assume not. Could you please give us an indication on when a Unicode-enabled Teetree release may be available?
Best wishes
Atheling
Search found 4 matches
- Thu Feb 26, 2009 4:38 pm
- Forum: VCL
- Topic: TeeTree and Delphi 2009
- Replies: 1
- Views: 8626
- Sun Jun 03, 2007 5:46 pm
- Forum: VCL
- Topic: TeeChart VCL and Unicode?
- Replies: 5
- Views: 13252
Work-around for no unicode support
Is there a way of knowing where the e.g. chart title & axis labels are being draw at any given time (e.g. after zoom), so that one can position the unicode correctly? In other words, can I tie the unicode text to the correct position on the canvas? From your example, that would mean knowing x & y in...
- Wed May 31, 2006 8:51 pm
- Forum: VCL
- Topic: DblClick TseriesMarks
- Replies: 2
- Views: 5789
Many thanks
Works like a charm
Thank you very much, Pep
Thank you very much, Pep
- Fri May 26, 2006 6:12 am
- Forum: VCL
- Topic: DblClick TseriesMarks
- Replies: 2
- Views: 5789
DblClick TseriesMarks
I'd like to open a form after double clicking on a series mark of any series in a multi-series chart. The MarkText determines the content of the edit box on the form. Clicking the mark does not give me access to the MarkText. Only the index is returned using the clicked method of TSeriesMarks, which...