Custom components (and properties)

All announcements, questions and issues related to the TsiLang Components Suite.
Post Reply
drodriguez
Posts: 3
Joined: Thu Jun 14, 2007 7:56 am

Custom components (and properties)

Post by drodriguez »

We are using our own component in an application, this component is inherited from TCustomEdit and it have a property called "TextEtiqueta: string". We need to do translations for this property but there is no way to do that with TSILang components, we can translate other custom properties like "ForzarLeftEtiqueta: Boolean", "LeftEtiqueta: Integer"... But it seems all string properties don't appear on the list of Extended Translation Tab. I was looking in the General Translation Tab, but theese objets don't appear on the list. Is there any way to translate non-standart properties?

Code: Select all

TEdit
  |
  -- TMyEdit
       · property TextEtiqueta: string read ...
       · property ForzarLeftEtiqueta: Boolean read ...
       · property LeftEtiqueta: Integer read ...

Thank you... Dani
isiticov
Site Admin
Posts: 2416
Joined: Thu Nov 21, 2002 3:17 pm

Post by isiticov »

Yes, this property should be in Other strings list. Please let me know if it is not there.
Best regards,
Igor Siticov.
drodriguez
Posts: 3
Joined: Thu Jun 14, 2007 7:56 am

Post by drodriguez »

Yes, it isn't there. In fact, there isn't anything in Other List

Code: Select all

(The "Other" property contains no data)
I'm using version 6.1
isiticov
Site Admin
Posts: 2416
Joined: Thu Nov 21, 2002 3:17 pm

Post by isiticov »

Please download and use version 6.1.0.1 which is available on our web site. It contains a fix for this.
Please let me know if this helps.
Best regards,
Igor Siticov.
drodriguez
Posts: 3
Joined: Thu Jun 14, 2007 7:56 am

Post by drodriguez »

Now it works perfectly.

Thank you very much!
Post Reply