|
#10
|
||||
|
||||
|
FMXInno Cumulative Update - [2024 May 11]
Code:
* Improvements in the code.
* Cleaned up the code a bit and removed duplications.
* More stable.
* This build could be more efficient than the previous one.
- Ensured compatibility with Windows 11 24H2.
* Added a new class to deal with INI files.
- Now you can handle even complex INI files more easily.
- Check the example in the attachment.
* Added a new class for All-in-One array.
- Now you can have multiple data types in one array.
- Supports 11+ data types by default.
- More data types will be added upon request.
- Easy to manipulate.
- Check the example in the attachment.
* Updated FLogicalDrives class.
- Added a new property called 'Disk Name'.
- Check out the 'Example_LogicalDrives.iss'.
* Updated FXStream.
- FXPckr can hold InnoSetup's encrypted password.
- Updated encryption.
- Fixed minor bugs related to FCreateFXStream.
- This version doesn't support previous versions.
* Updated FCheckboxTree class.
- Now, the OnChange events of checkboxes are handled automatically by the FMXInno internally.
- To override it and have manual OnChange events, you have to call 'OverrideDefaultOnChangeEvent'.
eg: Pg4ChkbxTree.OverrideDefaultOnChangeEvent;
* Updated WebView2 class.
* Updated license agreement.
================================================== ================= >> FMXInno hangs on Taskbar << Now we've evidence that the main cause of this issue is the custom font. Generally, I use the following three functions to install custom fonts into the installer: Code:
1. InstallFMXFont 2. DeleteFMXFont 3. InvalidateFMXFont Code:
1. AddFontResource2 2. RemoveFontResource2 Thanks to @Tihiy_Don for conducting some tests on this. The first post has been updated. . Last edited by BLACKFIRE69; 21-05-2024 at 08:47. |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Windows Fluent Effects Standalone API - InnoSetup / VCL / FXM | BLACKFIRE69 | Conversion Tutorials | 0 | 15-11-2023 17:35 |
| Windows Phone Installer similar to razor12911's original design? | Kitsune1982 | Conversion Tutorials | 0 | 02-07-2020 13:04 |
| INDEX - Conversion Tutorial Index | Razor12911 | Conversion Tutorials | 5 | 11-06-2020 02:05 |
| Frequently Asked Questions | Joe Forster/STA | PC Games - Frequently Asked Questions | 0 | 29-11-2005 09:48 |