Search found 8 matches

by mahesha
Thu Oct 27, 2011 2:00 pm
Forum: TsiLang Components Suite
Topic: Exclude properties during Source -> With form
Replies: 1
Views: 6862

Exclude properties during Source -> With form

Hi Team, greetings. To translate the 'hard-coded' string, we need to use 'File -> Source -> With form' from the expert tool. Is it possible to exclude a component / property in this editor? I tried with excluding option provided, but when I invoke the form, it always gives includes ALL the string co...
by mahesha
Sat Oct 22, 2011 8:33 am
Forum: TsiLang Components Suite
Topic: Undoing 'Modify source' option
Replies: 4
Views: 10005

But, i've written a small RegEx to replace the code at .pas files.
works fine with me.

FYI, the Regular Expression:
Replace: ('IDS_)([0-9]*)('[ ])(\(\*)(.*?)(\*\))
With: \5

There is a scope of improvements.
Regards,
by mahesha
Fri Oct 21, 2011 5:46 am
Forum: TsiLang Components Suite
Topic: Undoing 'Modify source' option
Replies: 4
Views: 10005

right after using TsiLang Exper modify source I am not using it right after. I have done the 'modify source' last week, and that modified my entire code-base. I wonder is there any way to get my old code base back. I am trying to write some regular expression to replace the string. By the way, shar...
by mahesha
Thu Oct 20, 2011 12:03 pm
Forum: TsiLang Components Suite
Topic: Undoing 'Modify source' option
Replies: 4
Views: 10005

Undoing 'Modify source' option

Hi Team, As I understood, the hard-coded strings in an application can be translated using Expert Editors File-> Source -> With form option. On click of 'Modify source' it is going to replace all the static strings with an ID indexed list. But, The pascal file will be completely modified with this o...
by mahesha
Wed Oct 19, 2011 7:18 am
Forum: TsiLang Components Suite
Topic: Translating many forms at runtime.
Replies: 6
Views: 11831

Hi Team,
It is convincing me. Looks great.
Thanks for the help and guidance.

Regards
by mahesha
Tue Oct 18, 2011 2:40 pm
Forum: TsiLang Components Suite
Topic: Translating many forms at runtime.
Replies: 6
Views: 11831

Hi Team, Many thanks for the concern, and quick reply. I can add descriptive comment against each objects. It convinced me for some extent. I have a new problem now. If I have the same caption hundreds of times in my SIB file (eg: "OK" button for different dialogs), can I automatically add...
by mahesha
Tue Oct 18, 2011 10:18 am
Forum: TsiLang Components Suite
Topic: Translating many forms at runtime.
Replies: 6
Views: 11831

Hi, Thanks for the quick reply. I have gone through the article already. But, I have to implement run-time translations, as per end-users choice: As I have told, I am not going to translate the strings. I will build and give the application, so that the client will translate at his end, at his time....
by mahesha
Tue Oct 18, 2011 7:57 am
Forum: TsiLang Components Suite
Topic: Translating many forms at runtime.
Replies: 6
Views: 11831

Translating many forms at runtime.

Hey there! I have an application with hundreds of forms, frames and dialogs in it. I have to implement run-time translations, as per end-users choice: 1. Is there any way to translate strings of more than one forms at run-time, and save it to single sil / sib file, that can be used across the organi...