Search found 13 matches

by pls
Sat Sep 09, 2006 3:07 am
Forum: TsiLang Components Suite
Topic: TsiLangLinked not being created when form is loaded
Replies: 3
Views: 7433

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 ...
by pls
Fri Sep 08, 2006 2:55 am
Forum: TsiLang Components Suite
Topic: TsiLangLinked not being created when form is loaded
Replies: 3
Views: 7433

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 ...
by pls
Wed Mar 10, 2004 9:24 am
Forum: TsiLang Components Suite
Topic: Depends on system code page?
Replies: 4
Views: 9258

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...
by pls
Tue Mar 09, 2004 12:24 am
Forum: TsiLang Components Suite
Topic: Depends on system code page?
Replies: 4
Views: 9258

Neglected to say that all of my Greek specifies GREEK_CHARSET and all my my English text specifies ANSI_CHARSET. Nothing uses the default.
by pls
Tue Mar 09, 2004 12:19 am
Forum: TsiLang Components Suite
Topic: Depends on system code page?
Replies: 4
Views: 9258

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 "...
by pls
Fri Feb 13, 2004 9:17 am
Forum: TsiLang Components Suite
Topic: What to do with a translated .sil file?
Replies: 3
Views: 8496

By the way, any idea why cut from Word and paste into the tsiLand Expert doesn't work? The pasted string is mostly question marks.

++PLS
by pls
Fri Feb 13, 2004 9:14 am
Forum: TsiLang Components Suite
Topic: Is GetTextOrDefault thread safe?
Replies: 2
Views: 7188

Well, not exactly. tsiLang supports switching languages on the fly. I haven't checked, but I'm guessing that it changes the string lists. Granted it's not a frequent operation, but experience with multi-threaded apps teaches me that the one you think is least likely is the one that get you. ++PLS
by pls
Fri Feb 13, 2004 9:08 am
Forum: TsiLang Components Suite
Topic: Static string tables
Replies: 2
Views: 7413

Of course. I didn't make the connection with you Pascal code example.

Thanks
by pls
Fri Feb 13, 2004 9:07 am
Forum: TsiLang Components Suite
Topic: What to do with a translated .sil file?
Replies: 3
Views: 8496

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...
by pls
Fri Feb 13, 2004 5:12 am
Forum: TsiLang Components Suite
Topic: What to do with a translated .sil file?
Replies: 3
Views: 8496

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...
by pls
Thu Feb 12, 2004 11:09 pm
Forum: TsiLang Components Suite
Topic: Static string tables
Replies: 2
Views: 7413

Static string tables

How do you handle static string tables that should be translated. As in
static char const *Action[] =
{ "One", "Two", "Three", ...};
by pls
Thu Feb 12, 2004 10:27 pm
Forum: TsiLang Components Suite
Topic: Is GetTextOrDefault thread safe?
Replies: 2
Views: 7188

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?
by pls
Wed Feb 11, 2004 12:34 am
Forum: TsiLang Components Suite
Topic: How to do "{TSI:IGNORE}" in CBuilder
Replies: 1
Views: 6185

How to do "{TSI:IGNORE}" in CBuilder

How do you do the equivalent of {TSI:IGNORE} in CBuilder :?:

Thanks