This sounds promising, would you be willing to share?
Best regards,
Wolfgang
Search found 9 matches
- Fri Feb 26, 2010 7:16 am
- Forum: TsiLang Components Suite
- Topic: Rescan on every open
- Replies: 5
- Views: 12886
- Thu Nov 12, 2009 11:40 am
- Forum: TsiLang Components Suite
- Topic: Rescan on every open
- Replies: 5
- Views: 12886
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...
- Wed Nov 11, 2009 4:31 pm
- Forum: TsiLang Components Suite
- Topic: DoNotTranslate
- Replies: 1
- Views: 6816
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...
- Tue Nov 10, 2009 10:16 am
- Forum: TsiLang Components Suite
- Topic: Rescan on every open
- Replies: 5
- Views: 12886
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
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
- Fri Oct 30, 2009 7:13 am
- Forum: TsiLang Components Suite
- Topic: Translation editor / strings / search
- Replies: 2
- Views: 8293
- Tue Oct 27, 2009 4:13 pm
- Forum: TsiLang Components Suite
- Topic: Translation editor / strings / search
- Replies: 2
- Views: 8293
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...
- Tue Oct 13, 2009 6:41 am
- Forum: TsiLang Components Suite
- Topic: Translate source CONST
- Replies: 3
- Views: 9782
- Mon Oct 12, 2009 2:57 pm
- Forum: TsiLang Components Suite
- Topic: Translate source CONST
- Replies: 3
- Views: 9782
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...
- Wed Aug 26, 2009 10:39 am
- Forum: TsiLang Components Suite
- Topic: TsiLangTLV and TdxTreeList
- Replies: 0
- Views: 13623
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...