You're welcom.
BTW Would it be possible, beside the complete installer, that you also make the revised ocx-file available for distributing maintenance releases?
I remember that you did this with earlier releases of TC.
TIA
Jack
Search found 6 matches
- Sat Sep 17, 2011 9:38 pm
- Forum: ActiveX
- Topic: 2010.0.0.4 shows japanes/korean charakters
- Replies: 11
- Views: 17356
- Tue Sep 06, 2011 4:58 pm
- Forum: ActiveX
- Topic: 2010.0.0.4 shows japanes/korean charakters
- Replies: 11
- Views: 17356
Re: 2010.0.0.4 shows japanes/korean charakters
Hi Yeray,
Thanks, That did the trick.
But it makes me wonder why TC behaved this way. It never did this before.
Greetings,
Jack
Thanks, That did the trick.
But it makes me wonder why TC behaved this way. It never did this before.
Greetings,
Jack
- Mon Sep 05, 2011 5:08 pm
- Forum: ActiveX
- Topic: 2010.0.0.4 shows japanes/korean charakters
- Replies: 11
- Views: 17356
Re: 2010.0.0.4 shows japanes/korean charakters
Hi Yeray,
Well, the only thing i did was to uninstall the previous version (2010.0.03). After that i installed the new version.
It behaves the same under design and runtime.
When running the feature demo (new series, rose, edit) it also shows japanese/korean (see attachment).
Greetings,
Jack
Well, the only thing i did was to uninstall the previous version (2010.0.03). After that i installed the new version.
It behaves the same under design and runtime.
When running the feature demo (new series, rose, edit) it also shows japanese/korean (see attachment).
Greetings,
Jack
- Fri Sep 02, 2011 6:36 pm
- Forum: ActiveX
- Topic: 2010.0.0.4 shows japanes/korean charakters
- Replies: 11
- Views: 17356
Re: 2010.0.0.4 shows japanes/korean charakters
BTW the OCX (TeeChart2011.ocx) shows under properties, details, file version: 2010.0.0.3 !
- Fri Sep 02, 2011 6:31 pm
- Forum: ActiveX
- Topic: 2010.0.0.4 shows japanes/korean charakters
- Replies: 11
- Views: 17356
2010.0.0.4 shows japanes/korean charakters
Like the title says. I donwloaded the latest TC2010.0.0.4 and installed it.
Now the editor is not in english but, i guess, japanes or korean.
What is wrong here?
Greetings
Jack
Now the editor is not in english but, i guess, japanes or korean.
What is wrong here?
Greetings
Jack
- Mon Feb 07, 2011 4:16 pm
- Forum: ActiveX
- Topic: Add data to errorseries
- Replies: 4
- Views: 7966
Add data to errorseries
Hi, In V8 the following code (just for demonstration purposes) worked fine : SELF:oDCTC:AddSeries(scError) otemp2:=SELF:oDCTC:Series(SELF:oDCTC:SeriesCount-1) For i:=1 to 10 otemp2:AsError:AddErrorBar(i, i*10, i*0.1, 'Test', clTeeColor) next i I recently migrated to V2010 and I get an error on : ote...