Hallo Sieghard,

> as you might have seen by the "ideU" example.

I have tested your last formscanner_experimental_2.zip project.

Wow, kind of magical that it can scan and translate the captions of all the 
forms **without** the need to assign the new caption for each widget, like I 
did in ideU.

In the test all the froms are translated correctly there is only the main menu 
where the items are not translated (maybe I missed something).

Maybe (this is a litle detail), instead of
PROCEDURE ShowFormItems (CONST FormName: string = '') that uses  "writeln()",
transform it into
FUNCTION ShowFormItems (CONST FormName: string = ''): string;
And replace all the "writeln('xyz')" by "result := result + 'xyz' + #10#13"".
This to be compatible for Windows GUI applications.
But this is maybe for the end, when all is working perfectly.

Anyway your formscanner is very impressive.

I will be out of computer for some time but will come back asap.

Have perfect days.

Fre;D
_______________________________________________
mseide-msegui-talk mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/mseide-msegui-talk

Reply via email to