Search found 2383 matches

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: 75943

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: 31927

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: 52873

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: 52873

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: 35320

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: 113877

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 113364 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.
by isiticov
Thu Nov 16, 2023 2:05 am
Forum: VCL Scheduling Agent
Topic: Scheduling a task executing each 1st sunday of the month ?
Replies: 5
Views: 34736

Re: Scheduling a task executing each 1st sunday of the month ?

Sorry, forgot to add settings for the months of the year to run the task. Add the following code: TriggerDetails.MonthlyDOW.rgfMonths := 0; for I := 0 to 11 do TriggerDetails.MonthlyDOW.rgfMonths := TriggerDetails.MonthlyDOW.rgfMonths or 1 shl I; // for all 12 months before the line Triggers[0].Deta...
by isiticov
Wed Nov 15, 2023 2:15 am
Forum: VCL Scheduling Agent
Topic: Scheduling a task executing each 1st sunday of the month ?
Replies: 5
Views: 34736

Re: Scheduling a task executing each 1st sunday of the month ?

Hello, Here is the sample code: // start notepad.exe every 1st Sunday of the month at 09:00AM during 90 days with Scheduler.CreateNewItem(Format('New task %d', [GetTickCount])) do begin // 2 lines optional necessary for Windows VISTA CurrentAction := 1; InsertAction(VISTA_TASK_ACTION_EXEC); Applicat...
by isiticov
Wed Nov 01, 2023 3:57 am
Forum: TsiLang Components Suite
Topic: SIL editor incorrect export encoding
Replies: 1
Views: 21574

Re: SIL editor incorrect export encoding

Hello, The most probably this is caused by the Charsets section, it could be that it doesn't contain Chraset settings for the Turkish language. SIL file is plain ANSI text file and you need to properly define Charsets for all languages for all forms, or use it in the UTF-8 format. Or use the SIB fil...
by isiticov
Wed Oct 25, 2023 9:41 am
Forum: TsiLang Components Suite
Topic: Features request
Replies: 9
Views: 113877

Re: Features request

Unfortunately, there is no such feature in the Dictionary Manager. We will try to add it.
As a workaround you can export the dictionary to MS Word and there delete all other languages and then get the stats.
by isiticov
Tue Oct 24, 2023 12:26 pm
Forum: TsiLang Components Suite
Topic: Features request
Replies: 9
Views: 113877

Re: Features request

Yes, as registered customer you can renew your account for free download of new version just for the renewal price (US$ 149.00 in your case, as $134 is the price for orders with auto-renewal subscription).
by isiticov
Tue Oct 24, 2023 7:43 am
Forum: TsiLang Components Suite
Topic: Features request
Replies: 9
Views: 113877

Re: Features request

Sorry, I didn't think a word "fixed" means read-only language in the program. For me it is rather associated with something that was corrected, repaired, restored, etc. Sorry, will try to improve that wording. As to exporting of untranslated items, I need that to create a dictionary of th...
by isiticov
Mon Oct 23, 2023 4:25 am
Forum: TsiLang Components Suite
Topic: Features request
Replies: 9
Views: 113877

Re: Features request

Hello, Many thanks for your ideas and reports. Please find below our replies: 1. As you can see below there is file name in the window's title. May be you have modified the SIB file of Dictionary Manager and delete or modified a string the corresponds the window's title? Screenshot 2023-10-23 081112...
by isiticov
Thu Oct 19, 2023 10:03 am
Forum: TsiLang Components Suite
Topic: Problem with ChatGPT integration!
Replies: 0
Views: 52757

Problem with ChatGPT integration!

Hello, As you may noticed the ChatGPT integration in TsiLang stopped to work properly. This was caused by the recent changes in the ChatGPT service API. We will fix this in the next update. Meantime you can use the following workaround: Please download the DLL and REG file from https://www.sicompone...
by isiticov
Sun Oct 08, 2023 4:48 am
Forum: TsiLang Components Suite
Topic: Dictionary files format
Replies: 3
Views: 15969

Re: Dictionary files format

CPS wrote: Fri Oct 06, 2023 6:55 pm does not have an exact search option,
so I must 8-10 times click Next to find an item.
Thank you for reporting this. We will add this in the next update.