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.
Search found 2370 matches
- Fri Dec 01, 2023 12:59 am
- Forum: VCL Scheduling Agent
- Topic: Version 2.1.25.0 - no demo?
- Replies: 1
- Views: 20
- Tue Nov 28, 2023 2:05 am
- Forum: TsiLang Components Suite
- Topic: TsiLang Component Suit loads too long
- Replies: 2
- Views: 40
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?
- 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: 20
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...
- Thu Nov 23, 2023 6:19 am
- Forum: TsiLang Components Suite
- Topic: Delphi 12 Version
- Replies: 1
- Views: 43
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.
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.
- Thu Nov 23, 2023 2:23 am
- Forum: TsiLang Components Suite
- Topic: Export to csv doesn't work for Greek
- Replies: 3
- Views: 44
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!
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!
- Wed Nov 22, 2023 4:33 pm
- Forum: TsiLang Components Suite
- Topic: Export to csv doesn't work for Greek
- Replies: 3
- Views: 44
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.
Try to convert your SIL file to UTF-8 and then export to CSV, then CSV will be in UTF-8 format.
- Wed Nov 22, 2023 2:07 am
- Forum: TsiLang Components Suite
- Topic: Delete language by code
- Replies: 2
- Views: 34
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...
- Fri Nov 17, 2023 7:55 am
- Forum: TsiLang Components Suite
- Topic: Features request
- Replies: 9
- Views: 571
- 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: 96
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...
- 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: 96
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...
- Wed Nov 01, 2023 3:57 am
- Forum: TsiLang Components Suite
- Topic: SIL editor incorrect export encoding
- Replies: 1
- Views: 629
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...
- Wed Oct 25, 2023 9:41 am
- Forum: TsiLang Components Suite
- Topic: Features request
- Replies: 9
- Views: 571
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.
As a workaround you can export the dictionary to MS Word and there delete all other languages and then get the stats.
- Tue Oct 24, 2023 12:26 pm
- Forum: TsiLang Components Suite
- Topic: Features request
- Replies: 9
- Views: 571
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).
- Tue Oct 24, 2023 7:43 am
- Forum: TsiLang Components Suite
- Topic: Features request
- Replies: 9
- Views: 571
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...
- Mon Oct 23, 2023 4:25 am
- Forum: TsiLang Components Suite
- Topic: Features request
- Replies: 9
- Views: 571
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...