Search found 13 matches
- Sat Sep 09, 2006 3:07 am
- Forum: TsiLang Components Suite
- Topic: TsiLangLinked not being created when form is loaded
- Replies: 3
- Views: 8724
I've checked both of those. This is a very simple form so I can be sure I'm not doing those things. If you will email me at the address on my profile, I will respond by mailing you the form and the code that creates it. There isn't that much. I also just checked in the constructor of my form object ...
- Fri Sep 08, 2006 2:55 am
- Forum: TsiLang Components Suite
- Topic: TsiLangLinked not being created when form is loaded
- Replies: 3
- Views: 8724
TsiLangLinked not being created when form is loaded
I'm using TSILang 6.02 and CBuilder 6. I have one form in my application that has a problem. This form is not automatically created, but is created by the application on demand with a new and displayed with ShowModal. This form contains a TsiLangLinked component whose Dispatcher and CommonContainer ...
- Wed Mar 10, 2004 9:24 am
- Forum: TsiLang Components Suite
- Topic: Depends on system code page?
- Replies: 4
- Views: 11587
My problems are mostly with the captions on TLabel controls. Bearing in mind that I am running the same exe on the same system with only the system default locale changed and see Greek in the Greek locale and many question marks in the English locale. I can also do this: Starting with the system set...
- Tue Mar 09, 2004 12:24 am
- Forum: TsiLang Components Suite
- Topic: Depends on system code page?
- Replies: 4
- Views: 11587
- Tue Mar 09, 2004 12:19 am
- Forum: TsiLang Components Suite
- Topic: Depends on system code page?
- Replies: 4
- Views: 11587
Depends on system code page?
I have a problem and not much time left to solve it. I'm translating a program so that it will work in both Englich and Greek. It now works fine when the system locale is set to Greek. When the system locale is set to English, all the greek text comes out with lots of question marks, like this "...
- Fri Feb 13, 2004 9:17 am
- Forum: TsiLang Components Suite
- Topic: What to do with a translated .sil file?
- Replies: 3
- Views: 10168
- Fri Feb 13, 2004 9:14 am
- Forum: TsiLang Components Suite
- Topic: Is GetTextOrDefault thread safe?
- Replies: 2
- Views: 8418
- Fri Feb 13, 2004 9:08 am
- Forum: TsiLang Components Suite
- Topic: Static string tables
- Replies: 2
- Views: 9104
- Fri Feb 13, 2004 9:07 am
- Forum: TsiLang Components Suite
- Topic: What to do with a translated .sil file?
- Replies: 3
- Views: 10168
Yes, I can open the file in the editor and it looks fine. I did notice one thing. If I enter translations in the Expert in the BCB IDE, they go away after I load the .sil file, but the translations from the sil fle are not put in place. I've looked at the .sil file and it seems fine. The entries tha...
- Fri Feb 13, 2004 5:12 am
- Forum: TsiLang Components Suite
- Topic: What to do with a translated .sil file?
- Replies: 3
- Views: 10168
What to do with a translated .sil file?
I saved all strings from my CBuilder6 project to a .sil file and had it translated. Now I'm wondering what to do with the sil file. I opened CBuilder, went into the TsiLang expert, and tried both "Load project" and "Merge Project" and selecting the translated .sil file. Neither o...
- Thu Feb 12, 2004 11:09 pm
- Forum: TsiLang Components Suite
- Topic: Static string tables
- Replies: 2
- Views: 9104
Static string tables
How do you handle static string tables that should be translated. As in
static char const *Action[] =
{ "One", "Two", "Three", ...};
static char const *Action[] =
{ "One", "Two", "Three", ...};
- Thu Feb 12, 2004 10:27 pm
- Forum: TsiLang Components Suite
- Topic: Is GetTextOrDefault thread safe?
- Replies: 2
- Views: 8418
Is GetTextOrDefault thread safe?
Can it be called from more than one thread?
I have a source component without a form that runs in its own thread. How can I handle strings in this component?
I have a source component without a form that runs in its own thread. How can I handle strings in this component?
- Wed Feb 11, 2004 12:34 am
- Forum: TsiLang Components Suite
- Topic: How to do "{TSI:IGNORE}" in CBuilder
- Replies: 1
- Views: 7171
How to do "{TSI:IGNORE}" in CBuilder
How do you do the equivalent of {TSI:IGNORE} in CBuilder
Thanks

Thanks