Search found 29 matches

by microtronx
Thu Jan 02, 2020 7:21 am
Forum: TsiLang Components Suite
Topic: GetText from specific language
Replies: 13
Views: 17081

isiticov wrote:We will check what could be done in this direction.
Thank you very much considering this.
by microtronx
Tue Dec 31, 2019 9:18 am
Forum: TsiLang Components Suite
Topic: GetText from specific language
Replies: 13
Views: 17081

isiticov wrote:Sorry, but there is no such functionality.
Any possibility to get such a functionality? We're on subscription and renewed it in the last days. Such functionality will be very good to be able to runtime translate some messages or dynamic created elements ...
by microtronx
Tue Dec 31, 2019 7:13 am
Forum: TsiLang Components Suite
Topic: GetText from specific language
Replies: 13
Views: 17081

silang1.GetStringValue(siLang1.Captions, 'mylabel1', 1); will return the value for the first language. But this was not the question. The question is how can i get a text for the caption of mylabel1 in this case silang1.GetStringValue(siLang1.Captions, 'Save', 1); is not working. I need a way to ge...
by microtronx
Mon Dec 30, 2019 3:31 pm
Forum: TsiLang Components Suite
Topic: GetText from specific language
Replies: 13
Views: 17081

Hi Support, and how can we i.e. get the translation for a caption of a component? i.e. i have a label named mylabel1 with a caption "Save" and this is translated to german as "Speichern". Now i want to be able to translate the word "Save" in runtime. with silang1.getstr...
by microtronx
Wed Aug 14, 2019 9:46 am
Forum: TsiLang Components Suite
Topic: Installation of 7.7 not possible
Replies: 7
Views: 4436

Hello, This is strange, may be the file was downloaded incompletely. Please try to re-download it from our web site and re-run the installation. If the problem still exists, please, try to temporary disable anti-virus software running while executing the install EXE, may be it is blocking the insta...
by microtronx
Tue Aug 13, 2019 1:32 pm
Forum: TsiLang Components Suite
Topic: Installation of 7.7 not possible
Replies: 7
Views: 4436

Installation of 7.7 not possible

We have downloaded latest "TsiLang_Source_Setup.zip", unzipped it and run sisetup.exe and it shows welcome screen of installer. After clicking to Next it throws an exception and windows reports an APPCRASH: Name der fehlerhaften Anwendung: sisetup.tmp, Version: 51.52.0.0, Zeitstempel: 0x2a...
by microtronx
Mon Feb 18, 2013 11:33 am
Forum: TsiLang Components Suite
Topic: Replace function in Dictionary Manager
Replies: 6
Views: 13737

Re: Replace function in Dictionary Manager

Hello, the auto translation function with Google replace all my format strings wrong 'bla %s bla' -> 'bla % s bla' 'bla %d bla' -> 'bla % d bla' And now I want to replace all the wrong format strings. In the Main Ribbon Tab of the Dictionary Manager is written "Search & Replace" how c...
by microtronx
Fri May 06, 2011 8:58 am
Forum: TsiLang Components Suite
Topic: Access Violation on .gettextordefault('myid0001');
Replies: 6
Views: 12504

We have solved the problem by our selves. It seems that there is an problem, if we use i.e. the gettextordefault from unit1 within unit2 and reverse.

Changing the routines to use the .gettextordefault from silang_rt on current form, solved the problem.

Thanks for your support
by microtronx
Mon May 02, 2011 10:59 am
Forum: TsiLang Components Suite
Topic: Access Violation on .gettextordefault('myid0001');
Replies: 6
Views: 12504

if i use gettextordefault for an id, which does not exists, i get the access-violation. Can you check this, please?
by microtronx
Mon May 02, 2011 6:58 am
Forum: TsiLang Components Suite
Topic: Access Violation on .gettextordefault('myid0001');
Replies: 6
Views: 12504

demo project

I will try to reproduce the problem and will send you a sample project.
by microtronx
Fri Apr 29, 2011 2:51 pm
Forum: TsiLang Components Suite
Topic: Access Violation on .gettextordefault('myid0001');
Replies: 6
Views: 12504

note:

This access violation does not occur if i clear the list of "strings" ...
it seems that this is a bug !?!
by microtronx
Fri Apr 29, 2011 2:00 pm
Forum: TsiLang Components Suite
Topic: Access Violation on .gettextordefault('myid0001');
Replies: 6
Views: 12504

Access Violation on .gettextordefault('myid0001');

Hello,

i have installed the latest version for Delphi2010 and getting now access violations by calling

myTsiLangRT.gettextordefault('myid0001');

Is this a known bug?
by microtronx
Thu Dec 23, 2010 6:26 am
Forum: TsiLang Components Suite
Topic: dxgettext to tsi
Replies: 3
Views: 7804

Good morning Igor,

is it not possible, that we can extend tsi to scan only texts within _( ... ) + replace only the text.

If this is possible, we can create a new wrapper _() to use tsi instead of gettext.
by microtronx
Wed Dec 22, 2010 10:13 am
Forum: TsiLang Components Suite
Topic: dxgettext to tsi
Replies: 3
Views: 7804

dxgettext to tsi

We're currently using dxgettext. How can we switch to tsi with i.e. following usage: messagdlg( _( 'text translated with gettext'+#13+'second line of text' ) , mtinformation, [mbok],0); The _() function is a wrapper for gettext(). As i can see, tsi splits the text into two seperate lines / texts. Th...