Search found 2394 matches

by isiticov
Tue Oct 01, 2024 7:34 pm
Forum: TsiLang Components Suite
Topic: Wizard: Importing resource strings
Replies: 1
Views: 150

Re: Wizard: Importing resource strings

Hello,
Do you have the same problem on any other EXE, or this one only?
by isiticov
Tue Oct 01, 2024 7:33 pm
Forum: TsiLang Components Suite
Topic: MessageDlg << mbYes << mbNo Button are Abort and Retry
Replies: 1
Views: 116

Re: MessageDlg << mbYes << mbNo Button are Abort and Retry

Hello,
Did you setup CommonContainer property of the TsiLangLinked? These values come from Dialogs property of the TsiLang which is used as CommonContainer.
by isiticov
Tue Jun 18, 2024 6:17 am
Forum: TsiLang Components Suite
Topic: Ann: TsiLang Components Suite 7.9.6.4: new update and enhancements!
Replies: 0
Views: 9253

Ann: TsiLang Components Suite 7.9.6.4: new update and enhancements!

We would like to notify you about the release of 7.9.6.4 update for TsiLang Components Suite version! This update includes fixes and enhancements for core components and TsiLang Expert. The full list of new features and improvements is available at: https://www.tsilang.com/whats-new/ A detailed desc...
by isiticov
Fri Jun 14, 2024 1:13 pm
Forum: TsiLang Components Suite
Topic: Bugs when saving project to sil
Replies: 5
Views: 5950

Re: Bugs when saving project to sil

Thank you so much for the files. Please find below our findings: Bug #1: 1. Please be sure to set IsInheritedOwner property of TsiLang components placed on inherited form to True . 2. I don't know why but TsiLang components on forms with duplicated languages initially contain these duplicates in DFM...
by isiticov
Thu Jun 13, 2024 2:44 pm
Forum: TsiLang Components Suite
Topic: Bugs when saving project to sil
Replies: 5
Views: 5950

Re: Bugs when saving project to sil

Could you please reproduce this on some sample DFM and send it to us among with PAS file? Also please mention the version of TsiLang Components Suite you use/
by isiticov
Wed Jun 12, 2024 1:22 pm
Forum: TsiLang Components Suite
Topic: Bugs when saving project to sil
Replies: 5
Views: 5950

Re: Bugs when saving project to sil

Hello, Thank you for your message. But unfortunately, I can't see the "exact duplicates". There are just different components with the same captions. Are you sure there are no mniToHead1 and mniTaxDocReg2 (and others similar) components on your Tfr_Devices form? The same for mni_f_Calcilat...
by isiticov
Wed May 29, 2024 9:01 am
Forum: VCL Scheduling Agent
Topic: Ann: Version 2.0.1.28!
Replies: 0
Views: 10132

Ann: Version 2.0.1.28!

We're glad to announce the release of version 2.1.28! New version includes: Support for Event triggers Support for Task triggers Improved demo EXE with extended functionality. saUtils unit extended with utility functions. You can download new version from: https://www.sicomponents.com/download/
by isiticov
Thu May 16, 2024 6:03 am
Forum: HelloApp Studio
Topic: Aligning Tips with Application.
Replies: 2
Views: 8145

Re: Aligning Tips with Application.

Hello Steve, Please use the following: 1. Run your application. 2. In HelloApp Studio settings enable the "Hide on Pointer Position Editor" option: 2024-05-16_09-07-38.jpg 3. Go to your tool tip and start the pointer position editor. 2024-05-16_07-57-58.jpg 4. In the appeared editor click ...
by isiticov
Mon Apr 29, 2024 4:32 pm
Forum: TsiLang Components Suite
Topic: Incorrect Turkish characters in siLang.MessageDlg()
Replies: 2
Views: 4629

Re: Incorrect Turkish characters in siLang.MessageDlg()

Hello,
I assume you're using non-Unicode version of Delphi. Then the parent form shall have properly defined charset for every language. And it will be used in the MessageDlg().
by isiticov
Sun Apr 07, 2024 7:05 am
Forum: TsiLang Components Suite
Topic: sil to csv command line export
Replies: 3
Views: 7322

Re: sil to csv command line export

We will check how to adjust this.
by isiticov
Sat Mar 30, 2024 12:11 am
Forum: TsiLang Components Suite
Topic: sil to csv command line export
Replies: 3
Views: 7322

Re: sil to csv command line export

Hello, You can use the command-line interface to export SIB to CSV as well. Cite from the help: To export file to other format: sileditor.exe -e <full path to source file> <full path to output file> Description: -e - export command-line switch; Second parameter must be full path to the SIL/SIB file ...
by isiticov
Tue Mar 12, 2024 3:25 pm
Forum: TsiLang Components Suite
Topic: Editor and Strings
Replies: 4
Views: 11441

Re: Editor and Strings

Will check...
by isiticov
Tue Mar 12, 2024 8:48 am
Forum: TsiLang Components Suite
Topic: Editor and Strings
Replies: 4
Views: 11441

Re: Editor and Strings

Hello, At [HKEY_CURRENT_USER\SOFTWARE\SiComponents\TsiLang\EditorForm] in the Registry, you can find ColumnWidthN entries, just edit ColumnWidth0 to be something like 100 or more, and this shall return the first column back. Also check the [History] subkeys, may be there is your form and under the [...
by isiticov
Fri Mar 01, 2024 1:36 pm
Forum: TsiLang Components Suite
Topic: How to get ChatGPT work?
Replies: 3
Views: 9267

Re: How to get ChatGPT work?

vfisher wrote: Fri Mar 01, 2024 12:46 pm Yes, account is free. Only way is paid account?
Yes, sorry for this, but this is not our limitation but their.
by isiticov
Fri Mar 01, 2024 11:26 am
Forum: TsiLang Components Suite
Topic: Delphi 12 - FMX - Android app
Replies: 1
Views: 6691

Re: Delphi 12 - FMX - Android app

Hello,
Try to replace the path in the library settings for the Android to actual full path of TsiLang Android units.