
29-04-2024, 07:02
|
 |
Registered User
|
|
Join Date: Mar 2019
Location: In the Hell
Posts: 688
Thanks: 481
Thanked 2,547 Times in 561 Posts
|
|
FMXInno - Update
FMXInno - Final Release [2024-Apr-29]
* What's New:
Quote:
* This update focuses on quality improvements, stability enhancements, and minimizing memory leaks.
-- Features like FMXInno Copilot, Widgets, and certain modern features have been postponed to avoid adding bloatware to FMXInno.
-- However, you can test them out on FMXInno-Dev, and I'll provide updates on their availability in the future.
* Introduced a new Error Handling Mechanism.
-- Previous versions of FMXInno lacked proper error handling because I prioritized adding new features and improvements over it.
-- With this update, I've enhanced the stability of FMXInno,
-- Ensuring that the new error handling significantly benefits you by preventing installer crashes and access violation errors.
* Compiled with the latest version of RadStudio (RadStudio Athens 12.1 - 04/Apr/2024).
-- This ensures that everything is up-to-date.
-- Providing high-quality performance and rendering.
-- High-DPI support.
-- Complete compatibility with Windows 11.
-- Increased Windows API availability.
-- And improved coding efficiency.
* Fixed HTMLText and added support for opacity.
-- Previously, HTMLText had issues with opacity, which have now been resolved.
* Fixed WebView2 to ensure proper setup closure.
-- Updated WebView2 to the latest version and made necessary improvements.
|
Code:
Example:
procedure DeinitializeSetup();
begin
AWebView.Stop;
AWebView.Shutdown;
FMXInnoShutDown;
end;
Quote:
* Improved SKIA for high performance.
-- SKIA relies on the GPU and minimally affects the CPU, making it suitable for use in your installer.
* Although SKIA and Blend2D are kept separate from the standard FMXInno for now, both versions are provided in the attachment.
-- In the future, they will need to be downloaded separately.
* The Image32 Engine remains unavailable for public use.
-- As many FMXInno users may not be familiar with it.
* Various improvements and bug fixes.
-- No software is without issues, so we continue to address them with each update.
* Updated the '_InstallerGenerator' app.
-- Now includes a built-in Inno Script Editor + Compiler.
* Ready to use with the upcoming InnoSetup v6.3.0.
* Added a new example for setup language selection.
|
Note: The first post has been updated; check it out.
.
|