Rodrigo Depiné Dalpiaz

Results 45 comments of Rodrigo Depiné Dalpiaz

Hello @PolywickStudio , I'm in the final stages of implementing FMX support. There is a release candidate version available at this branch: https://github.com/digao-dalpiaz/Dam/tree/fmx-support Also, you are gonna need to update...

Two issues to check yet: - FMX - Incorrect border behavior - https://stackoverflow.com/questions/76164235/creating-forms-dynamically-border-behavior - VCL - a lot of code to supporting DPI changing - In Design mode, Msg Editor...

Hello, The component was not developed to support this version. You should use SynEdit coming from another repository: https://github.com/SynEdit/SynEdit (as described in the documentation: https://github.com/digao-dalpiaz/DzNoteEditor?tab=readme-ov-file#how-to-install TurboPack's SynEdit does not have...

Hello, You may use this SynEdit PR with Delphi 12: https://github.com/SynEdit/SynEdit/pull/202

https://stackoverflow.com/questions/35708827/what-could-cause-no-mapping-for-the-unicode-character-exists-in-the-target-mult It's a bug in Delphi. Disabling Log File in Updater should avoid this bug.

> You can avoid this with disabling Logging or set encoding to ANSII in UEngine.pas --> TFile.AppendAllText(pubLogFile, DateTimeToStr(Now)+' - '+LogFilePrefix+Text + #13#10, **TEncoding.ANSI**); Right, but the text being sent to...

Please describe your .ini file and the folder structure of your component here so we can get an idea of ​​the scenario. Thanks.

In this case, you must include CompInstall.ini in your component distribution. See an example in my components, where I also use CompInstall. For example in: https://github.com/digao-dalpiaz/Dam

In the repository where you have the sources for your component, there must be a CompInstall.ini file. Then, each time you want to distribute a new version, you update this...