Search found 18 matches
- Tue Sep 20, 2022 10:28 am
- Forum: HelloApp Studio
- Topic: Multi Screen Support
- Replies: 2
- Views: 34030
Multi Screen Support
I have tried HelloApp today. When I run the Quick Intro from the Welcome screen, it does not cope at all well with multiple screens (I have 6 HD screens). The tooltips often appear in the wrong place (especially if I have moved the HelloApp window) and, sometimes, they even appear on the wrong scree...
- Fri Jul 15, 2022 7:02 am
- Forum: TsiLang Components Suite
- Topic: Property IsSubComponent does not exist
- Replies: 1
- Views: 26257
Property IsSubComponent does not exist
Delphi 11.1 TsiLang v7.9.2 In my Delphi 11 project, I call siLangDispatcher1.LoadAllFromFile('MyTranslations.SIB') This has worked fine for many years, but I now get an error after editing the SIB file with the TsiLang Files Editor v7.9.2. So, I now have two copies of this file, one edited with v7.9...
- Fri Feb 14, 2020 2:46 pm
- Forum: TsiLang Components Suite
- Topic: Fixing Format Strings
- Replies: 1
- Views: 5881
Fixing Format Strings
When siLang fixes format strings it works OK if they are simple ones like '% s' (gets fixed to '%s').
But it does not work for ones which contain an index specifier. So this one '% 0: s' does not get fixed.
Is this by design or is it a bug?
But it does not work for ones which contain an index specifier. So this one '% 0: s' does not get fixed.
Is this by design or is it a bug?
- Thu Feb 13, 2020 12:24 pm
- Forum: TsiLang Components Suite
- Topic: How to Translate Frames
- Replies: 2
- Views: 6016
I cannot do that because my Frame does not use the MainForm (because it is common to multiple projects). So, here is what I have done: - a DataModule with a TsiLangDispatcher and a TsiLang - several different Frames (each with a TsiLangLinked) that use the DataModule - MainForm (with a TsiLangLinked...
- Wed Feb 12, 2020 4:18 pm
- Forum: TsiLang Components Suite
- Topic: How to Translate Frames
- Replies: 2
- Views: 6016
How to Translate Frames
My Delphi project will be using frames. I have viewed other questions in this forum to learn how to translate frames that are created and placed at design time. This is what I do - can you confirm it is OK? 1 Create the frame and drop a TsiLangLinked on it 2 Place the frame on the form that needs it...
- Fri Jan 06, 2017 8:48 am
- Forum: TsiLang Components Suite
- Topic: End-user Editing of Translations at Runtime
- Replies: 1
- Views: 11410
End-user Editing of Translations at Runtime
I am making good use of siLang in my Delphi project (which is developed in English), with about 12 languages. I distribute translations as a SIB file and load this file when the application launches. I would like the end user to be able to amend translations (to improve on the Google translations) a...
- Mon Oct 19, 2015 11:44 am
- Forum: TsiLang Components Suite
- Topic: DevExpress DBTreeList ExtLookupCombo Column
- Replies: 8
- Views: 25995
- Mon Oct 19, 2015 8:47 am
- Forum: TsiLang Components Suite
- Topic: DevExpress DBTreeList ExtLookupCombo Column
- Replies: 8
- Views: 25995
I think I have figured out what is going on. My project is quite big - 55 forms, resulting in several thousand items for translation. Before I build my project for release, I save the project to a SIL file, then select all the forms and clear all the translations. I then export the SIL to SIB and lo...
- Sun Oct 18, 2015 8:48 am
- Forum: TsiLang Components Suite
- Topic: DevExpress DBTreeList ExtLookupCombo Column
- Replies: 8
- Views: 25995
- Wed Oct 14, 2015 8:25 pm
- Forum: TsiLang Components Suite
- Topic: DevExpress DBTreeList ExtLookupCombo Column
- Replies: 8
- Views: 25995
- Wed Oct 14, 2015 1:09 pm
- Forum: TsiLang Components Suite
- Topic: DevExpress DBTreeList ExtLookupCombo Column
- Replies: 8
- Views: 25995
DevExpress DBTreeList ExtLookupCombo Column
TsiLang has caused me a massive amount of wasted time this week. I have a form called frmAssetTree with a DevExpress TcxDBTreeList, called tlAssets . This TreeList has a column (called tlAssetsAnalysisID ) which had its Properties property set to LookupComboBox . There were 3 columns names in tlAsse...
- Tue May 28, 2013 2:32 pm
- Forum: TsiLang Components Suite
- Topic: Translation Editor Add to Dictionary Does Not Work
- Replies: 1
- Views: 10329
Translation Editor Add to Dictionary Does Not Work
When I open the Translation Editor for any form, the Dictionary | Add Row menu item is disabled at all times.
The Dictionary | Add All menu command displays the dialog for selecting the base language. I click on OK, but it does NOT add any rows to the dictionary.
What could be causing this?
The Dictionary | Add All menu command displays the dialog for selecting the base language. I click on OK, but it does NOT add any rows to the dictionary.
What could be causing this?
- Fri May 17, 2013 12:41 pm
- Forum: TsiLang Components Suite
- Topic: Multi-line String Constants
- Replies: 2
- Views: 13083
- Fri May 17, 2013 10:21 am
- Forum: TsiLang Components Suite
- Topic: Multi-line String Constants
- Replies: 2
- Views: 13083
Multi-line String Constants
I have TSILang on Delphi XE3, Windows 7 Professional I would like to know how to get TsiLang to cope with strings that span multiple lines and which have carriage returns within them. I have this code before scanning for strings: const crlf2 = #13#10#13#10; TestMultiLineString = 'Line 01' + crlf2 + ...
- Thu Oct 28, 2010 8:30 am
- Forum: VCL Scheduling Agent
- Topic: Error: "Keyset does not exist"
- Replies: 2
- Views: 32364
It is just a small console program that I have written to log into a database and issue a backup command. I want to use the VCL Scheduling Agent to write another application that will make it easy for my customers to schedule the console application to backup their database. Since my original post, ...