Search found 2385 matches

by isiticov
Fri Feb 13, 2004 5:37 am
Forum: TsiLang Components Suite
Topic: Is GetTextOrDefault thread safe?
Replies: 2
Views: 7105

Yes it is thread safe since it will only read from translations list. So you can use it in threads as well.
by isiticov
Fri Feb 13, 2004 5:35 am
Forum: TsiLang Components Suite
Topic: Found String Constants
Replies: 3
Views: 7827

Yes, of course you have to be sure that there are no already any string with new ID which may become after changing start ID.
by isiticov
Thu Feb 12, 2004 8:07 pm
Forum: TsiLang Components Suite
Topic: New Comment ;)
Replies: 5
Views: 10309

To exclude directly from list should be used popup menu or Delete button on toolbar.
To include any line for scanning in sources which is inclosed in {TSI: IGNORE ON/OFF} block you should "turn OFF" before this line and "turn ON" after this line. This is the only way for this.
by isiticov
Thu Feb 12, 2004 8:04 pm
Forum: TsiLang Components Suite
Topic: Found String Constants
Replies: 3
Views: 7827

No, same strings get same ID automatically. To change this you will need manually change the ID in respective column.
When you use Start ID all IDs will be rearranged automatically and there is nothing wrong if you change IDs.
by isiticov
Thu Feb 12, 2004 5:37 am
Forum: TsiLang Components Suite
Topic: New Comment ;)
Replies: 5
Views: 10309

To exclude some strings in sources from being found when scanning with Expert could be used "ignore" tags: {TSI:IGNORE}, {TSI:IGNORE ON}, and {TSI:IGNORE OFF} (for Delphi). To exclude found string just from Found Strings Form you can just delete it and it won't be replaced. Is this what is...
by isiticov
Wed Feb 11, 2004 1:26 pm
Forum: TsiLang Components Suite
Topic: Comments to improve TsiLang....
Replies: 3
Views: 8253

We will try to improve this. Thanks.
by isiticov
Wed Feb 11, 2004 5:45 am
Forum: TsiLang Components Suite
Topic: Maybe a minor bug
Replies: 1
Views: 5935

When switching languages TsiLang won't call any your procedure call, instead placed in OnChangeLanguage event. In order to translate label's caption you can just use Captions property of TsiLang which responds for translating all captions. In case you need manually translate Caption property or anyt...
by isiticov
Wed Feb 11, 2004 5:39 am
Forum: TsiLang Components Suite
Topic: How to do "{TSI:IGNORE}" in CBuilder
Replies: 1
Views: 6133

IGNORELINE = '/*TSI:IGNORE*/';
STARTIGNORE = '/*TSI:IGNORE ON*/';
STOPIGNORE = '/*TSI:IGNORE OFF*/';
by isiticov
Wed Feb 11, 2004 5:38 am
Forum: TsiLang Components Suite
Topic: Comments to improve TsiLang....
Replies: 3
Views: 8253

When you're using source translation feature there is found all strings presented in sources on-by-one and ID is generated sequentially. When you have used to delete some strings in "Found Strings" window, there is possible to re-order ID using Start ID command from popup-menu, then IDs wi...
by isiticov
Wed Feb 11, 2004 5:35 am
Forum: TsiLang Components Suite
Topic: DevExpress or Me and my ignorance?
Replies: 1
Views: 6287

You can use ExtendedTranslations property to translate such kind of properties.
In next version there will be added the better support for such properties of Developer Express components.
by isiticov
Mon Feb 09, 2004 4:36 pm
Forum: TsiLang Components Suite
Topic: TsiLang Components Suite usable with Borland C++ BuilderX ?
Replies: 3
Views: 8964

I can't say anything concrete now about this subject. May be yes, but for sure not in the near future.
by isiticov
Mon Feb 09, 2004 11:25 am
Forum: TsiLang Components Suite
Topic: TsiLang Components Suite usable with Borland C++ BuilderX ?
Replies: 3
Views: 8964

No, TsiLang Components Suite wasn't ported to Borland C++BuilderX. Currently supported IDEs are:
1. Borland Delphi 3-7
2. Borland C++Builder 3-6
3. Borland Kylix 1-3
by isiticov
Fri Feb 06, 2004 5:24 pm
Forum: TsiLang Components Suite
Topic: About ProgressBar and TsiLang
Replies: 1
Views: 6492

In case you're loading all forms at once forms one by one you can put progress bar update calls between calling the load methos.
by isiticov
Fri Feb 06, 2004 5:22 pm
Forum: TsiLang Components Suite
Topic: Populating TsiLangRT without opening the Form at designtime!
Replies: 1
Views: 6599

There is BuildList method. Which populates the translations lists. You can just call it at run-time and this will be enough.
by isiticov
Fri Feb 06, 2004 5:21 pm
Forum: TsiLang Components Suite
Topic: EStringListError
Replies: 1
Views: 6682

Some users have the same problem and the reason was incorrectly compiled files. Please be sure that there are no "old" files on your drive. May be some dcp, bpl, obj, lib or tds files are not up to date.