Search found 9 matches

by LePrince
Fri Feb 26, 2010 7:16 am
Forum: TsiLang Components Suite
Topic: Rescan on every open
Replies: 5
Views: 10183

This sounds promising, would you be willing to share?
Best regards,
Wolfgang
by LePrince
Thu Nov 12, 2009 11:40 am
Forum: TsiLang Components Suite
Topic: Rescan on every open
Replies: 5
Views: 10183

Thanks for the suggestion, Igor. My situation is that at designtime i do not know what the form will look like and the translation editor is called at runtime. So i do not have the chance of excluding all properties i do not want. Some i know and some i don't. But i guess there is little we can do a...
by LePrince
Wed Nov 11, 2009 4:31 pm
Forum: TsiLang Components Suite
Topic: DoNotTranslate
Replies: 1
Views: 5725

DoNotTranslate

Hi, i just found out that excluded Types get displayed in the Translation Editor although they shouldn't (because i excluded them). To solve this add the following line to siTransEditor.pas approx. at line no 1524: if ASiLang.DoNotTranslate.IndexOf(ASiLang.Owner.Components[I].Name) > -1 then Continu...
by LePrince
Tue Nov 10, 2009 10:16 am
Forum: TsiLang Components Suite
Topic: Rescan on every open
Replies: 5
Views: 10183

Rescan on every open

Hi again, hope you are well!

Where is the procedure which re-scans the form every time it is opened? I want to skip this because it takes about 25 seconds which is more than an average user is willing to wait.

Thanks and best wishes,
Wolfgang
by LePrince
Fri Oct 30, 2009 7:13 am
Forum: TsiLang Components Suite
Topic: Translation editor / strings / search
Replies: 2
Views: 6567

Alright, thanks for looking into it!
best wishes, Wolfgang
by LePrince
Tue Oct 27, 2009 4:13 pm
Forum: TsiLang Components Suite
Topic: Translation editor / strings / search
Replies: 2
Views: 6567

Translation editor / strings / search

Greetings, Following procedure lets the search window disappear: i call the translation editor like this: if TransEditorDlg( siLang1, stCaptions, 0, [ sfFull], nil) then siLang1.SaveAllToFile( siLangDispatcher1.FileName, STRING_DELIM); In the editor go to *strings*. In the right panel (where the IDs...
by LePrince
Tue Oct 13, 2009 6:41 am
Forum: TsiLang Components Suite
Topic: Translate source CONST
Replies: 3
Views: 7904

isitcov,

No it does not help. However, i was afraid that you would say something like this and made it already so.

You say: strings that are not affected by translation ...
Q: how do you determine whether a string is affected or not?

Best wishes,
Wolfgang
by LePrince
Mon Oct 12, 2009 2:57 pm
Forum: TsiLang Components Suite
Topic: Translate source CONST
Replies: 3
Views: 7904

Translate source CONST

Hi all, to put it as simple as i can: the processing of the const-section can be improved ;-) i hope that you can help me with this: what i have: const CONST_EMPTYSTR = ''; CONST_SHORTDATEFORMAT = 'dd.MM.yyyy'; CONST_DATESEPERATOR = '.'; CONST_SPACE = ' '; CONST_HOCH = ''''; CONST_KOMMA = ','; CONST...
by LePrince
Wed Aug 26, 2009 10:39 am
Forum: TsiLang Components Suite
Topic: TsiLangTLV and TdxTreeList
Replies: 0
Views: 11514

TsiLangTLV and TdxTreeList

Greetings community, how would you translate a TdxTreeList at runtime? We have a form with a TdxTreeList that is empty. Our customers fill it with information which they are able to define themselves (and then gets stored in a SQL-table). So the app knows only at runtime the contents of the TdxTreeL...