Search found 8 matches

by doctec
Fri Feb 18, 2005 7:09 pm
Forum: TsiLang Components Suite
Topic: Problems a with a unit without form in Delphi 7
Replies: 2
Views: 5694

Excelent! it's working now.
Thanks a lot Isiticov for your help.

Just a suggestion, It would be great that Tsilang Expert add the unit to the uses clause automatically.

Regards.
Marcelo
by doctec
Fri Feb 18, 2005 4:39 pm
Forum: TsiLang Components Suite
Topic: Problems a with a unit without form in Delphi 7
Replies: 2
Views: 5694

Problems a with a unit without form in Delphi 7

Hi, I'm working with Delphi 7 and Tsilang Components Suite 5.3.2. I have a unit without form called License. This unit have four constant strings: err1000= 'Ivalid license file'; err1001= 'License CRC failed'; (.......) I go to Tsilang Expert --> File --> Const Section --> Without Form. I select uni...
by doctec
Thu Feb 17, 2005 6:12 pm
Forum: TsiLang Components Suite
Topic: How to translate every string in a message dialog
Replies: 2
Views: 5642

Thanks a Lot !!!


Regards,
Marcelo
by doctec
Thu Feb 17, 2005 5:00 pm
Forum: TsiLang Components Suite
Topic: How to translate every string in a message dialog
Replies: 2
Views: 5642

How to translate every string in a message dialog

Hello, I'm using Tsilang Component Suite 5.3.2 with Delphi 7, and I have the following situation: Suppose I have the following code: MessageDlg('Are you sure?', mtConfirmation, [mbOk, mbCancel], 0) How can I translate the dialog caption ("Confirmation") and the button messages ("Ok&qu...
by doctec
Tue Feb 15, 2005 6:18 pm
Forum: TsiLang Components Suite
Topic: Probles with Tsilang component ver.5.3.2
Replies: 4
Views: 7888

It's working now!

Its was a problem with some component with a blank property in both languages and blank lines in a multiline combobox.

Thanks a lot for your help!

Regards
Marcelo
by doctec
Tue Feb 15, 2005 6:04 pm
Forum: TsiLang Components Suite
Topic: Probles with Tsilang component ver.5.3.2
Replies: 4
Views: 7888

Hi 1. OnChangeLanguage have no code. 2. I have tried to delete the multiline items translation and now have the opposite situation: silang1.ActiveLanguage:=2; is working ok now, but if I set ActiveLanguage to 1 I receive the same error that before I received with activelanguage equals to 2. 3. Are y...
by doctec
Tue Feb 15, 2005 4:39 pm
Forum: TsiLang Components Suite
Topic: Probles with Tsilang component ver.5.3.2
Replies: 4
Views: 7888

Thanks a Lot for your answer,

I will try these point, and I let you know.

Regards,
Marcelo
by doctec
Tue Feb 15, 2005 2:11 pm
Forum: TsiLang Components Suite
Topic: Probles with Tsilang component ver.5.3.2
Replies: 4
Views: 7888

Probles with Tsilang component ver.5.3.2

Hello, I'm having the following problem, I have added the Tsilang component and I have defined two languages (English and Spanish), The fact is that I'm translating and English Delphi source code, when use this line in the source code: silang1.ActiveLanguage:=2; I receive the following error message...