Search found 2392 matches

by isiticov
Tue Dec 26, 2023 6:45 am
Forum: TsiLang Components Suite
Topic: TsiLang 7.9.5.x (7.9.6.x) + EurekaLog 12.0.x = Runtime error 216
Replies: 7
Views: 70433

Re: TsiLang 7.9.5.x (7.9.6.x) + EurekaLog 12.0.x = Runtime error 216

Nice: :D
2023-12-26_10-42-49.png
2023-12-26_10-42-49.png (20.61 KiB) Viewed 70418 times
by isiticov
Tue Dec 26, 2023 6:40 am
Forum: TsiLang Components Suite
Topic: TsiLang 7.9.5.x (7.9.6.x) + EurekaLog 12.0.x = Runtime error 216
Replies: 7
Views: 70433

Re: TsiLang 7.9.5.x (7.9.6.x) + EurekaLog 12.0.x = Runtime error 216

1: When EurekaLog 7.11.0.1 was installed there was no such problem. 2: Interesting point: If EurekaLogEvents1 is transferred from DataModule1 to Form7 and remove Unit1 with DataModule1 from the project, the error will disappear. And I'm sure that if you remove EurekaLog from the project or the IDE,...
by isiticov
Sat Dec 23, 2023 4:24 am
Forum: TsiLang Components Suite
Topic: TsiLang 7.9.5.x (7.9.6.x) + EurekaLog 12.0.x = Runtime error 216
Replies: 7
Views: 70433

Re: TsiLang 7.9.5.x (7.9.6.x) + EurekaLog 12.0.x = Runtime error 216

Hello, Thank you for reporting. Could you please let us know if this error appears on your side all the times or there are specific steps required? Because we can't reproduce this on our side. Although we ourselves intensively use RAD 11.3 and TsiLang and never experienced such problem. Also are you...
by isiticov
Sun Dec 17, 2023 12:52 pm
Forum: TsiLang Components Suite
Topic: Dynamic export to SIL file
Replies: 6
Views: 102585

Re: Dynamic export to SIL file

Glad to see you've figured out this problem.
by isiticov
Sat Dec 16, 2023 2:09 am
Forum: TsiLang Components Suite
Topic: Dynamic export to SIL file
Replies: 6
Views: 102585

Re: Dynamic export to SIL file

For some reason it saves only a hardcoded language (English), not that actually displayed during runtime. It is ignores the current values and exports only those created in form designer. The following might help: 1. BEFORE loading Turkish values switch TsiLang's active language to Turkish. 2. Load...
by isiticov
Fri Dec 15, 2023 12:11 pm
Forum: TsiLang Components Suite
Topic: Dynamic export to SIL file
Replies: 6
Views: 102585

Re: Dynamic export to SIL file

Just call BuilList method and then SaveAllToFile() methods of TsiLang to update the translations and save them into the SIL file. SaveAllToBinaryFile() will save to the SIB file.
by isiticov
Wed Dec 06, 2023 5:08 am
Forum: VCL Scheduling Agent
Topic: Version 2.1.25.0 - no demo?
Replies: 4
Views: 98014

Re: Version 2.1.25.0 - no demo?

https://www.sicomponents.com/soft/TaskS ... hiDemo.zip here is the demo sources that compile under even Delphi 7.
We've rebuilt the setup packages to use demo sources that will be compiled under older versions as well without modifications.
Sorry for this.
by isiticov
Fri Dec 01, 2023 12:59 am
Forum: VCL Scheduling Agent
Topic: Version 2.1.25.0 - no demo?
Replies: 4
Views: 98014

Re: Version 2.1.25.0 - no demo?

Hello,

The Demo installed into the Public Documents folder. We've updated the setup to clearly indicate this and it is available for download now.
Sorry for this.
TaskScheduler_Setup.png
TaskScheduler_Setup.png (25.44 KiB) Viewed 98009 times
by isiticov
Tue Nov 28, 2023 2:05 am
Forum: TsiLang Components Suite
Topic: TsiLang Component Suit loads too long
Replies: 2
Views: 61700

Re: TsiLang Component Suit loads too long

As you mention the same version of TsiLang Components Suite loaded faster some time ago. So may be this is caused by some recent changes on your PC? As no changes in the TsiLang used on your PC were made. May be some recently changed/updated software causes this?
by isiticov
Mon Nov 27, 2023 11:49 am
Forum: TsiLang Components Suite
Topic: Ann: TsiLang Components Suite version 7.9.6 with RAD Studio 12 support!
Replies: 0
Views: 112651

Ann: TsiLang Components Suite version 7.9.6 with RAD Studio 12 support!

We are glad to announce the release of TsiLang Components Suite version 7.9.6! This update brings seamless integration with RAD Studio 12 Athens, enhanced ChatGPT capabilities, and powerful features like the new SkipChars property and more... The full list of new features and improvements is availab...
by isiticov
Thu Nov 23, 2023 6:19 am
Forum: TsiLang Components Suite
Topic: Delphi 12 Version
Replies: 1
Views: 48001

Re: Delphi 12 Version

Hello,
It is almost ready. We're waiting for shipment for code signing certificate token. There was unexpected delay with the shipment that caused the delay. Hopefully in a couple of days we will released the new version with RAD Studio 12 support included.
by isiticov
Thu Nov 23, 2023 2:23 am
Forum: TsiLang Components Suite
Topic: Export to csv doesn't work for Greek
Replies: 3
Views: 75562

Re: Export to csv doesn't work for Greek

Hello,

Just checked: SIB to CSV really contains such problem. Will be fixed in next update. Meantime as a workaround you can just export SIB to SIL and then SIL to CSV. This should work properly.
Thank you for reporting this!
by isiticov
Wed Nov 22, 2023 4:33 pm
Forum: TsiLang Components Suite
Topic: Export to csv doesn't work for Greek
Replies: 3
Views: 75562

Re: Export to csv doesn't work for Greek

Hello,
Try to convert your SIL file to UTF-8 and then export to CSV, then CSV will be in UTF-8 format.
by isiticov
Wed Nov 22, 2023 2:07 am
Forum: TsiLang Components Suite
Topic: Delete language by code
Replies: 2
Views: 53005

Re: Delete language by code

Hello, If you need to delete the language from the SIB file ONLY, then here is a sample working code: procedure TForm9.Button1Click(Sender: TObject); var SIB: TSIBFileManager; I: Integer; begin // load file SIB := TSIBFileManager.CreateByName('ee.sib'); try for I := 0 to SIB.CompCount - 1 do // dele...
by isiticov
Fri Nov 17, 2023 7:55 am
Forum: TsiLang Components Suite
Topic: Features request
Replies: 9
Views: 156889

Re: Features request

CPS wrote: Sat Oct 21, 2023 11:05 am
* Add an option to export untranslated items only.
2023-11-17_11-47-32.png
2023-11-17_11-47-32.png (54.09 KiB) Viewed 156376 times
Just apply the necessary filter on the Options tab and then just use Add All from the Dictionary group. This will add only the displayed entries.