Search found 13 matches

by tomtom62
Mon Aug 02, 2004 6:02 am
Forum: TsiLang Components Suite
Topic: Exception "EClassnotFound"
Replies: 3
Views: 7907

Thanks,

that has helped. Would it make sense to add silnglnk to the whole project ?

Regards

Thomas
by tomtom62
Sun Aug 01, 2004 7:18 am
Forum: TsiLang Components Suite
Topic: Exception "EClassnotFound"
Replies: 3
Views: 7907

Exception "EClassnotFound"

Hi, its me again -) I added a new form to my project , added a TSilang Component to it and assigned the component to my global Dispatcher. I also saved the translation of the form to a .sib file and merged it with my project .sib file to have all the translations in one file. While trying to load th...
by tomtom62
Thu Jul 29, 2004 5:20 pm
Forum: TsiLang Components Suite
Topic: Dynamic language
Replies: 8
Views: 12669

Hi, which details do you need ?. I won't do it again as it took me quite a while to go through all forms, had to open them, ignore the errormessages and had to create the whole project again (compile only (F9) wasn t enough). What happened was: The languagenames are no longer assigned to some of the...
by tomtom62
Thu Jul 29, 2004 3:39 pm
Forum: TsiLang Components Suite
Topic: Language N1 and N2 in one form
Replies: 2
Views: 6821

Hi,

got it, thanks..

Thomas
by tomtom62
Wed Jul 28, 2004 6:05 pm
Forum: TsiLang Components Suite
Topic: Language N1 and N2 in one form
Replies: 2
Views: 6821

Language N1 and N2 in one form

Hi, I have a .sib file, which consists of two languages "Deutsch" and "Englisch". It is the same for 49 forms, except for one, which has in the .sib file only the languages "Language N1" and "Language N2". This is only in the .sib file, not in the form itself....
by tomtom62
Wed Jul 28, 2004 5:25 pm
Forum: TsiLang Components Suite
Topic: Dynamic language
Replies: 8
Views: 12669

adding the content of the .sib file to the project does not work. I did it twice withe the result, that I have toe reopen each form (50 !) to assign the language names back. There are also all translation infos gone. All I have now is a .sib file which contains all the translation infos and an "...
by tomtom62
Fri Jul 23, 2004 5:21 pm
Forum: TsiLang Components Suite
Topic: Dynamic language
Replies: 8
Views: 12669

Hi,

I'm using a .sib file for the whole project. Is there any chance to add the content of the .sib file "back" to the project, so that the translations are stored in the source of the project again ?

Thomas
by tomtom62
Fri Jul 23, 2004 4:50 pm
Forum: TsiLang Components Suite
Topic: Dynamic language
Replies: 8
Views: 12669

Thanks, it was an awful job to assign the dispatcher to all 50 forms ,but -).

How can I exclude Fonts, Charsets,Displaylabels in general for the whole project ?

Any chance to exclude e.g. all components of type IB_QUERY from translation ?

Thomas
by tomtom62
Thu Jul 22, 2004 4:38 pm
Forum: TsiLang Components Suite
Topic: Dynamic language
Replies: 8
Views: 12669

Dynamic language

Hi, your advice (Define default directory) has worked, thanks for it. I also tried the dynamic language example, which seems to work as expected, but: 1. I have to connect 50 tsilang components to one dispatcher. How could this be done without opening all 50 forms ? 2. I created a .sib file from the...
by tomtom62
Tue Jul 20, 2004 6:08 pm
Forum: TsiLang Components Suite
Topic: Define default dictionary ?
Replies: 5
Views: 10339

Thanks, will try it.. :D
by tomtom62
Tue Jul 20, 2004 5:53 pm
Forum: TsiLang Components Suite
Topic: Define default dictionary ?
Replies: 5
Views: 10339

Just one quick question:

Do I have to do

Code: Select all

siLangDispatcher1.LoadAllFromFile(siLangRTSE1.SILFile);
for every form or only in mainform ?.
by tomtom62
Tue Jul 20, 2004 5:49 pm
Forum: TsiLang Components Suite
Topic: Define default dictionary ?
Replies: 5
Views: 10339

Thanks for help. I ll download the demo and will try to figure out, what it does..
by tomtom62
Tue Jul 20, 2004 12:08 pm
Forum: TsiLang Components Suite
Topic: Define default dictionary ?
Replies: 5
Views: 10339

Define default dictionary ?

I'm a registered user since 2001, but I only did some trivial translations yet. I have to translate a given project from German to English but found some "problems", which I'm unable to solve yet. 1. How can I assign a dictionary to a project ?. I have created a certain dictionary but ever...