Search found 2347 matches
- Fri Sep 01, 2023 5:11 am
- Forum: VCL Scheduling Agent
- Topic: Delay at Logon scheduled task
- Replies: 2
- Views: 74
Re: Delay at Logon scheduled task
Hello, We will add the respective property to the class in the next update. Meantime, you can use the following code as a workaround for this: function GetLogonDelayMinutes(const ATrigger: TTrigger): DWORD; var iLogon: ILogonTrigger; begin iLogon := ATrigger.GetVistaTrigger as ILogonTrigger; Result ...
- Fri Aug 25, 2023 12:14 pm
- Forum: TsiLang Components Suite
- Topic: MemIni unit cannot find unit Dialogs
- Replies: 2
- Views: 88
Re: MemIni unit cannot find unit Dialogs
Hi Malcolm!
Please just remove Dialogs from MemIni.pas. Sorry for this. Or you can use pre-built DCUs for Android. But deleting Dialogs reference will be better I believe.
Please just remove Dialogs from MemIni.pas. Sorry for this. Or you can use pre-built DCUs for Android. But deleting Dialogs reference will be better I believe.
- Wed Aug 23, 2023 6:35 am
- Forum: HelloApp Studio
- Topic: HelloApp Studio 1.0.8 release!
- Replies: 0
- Views: 82
HelloApp Studio 1.0.8 release!
We're glad to announce the release of HelloApp Studio version 1.0.8. This latest update brings a host of new features and improvements that empower developers to craft exceptional in-app guides, enhancing user onboarding and engagement. Looping Background Audio for in-app guides Automatically Full-S...
- Tue Aug 08, 2023 5:56 am
- Forum: Resource Builder
- Topic: Ann: Resource Builder 4.1.4!
- Replies: 0
- Views: 130
Ann: Resource Builder 4.1.4!
We're excited to announce the release of version 4.1.4 for Resource Builder! The latest release includes: Classic UI Style (Toolbars) Option Moveable Resource Preview Slovak UI Language and more. Please read the full announcement here: https://www.sicomponents.com/resource-builder-4-1-4-update-embra...
- Fri Jul 07, 2023 9:47 am
- Forum: TsiLang Components Suite
- Topic: Ann: TsiLang Components Suite 7.9.5.2: Greek and Turkish User Interface and Fixes!
- Replies: 0
- Views: 232
Ann: TsiLang Components Suite 7.9.5.2: Greek and Turkish User Interface and Fixes!
We are glad to announce the latest maintenance release, version 7.9.5.2, of TsiLang Components Suite. This and the 7.9.5.1 releases bring several enhancements, including the addition of Turkish and Greek language options for the user interface of TsiLang Expert and editors, along with crucial bug fi...
- Thu Jun 22, 2023 4:57 am
- Forum: TsiLang Components Suite
- Topic: ???? in column header
- Replies: 2
- Views: 202
Re: ???? in column header
Hello,
FYI: This was fixed in the recently released version that comes with just published TsiLang Components Suite 7.9.5.1.
Thank you again for reporting this.
FYI: This was fixed in the recently released version that comes with just published TsiLang Components Suite 7.9.5.1.
Thank you again for reporting this.
- Thu Jun 08, 2023 1:01 pm
- Forum: TsiLang Components Suite
- Topic: ???? in column header
- Replies: 2
- Views: 202
Re: ???? in column header
Hello,
Thank you for reporting this. We will try to fix this shortly.
Thank you for reporting this. We will try to fix this shortly.
- Fri May 26, 2023 2:37 pm
- Forum: TsiLang Components Suite
- Topic: Can't get ChatGTP to work
- Replies: 2
- Views: 185
Re: Can't get ChatGTP to work
Recently they have blocked all FREE accounts to API access. Only the web-chat is available. To get API access working you need to get the payable account.
- Fri May 26, 2023 2:35 pm
- Forum: TsiLang Components Suite
- Topic: Request: Export/Import CSV in internal editor?
- Replies: 3
- Views: 212
Re: Request: Export/Import CSV in internal editor?
We will try to implement this in next update.
- Wed May 24, 2023 11:58 am
- Forum: TsiLang Components Suite
- Topic: Request: Export/Import CSV in internal editor?
- Replies: 3
- Views: 212
Re: Request: Export/Import CSV in internal editor?
Hello,
Thank you for your request. We will see what could be done in this direction. Although you're the first one who ever requested this functionality.
Thank you for your request. We will see what could be done in this direction. Although you're the first one who ever requested this functionality.

- Mon May 22, 2023 12:25 pm
- Forum: TsiLang Components Suite
- Topic: Ann: TsiLang Components Suite version 7.9.5 with ChatGPT integration!
- Replies: 0
- Views: 289
Ann: TsiLang Components Suite version 7.9.5 with ChatGPT integration!
We are glad to announce the release of TsiLang Components Suite version 7.9.5! In addition to fixes and internal improvements, this latest version includes a new feature: advanced integration for the ChatGPT service. You can now proofread and enhance all your texts directly within the TsiLang editor...
- Fri May 05, 2023 2:24 pm
- Forum: TsiLang Components Suite
- Topic: TsiLang Exepert save forms in diferent files
- Replies: 4
- Views: 277
Re: TsiLang Exepert save forms in diferent files
Then, you can try to create a .BAT file and use DFM2SI_CONSOLE.EXE to create SIL/SIB file from DFM. You will just need to iterate through the needed DFM files and define a SIL/SIB file name for each operation. Something like this: forfiles /S /M *.dfm /C "cmd /c dfm2si_console.exe sifile @fname...
- Fri May 05, 2023 1:17 pm
- Forum: TsiLang Components Suite
- Topic: TsiLang Exepert save forms in diferent files
- Replies: 4
- Views: 277
Re: TsiLang Exepert save forms in diferent files
Hello, Automatically this is not possible, but you can select form one by one and save it to the specified file. Or you can save all forms into one SIB file and then using SIL Editor and deleting all forms except one create one SIB per form from this global SIB file. But the first way is much easier...
- Thu Apr 13, 2023 1:37 pm
- Forum: TsiLang Components Suite
- Topic: Simple merge oddity...
- Replies: 10
- Views: 526
Re: Simple merge oddity...
Hello,
The point is just that you shall not merge the "base" (default) language. The one that is updated under IDE. Just select in the Merge Wizard all other languages to merge and your base language will still hold the actual data and other languages will be merged.
Hope this helps.
The point is just that you shall not merge the "base" (default) language. The one that is updated under IDE. Just select in the Merge Wizard all other languages to merge and your base language will still hold the actual data and other languages will be merged.
Hope this helps.
- Wed Apr 12, 2023 4:42 am
- Forum: TsiLang Components Suite
- Topic: Simple merge oddity...
- Replies: 10
- Views: 526
Re: Simple merge oddity...
Hello, 1. Open "5 Lines With No Translations.sil": 2023-04-12_08-35-06.png 2. File | Merge and select "3 Lines With Translations.sil" and select German language to merge: 2023-04-12_08-37-22.png 3. Step 2 of the Merge Wizard: 2023-04-12_08-38-14.png 4. Enable "Skip superfluo...