Search found 71 matches

by gaivans
Mon Mar 03, 2003 10:10 am
Forum: TsiLang Components Suite
Topic: *Help* New User about to translate large project
Replies: 2
Views: 12428

Hello, First, we would recommend you download the User's Guide http://www.sicomponents.com/soft/siManual.pdf if you have not got it. It contains a lot of useful information and tips. With respect to a type of TsiLang components to use. If you do not want to give your users the possibility to edit tr...
by gaivans
Tue Feb 25, 2003 7:34 am
Forum: TsiLang Components Suite
Topic: Can't install 5.2.2 in BCB 5 Pro.
Replies: 4
Views: 16220

Hello,

You need to adjust paths to sources in the project files "TsiLang_CB5.BPK"
and "TsiLang_CB5.cpp". Please, remove from the both files the string "..\SiLang_CB5", and the recompile the project. Or you can just download the archive from our site.
by gaivans
Thu Feb 13, 2003 12:30 pm
Forum: TsiLang Components Suite
Topic: Listindex exceeded, cant use TsiLang
Replies: 2
Views: 12604

Hello, It is possible that some old .dcu files from the trial version remain in the TsiLang directory. We recommend you to open and re-build (!) the TsiLang_DN.dpk, or even better, uninstall the suite, remove all files from the TsiLang directory and then run sisetup.exe again. It is also may be usef...
by gaivans
Thu Feb 06, 2003 10:28 am
Forum: TsiLang Components Suite
Topic: Version Number
Replies: 4
Views: 13027

Hello,

It is possible to select multiple cells in the Translation Editor using Shift+Arrow (Left, Right, Top, Bottom). And there are also common shortcuts: Ctrl+Ins - Copy, Shift+Del - Cut, and Shift+Ins - Paste.
by gaivans
Thu Feb 06, 2003 8:26 am
Forum: TsiLang Components Suite
Topic: Version Number
Replies: 4
Views: 13027

Re: Version Number

Hello, Hi, I just downloaded v 5.2.2 Before runing the setup I uninstalled v 5.2.1, removed it from the installed packages, then deleted everything with TsiLang in it. I then ran the setup (which said it was v 5.2.2), compiled and installed it. But the Expert and all the components still show v 5.2....
by gaivans
Fri Jan 31, 2003 3:42 pm
Forum: TsiLang Components Suite
Topic: Languages are removed when opening form
Replies: 3
Views: 13515

Hello, We could not reproduce the problem in the framework of the version 5.2.1. Do you use a TsiLangDispatcher in your project? Possibly, the TsiLang on DataModule is linked to a Dispatcher that have no languages defined (Language N1 only). If you can reproduce the situation on a small test project...
by gaivans
Thu Jan 16, 2003 3:44 pm
Forum: TsiLang Components Suite
Topic: IntraWeb : how to dispatch?
Replies: 6
Views: 20541

Hello,

We cannot reproduce the problem. Could you send us that project you have tested? Otherwise you can download our small test project from
http://www.sicomponents.com/soft/IW_SiLang.zip and compare with yours.
by gaivans
Thu Jan 16, 2003 3:20 pm
Forum: TsiLang Components Suite
Topic: TsiLang component in .dfm file
Replies: 3
Views: 14409

Hello, We would recommend you using the Dictionary Manager. For example, you enter translations in Translation Editor for FormB (as this child form contains all FormA's controls as well own ones).After that select from the menu "Dictionary|Add All" or press the toolbutton "Add All to ...
by gaivans
Thu Jan 16, 2003 8:23 am
Forum: TsiLang Components Suite
Topic: TsiLang component in .dfm file
Replies: 3
Views: 14409

Hello, > Hi, I'm using v5.2.0. Is there a way to store silang1.TranslationData within the .dfm file using text mode (as it was with previous versions) ? The binary mode was introduced to protect strings from encoding corruption by the IDE's editor. If you need make any manipulations directly with th...
by gaivans
Thu Jan 09, 2003 10:37 am
Forum: TsiLang Components Suite
Topic: TFrame: Inherited TsiLangLinked problem
Replies: 1
Views: 9981

Hello,

we have fixed this issue and will update the code in the next version release. If you need the patch promptly, please contact us at support@sicomponents.com

Best regards,
Serghei Gaivan
by gaivans
Thu Dec 05, 2002 8:32 am
Forum: TsiLang Components Suite
Topic: Extracting strings from a TsiLangLinked
Replies: 1
Views: 10809

Extracting string value

Hello, You can use the method: function TsiCustomLang.GetStringValue(AStrings: pStrings; AName: TString; ALang: integer): TString; where AStrings is the pointer to strings data (@Captions, @Hints, etc), AName is a string identifier, and ALang is the number of language to be extracted. For example, a...