Hi ,
product with D2005 and Teechart PRO vcl7.04
actually i translate my program (frensh original) on English new version.
But in IDE i work whith ITE traductor and referenciel >>OK
if i run with my program (load ressource .ENG dll) >>OK
if Load Form with Teechart component >>ok
But when i use this functions
TeeExport(Self,Chart1); >> Error "ancestor no fount PageControl1"
EditChart(self,Chart1); >> Error "Ressources TchartEditForm no fount
I Think that Translation need ressourcesString in All Editor Teechart. (*.dfm)
How Do ??
Traduction PB
-
- Site Admin
- Posts: 14730
- Joined: Mon Jun 09, 2003 4:00 am
- Location: Banyoles, Catalonia
- Contact:
Hi MD,
The problem is ITE translator is looking for original TeeChart units (TeeChart v4 Standard) when building translation resources. The only workaround we found was to copy TeeChart units to \lib\ folder and rename them to "old" units. For example, copy TeeAreaEdit.dfm to \lib\ folder and rename it to AreaEdit.dfm. There may be other solutions, but they all involve dirty tricks which seem to fool ITE.
The problem is ITE translator is looking for original TeeChart units (TeeChart v4 Standard) when building translation resources. The only workaround we found was to copy TeeChart units to \lib\ folder and rename them to "old" units. For example, copy TeeAreaEdit.dfm to \lib\ folder and rename it to AreaEdit.dfm. There may be other solutions, but they all involve dirty tricks which seem to fool ITE.
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 |
Hi,
I have renamed files and moved files.
I can edit them with the ITE, this is OK.
But at the execution, there's some resources which are not found.
I test several ways but I come back to the same problem at execution.
An example with a little project you can found here :
ftp://anonymous@213.251.187.66/TestTechart.zip
(it will be ok to download it this time )
Execute Project1.exe, click on "Langue", you will see "ok English" at
the right -> the project is in english
Click on "Edit Grapheur" and navigate in the editors, you will see the
message "Resource TFormTee... not found".
Only "Data", "Print", "Chart"/"Series" tabpages work fine.
What is wrong ??
For this example :
TeeAreaEdit.dfm is renamed into AreaEdit.dfm
TeeArrowEdit.dfm .............. ArrowEdi.dfm
TeeAxisIncr.dfm ............... AxisIncr.dfm
TeeAxMaxMin.dfm ............... AxMaxMin.dfm
TeeBarEdit.dfm ................ BarEdit.dfm
TeeBrushDlg.dfm ............... BrushDlg.dfm
TeeBubbleEdit ................. BubblEdi.dfm
TeeCustEdit.dfm ............... CustEdit.dfm
TeeFLineEdi.dfm ............... FLineEdi.dfm
TeeGanttEdi.dfm ............... GanttEdi.dfm
TeeEditCha.dfm ................ IEditCha.dfm
TeePenDlg.dfm ................. PenDlg.dfm
TeePieEdit.dfm ................ PieEdit.dfm
TeeShapeEdi.dfm ............... ShapeEdi.dfm
TeeAbout.dfm is moved but same name
TeeGally.dfm is moved but same name
TeePrevi.dfm is moved but same name
TeExport.dfm is moved but same name
Arnaud Daneels
Sorry for the long message.
edit: I can finally devote all my time to this problem now
I have renamed files and moved files.
I can edit them with the ITE, this is OK.
But at the execution, there's some resources which are not found.
I test several ways but I come back to the same problem at execution.
An example with a little project you can found here :
ftp://anonymous@213.251.187.66/TestTechart.zip
(it will be ok to download it this time )
Execute Project1.exe, click on "Langue", you will see "ok English" at
the right -> the project is in english
Click on "Edit Grapheur" and navigate in the editors, you will see the
message "Resource TFormTee... not found".
Only "Data", "Print", "Chart"/"Series" tabpages work fine.
What is wrong ??
For this example :
TeeAreaEdit.dfm is renamed into AreaEdit.dfm
TeeArrowEdit.dfm .............. ArrowEdi.dfm
TeeAxisIncr.dfm ............... AxisIncr.dfm
TeeAxMaxMin.dfm ............... AxMaxMin.dfm
TeeBarEdit.dfm ................ BarEdit.dfm
TeeBrushDlg.dfm ............... BrushDlg.dfm
TeeBubbleEdit ................. BubblEdi.dfm
TeeCustEdit.dfm ............... CustEdit.dfm
TeeFLineEdi.dfm ............... FLineEdi.dfm
TeeGanttEdi.dfm ............... GanttEdi.dfm
TeeEditCha.dfm ................ IEditCha.dfm
TeePenDlg.dfm ................. PenDlg.dfm
TeePieEdit.dfm ................ PieEdit.dfm
TeeShapeEdi.dfm ............... ShapeEdi.dfm
TeeAbout.dfm is moved but same name
TeeGally.dfm is moved but same name
TeePrevi.dfm is moved but same name
TeExport.dfm is moved but same name
Arnaud Daneels
Sorry for the long message.
edit: I can finally devote all my time to this problem now