Search found 8 matches

by Hermit
Fri Dec 16, 2005 11:48 am
Forum: TsiLang Components Suite
Topic: Exclude template from source translation
Replies: 2
Views: 6137

isiticov wrote:Unfortunately, there is no other option available for this.
So I propose add this feature into next relase.

Best regards
by Hermit
Fri Dec 16, 2005 11:07 am
Forum: TsiLang Components Suite
Topic: Exclude template from source translation
Replies: 2
Views: 6137

Exclude template from source translation

Hello, Is there any possibility to skip some phrases during source scaning ? Here is my example: FielbByName("fieldName")->AsString = "en_value"; then fieldName shoud be skipped and en_value shoud be replaced by silang. Now I can either exclude whole line containing FielbByName o...
by Hermit
Fri Dec 02, 2005 10:32 am
Forum: TsiLang Components Suite
Topic: Source code SiLng 6.0.1
Replies: 2
Views: 6313

isiticov wrote:It looks like you've downloaded and installed the trial version version.
:oops:

Yes, you're right !

I shoud take some rest.

Thanks
by Hermit
Fri Dec 02, 2005 10:00 am
Forum: TsiLang Components Suite
Topic: Source code SiLng 6.0.1
Replies: 2
Views: 6313

Source code SiLng 6.0.1

Have you still distributed source code of tsilang ?

I've installed latest version - for BCB 6 without clx and there is no *.pas :shock:

Changing compiled option in installer makes no differences.

Best Regards
Hermit
by Hermit
Fri Nov 19, 2004 9:20 am
Forum: TsiLang Components Suite
Topic: siLang in exe and dll
Replies: 1
Views: 5410

siLang in exe and dll

Is there any possibilities to link project with dll (static) which both have been translated (siLang componet has been used)? The problem becomes when I would like to link runtime packeges into the exe - after running file (when first form is created) exception 'Class Tsilang not found" is show...
by Hermit
Thu May 13, 2004 6:11 am
Forum: TsiLang Components Suite
Topic: Show 'translation tree' in translation Editor - bug ?
Replies: 2
Views: 6925

it works - thanks
by Hermit
Wed May 12, 2004 1:39 pm
Forum: TsiLang Components Suite
Topic: Show 'translation tree' in translation Editor - bug ?
Replies: 2
Views: 6925

Show 'translation tree' in translation Editor - bug ?

I have another problem. I've covered first column in editor (now first visible column is 'Component'). I try to drag this column more right - but it does't work (although after mouse move coursor's icon changes - draging it has no respond). How can I restore 'Component' tree section? Is there any se...
by Hermit
Wed May 12, 2004 9:55 am
Forum: TsiLang Components Suite
Topic: TThread->Suspend conflict???
Replies: 1
Views: 6110

TThread->Suspend conflict???

I've a problem with CPU utilization. After added tsiComponents to my app something strange happend with thread executing (code without tsilang works propertly). Resuming thread is called 8 times per second by: myThread->Resume(); CPU enter into infinitive loop in myThread::Execute() even in such sim...