Search found 114 matches

by Malcolm
Fri Aug 25, 2023 5:11 pm
Forum: TsiLang Components Suite
Topic: MemIni unit cannot find unit Dialogs
Replies: 2
Views: 14247

Re: MemIni unit cannot find unit Dialogs

Hi Igor,
Thanks, that (deleting Dialogs) solves the Memini.pas error.
Now for the other (non SiComponents) issues. :D

Malcolm
by Malcolm
Fri Aug 25, 2023 10:49 am
Forum: TsiLang Components Suite
Topic: MemIni unit cannot find unit Dialogs
Replies: 2
Views: 14247

MemIni unit cannot find unit Dialogs

Using v 7.9.5.2 with an Android project. I have declared a local var as Ini: TIniFile; then used it as: Ini := TIniFile.Create(System.IOUtils.TPath.Combine(System.IOUtils.TPath.GetDocumentsPath, 'arefsettings.ini')); ... So my unit uses: System.IniFiles, System.IOUtils, FMX.Dialogs and SiComp But a ...
by Malcolm
Mon Aug 15, 2022 8:13 am
Forum: TsiLang Components Suite
Topic: Microsoft_Terminology_SOAP was compiled with a different version of System.SysUtils.FreeAndNil
Replies: 3
Views: 15191

Re: Microsoft_Terminology_SOAP was compiled with a different version of System.SysUtils.FreeAndNil

For the record ..
I had a little spare time recently so I rebooted my ancient brain and was then able to add the siInternetTranslator source folder to my project. Now debugging works, not that I have a need for it (fingers crossed).
by Malcolm
Mon Jul 18, 2022 7:42 am
Forum: TsiLang Components Suite
Topic: Microsoft_Terminology_SOAP was compiled with a different version of System.SysUtils.FreeAndNil
Replies: 3
Views: 15191

Re: Microsoft_Terminology_SOAP was compiled with a different version of System.SysUtils.FreeAndNil

Thanks for the explanation, Igor.

I did attempt to follow your instructions for both the pre-compiled and full source versions but failed. :oops:
But I do not need to debug any of my Android apps so I simply gave up and tested with the Release and Development configuration.

Malcolm
by Malcolm
Wed Jul 06, 2022 3:51 pm
Forum: TsiLang Components Suite
Topic: Microsoft_Terminology_SOAP was compiled with a different version of System.SysUtils.FreeAndNil
Replies: 3
Views: 15191

Microsoft_Terminology_SOAP was compiled with a different version of System.SysUtils.FreeAndNil

Hi Using v 7.9.2 on Win 11.1 for an Android FMX project All OK generating an Application Store Configuration .aab Also OK for Release Build with a Development Configuration to test on an attached device. But with Debug build and Development Configuration to test on a local device, I get the error: [...
by Malcolm
Thu Nov 19, 2020 8:41 am
Forum: TsiLang Components Suite
Topic: Scaling issue with siColorDialog
Replies: 5
Views: 12977

Re: Scaling issue with siColorDialog

Oh, so it is! How did I miss it. Sorry. :oops:
by Malcolm
Wed Nov 18, 2020 3:43 pm
Forum: TsiLang Components Suite
Topic: Scaling issue with siColorDialog
Replies: 5
Views: 12977

Re: Scaling issue with siColorDialog

Hi Igor Using W10 20H2, I just tried using the VCL TColorDialog which wraps the MS system component to see if MS had fixed its scaling bugs. So far as I can tell it now scales OK at different dpi values etc. If you also find this is true you might want to restore TsiColorDialog to your component pal...
by Malcolm
Sat Jul 18, 2020 8:32 am
Forum: TsiLang Components Suite
Topic: TsiLang Expert 7.8.2 raising AVs in Delphi 10.4
Replies: 3
Views: 10455

Re: TsiLang Expert 7.8.2 raising AVs in Delphi 10.4

Seems to be fixed by EMB's Patch2.
(But not all/some of the other AVs in the Delphi IDE)
by Malcolm
Tue Jul 07, 2020 10:23 am
Forum: TsiLang Components Suite
Topic: TsiLang Expert 7.8.2 raising AVs in Delphi 10.4
Replies: 3
Views: 10455

Re: TsiLang Expert 7.8.2 raising AVs in Delphi 10.4

Thanks for the confirmation.
Yes, trying to use the Code Editor on any TStrings component gives an AV.
by Malcolm
Tue Jul 07, 2020 8:23 am
Forum: TsiLang Components Suite
Topic: TsiLang Expert 7.8.2 raising AVs in Delphi 10.4
Replies: 3
Views: 10455

TsiLang Expert 7.8.2 raising AVs in Delphi 10.4

Is it just me or can others see these issues? Using the Expert to Save Project (as .SIB) raises an AV in coreide270.bpl Using the Expert to Load Project raises an AV in vcl270.bpl These are not TsiLang AVs. There are several QP reports about similar AVs and I can't believe that Embarcadero have not ...
by Malcolm
Mon Jun 01, 2020 3:59 pm
Forum: TsiLang Components Suite
Topic: 7.8.2 Error building an Android app
Replies: 4
Views: 12366

Re: 7.8.2 Error building an Android app

Thanks Igor. That edit in SI.inc does the trick .. of course. :D
by Malcolm
Mon Jun 01, 2020 12:35 pm
Forum: TsiLang Components Suite
Topic: 7.8.2 Error building an Android app
Replies: 4
Views: 12366

Re: 7.8.2 Error building an Android app

OK. Adding the define DELPHIXE104 in my Project Options has solved it for me. :D

Is it your official requirement that a Delphi Android app needs both FMX and DELPHIXE104 to be added to the 'Conditional defines'?

Malcolm
by Malcolm
Mon Jun 01, 2020 12:05 pm
Forum: TsiLang Components Suite
Topic: 7.8.2 Error building an Android app
Replies: 4
Views: 12366

Re: 7.8.2 Error building an Android app

It seems that your attempt to define SI_STR_START for DELPHIXE104 and SIMOBILEAPP has not worked .. or not for me.
Do I need to add a define? That would surprise me.
by Malcolm
Mon Jun 01, 2020 11:07 am
Forum: TsiLang Components Suite
Topic: 7.8.2 Error building an Android app
Replies: 4
Views: 12366

7.8.2 Error building an Android app

I have installed 7.8.2 OK for Delphi and Android 10.4 Seems OK for Win32, but when I build an Android app I am getting the following error messages from siComp: dccaarm command line for "APad.dpr" ... [DCC Error] siComp.pas(10986): E2157 Element 0 inaccessible - use 'Length' or 'SetLength'...
by Malcolm
Thu Jan 16, 2020 9:53 am
Forum: TsiLang Components Suite
Topic: TsiLang Expert minor issues in 7.8
Replies: 5
Views: 6964

Version 7.8.0.1 now remembers the translation file extension, Thanks. For the record, my comments about the default folder were based on misunderstanding the purpose of that setting, sorry. :oops: It was only when I experimented with the TsiLang Expert's Configuration Wizard today that I found a goo...