Search found 71 matches

by gaivans
Mon Apr 28, 2003 10:49 am
Forum: TsiLang Components Suite
Topic: Is it possible to translate everything ?
Replies: 2
Views: 11581

Hello, 1) Yes, it is possible. That strings are stored as resourcestrings in your application. And if some of them to be translated in your application you need set the property "HandleResourceStrings = True" of corresponding TsiLang components as well to add required strings to translatio...
by gaivans
Fri Apr 25, 2003 10:17 am
Forum: TsiLang Components Suite
Topic: Apache Server 2.0 TsiLang Components
Replies: 4
Views: 14044

Hello, The matter is that the variable QForm.Application: TApplication is used in the following situations: 1) In the MessageDlg and MessageDlgPos methods of TsiCustomLang; 2) In the TsiFormStorage component; 3) In the design-time editors of TsiCustomLang components (through QRegistry); 4) In the ru...
by gaivans
Fri Apr 25, 2003 7:09 am
Forum: TsiLang Components Suite
Topic: Apache Server 2.0 TsiLang Components
Replies: 4
Views: 14044

Hello,

What type of TsiLang do you use?
by gaivans
Thu Apr 24, 2003 2:09 pm
Forum: TsiLang Components Suite
Topic: Access violation when calling EditProperty EditAll of LangRT
Replies: 7
Views: 20130

Hello, Do you create a component derived from TsiLangRT? Then, "GetClass" returns nothing and it causes an AV at the line: FComp := TsiCustomLang(TComponentClass(GetClass(AComp.ClassName)).Create(nil)); Look at the initialization sections of the "siLangRT.pas" or "siComp.pas...
by gaivans
Thu Apr 24, 2003 12:05 pm
Forum: TsiLang Components Suite
Topic: Access violation when calling EditProperty EditAll of LangRT
Replies: 7
Views: 20130

Hello, I have downloaded FastReport 3 CLX beta and it seems compatible with TsiLangRT. At least when I add a TsiLangRT to their demo project it works properly either with the above changes or without. Which version of FastReport do you use? Is that possible to reproduce the problem in a small test p...
by gaivans
Thu Apr 24, 2003 10:21 am
Forum: TsiLang Components Suite
Topic: Access violation when calling EditProperty EditAll of LangRT
Replies: 7
Views: 20130

Hello, Which third-party components do you use in your project? For the quick solution of the problem I suggest the following: 1. Open the TsiLang_D7_CLX.dpk package and open its file "QsiTransEditor.pas" 2. Locate in the unit the method: procedure TsiTransEditFrm.GetProperties(const AComp...
by gaivans
Thu Apr 24, 2003 10:14 am
Forum: TsiLang Components Suite
Topic: Error when trying to Exclude property in Translation Editor
Replies: 2
Views: 11413

Hello, Thank you. We will fix this issue in the next release. If you need the fix promptly, please modify the unit "siTransEditor.pas" as follows: 1) In the constructor TExclActionForm.Create(AOwner: TComponent); instead the line: ItemIndex := 0; write this line: Items.Text := #13#10#13#10...
by gaivans
Mon Apr 21, 2003 7:12 am
Forum: TsiLang Components Suite
Topic: Problem with a datamodule
Replies: 1
Views: 9251

Hello, It seems that TsiLangRT component does not contain any strings translations at the moment when you call "ShowMessage". The possible reasons might be: 1) Translations data are stored in an external file but the property "LoadOnCreate" of the TsiLangRt is not set to "Tr...
by gaivans
Sun Apr 20, 2003 9:31 am
Forum: TsiLang Components Suite
Topic: runtime packages without form
Replies: 1
Views: 8925

Hello, 1) If your RT package does not contain any forms you can add to it a TDataModule and place a TsiLang component on the module. That TsiLang component will serve as a common container for all "hard-coded" strings and constants used in the .bpl. To add "hard-coded" strings to...
by gaivans
Thu Apr 17, 2003 6:41 am
Forum: TsiLang Components Suite
Topic: Compatible with IntraWeb?
Replies: 3
Views: 10032

Hello,

Yes, it is possible. We are currently working on a demo multilanguage web application and will publish it soon.
by gaivans
Mon Apr 14, 2003 7:01 am
Forum: TsiLang Components Suite
Topic: Visual Form Inheritance
Replies: 2
Views: 11685

Hello, "Why does the inherited form not assume the translations of the ancestor form(s)?" If both inherited and ancestor form are identical, the TsiLang component on the derived form automatically inherits translation data from the parent form. Howerer, in most cases the derived forms are ...
by gaivans
Fri Apr 11, 2003 8:53 am
Forum: TsiLang Components Suite
Topic: SiLang ClX Expert Problems
Replies: 1
Views: 9618

Hello,

We know about this problem and have fixed it. The fixed and improved CLX Expert will be available soon in the version 5.2.3.
If you need the source promptly, please send request to gaivans@sicomponents.com
by gaivans
Wed Apr 09, 2003 7:49 am
Forum: TsiLang Components Suite
Topic: Sil Editor problem
Replies: 4
Views: 21724

Hello, This will help to restore the corrupted files: 1. Open the corrupted .dfm file in a text editor, i.e., in Notepad.exe. 2. Select File|Replace..., and replace: PropertyType = with: PropertyType = tkInteger 3. Press "Replace All". 4. Save the file. After that the .dfm file could be op...
by gaivans
Wed Apr 09, 2003 6:47 am
Forum: TsiLang Components Suite
Topic: Sil Editor problem
Replies: 4
Views: 21724

Hello, We will fix this issue in the next version release. Please, modify the unit siComp.pas as follows: In the procedure TsiCustomLang.LoadExtendedFromFile(const FileName: Tstring; const CanRewrite: Boolean); Before the line: EI.PropertyType := TTypeKind(GetEnumValue(TypeInfo(TTypeKind), S1)); Add...
by gaivans
Tue Apr 01, 2003 9:53 am
Forum: TsiLang Components Suite
Topic: Kylix Questions
Replies: 1
Views: 9931

Hello,

1) There are no Dictionary Manager for Linux at present time but we consider the possibility to port it. This problem is quite complicated and might take some time.

2) Yes, .SIL files created under Windows and Linux are mutually compatible.