Search found 12 matches
- Tue Oct 03, 2006 7:32 pm
- Forum: TsiLang Components Suite
- Topic: Searching entire .sib file in TsiLang Editor
- Replies: 4
- Views: 15649
- Tue Oct 03, 2006 4:03 pm
- Forum: TsiLang Components Suite
- Topic: Searching entire .sib file in TsiLang Editor
- Replies: 4
- Views: 15649
Searching entire .sib file in TsiLang Editor
Is there a way to search for a specific text across the entire .sib file when you have it open in the TsiLang Files Editor?
Often a translator does not know in which specific form a text is located, and you have to search through each and every form until you find it.
Often a translator does not know in which specific form a text is located, and you have to search through each and every form until you find it.
- Thu Apr 27, 2006 12:22 pm
- Forum: TsiLang Components Suite
- Topic: Issues with TsiLang Files Editor
- Replies: 2
- Views: 7446
It was reported by a user on our forum:
http://www.collectorz.com/phpbb2/viewtopic.php?t=5774
Maybe you can ask him directly for more info?
http://www.collectorz.com/phpbb2/viewtopic.php?t=5774
Maybe you can ask him directly for more info?
- Wed Apr 26, 2006 9:14 am
- Forum: TsiLang Components Suite
- Topic: Issues with TsiLang Files Editor
- Replies: 2
- Views: 7446
Issues with TsiLang Files Editor
Users translating our Collectorz.com software have reported the following two issues: 1. In TsiLang Files Editor shortcuts RAlt+a and RAlt+s are bound to editor's functions, while in Polish (and I am sure in some other languages too) they are used for national chracters entry. It's quite uncomfortab...
- Thu Feb 16, 2006 1:45 pm
- Forum: TsiLang Components Suite
- Topic: 6.0.1: Bug in TsiLangDispatcher?
- Replies: 11
- Views: 26933
- Thu Feb 16, 2006 9:24 am
- Forum: TsiLang Components Suite
- Topic: 6.0.1: Bug in TsiLangDispatcher?
- Replies: 11
- Views: 26933
- Tue Feb 14, 2006 5:09 pm
- Forum: TsiLang Components Suite
- Topic: 6.0.1: Bug in TsiLangDispatcher?
- Replies: 11
- Views: 26933
I did check the .sib file with the SILEditor (that's how I added the new language to it), and as far as I can see all units and forms show that language column. How would I 'correct' the sib file in this case? Also, please understand that this is not an exotic problem. We want to be able to have use...
- Tue Feb 14, 2006 2:10 pm
- Forum: TsiLang Components Suite
- Topic: 6.0.1: Bug in TsiLangDispatcher?
- Replies: 11
- Views: 26933
OK, but I get an ELanguageError after running this code. It happens when the .sib file has more languages than are defined design-time. The LoadAllFromFile completes OK, but when I later set the LangDispatcher.ActiveLanguage property to the new value, I get the error message because one of the TsiLa...
- Tue Feb 14, 2006 1:47 pm
- Forum: TsiLang Components Suite
- Topic: 6.0.1: Bug in TsiLangDispatcher?
- Replies: 11
- Views: 26933
OK; in the same method I also noticed if FSIComponents.Count > 0 then begin FLangNames.Assign(TsiCustomLang(FSIComponents[0]).FLangNames); FNumOfLanguages := TsiCustomLang(FSIComponents[0]).NumOfLanguages; end; should that not be if FSIComponents.Count > 0 then begin LangNames.Assign(TsiCustomLang(F...
- Tue Feb 14, 2006 1:05 pm
- Forum: TsiLang Components Suite
- Topic: 6.0.1: Bug in TsiLangDispatcher?
- Replies: 11
- Views: 26933
6.0.1: Bug in TsiLangDispatcher?
In procedure TsiLangDispatcher.LoadAllFromFile (in siComp.pas), there is a code section that reads
should that not be
?
Code: Select all
for I := 0 to FSIComponents.Count - 1 do
TsiCustomLang(FSIComponents[0]).Loaded;
Code: Select all
for I := 0 to FSIComponents.Count - 1 do
TsiCustomLang(FSIComponents[I]).Loaded;
- Wed Feb 08, 2006 3:38 pm
- Forum: TsiLang Components Suite
- Topic: Adding other CONST after "Modifying source"
- Replies: 11
- Views: 22396
- Wed Feb 08, 2006 1:02 pm
- Forum: TsiLang Components Suite
- Topic: Adding other CONST after "Modifying source"
- Replies: 11
- Views: 22396