|
#616
|
||||
|
||||
|
Hi everyone
hi BLACKFIRE69, I want to remove all the button mods and leave them original anthem, browse, back, next, cancel and pause, can we do that? |
| The Following User Says Thank You to Dario06 For This Useful Post: | ||
Behnam2018 (29-09-2024) | ||
| Sponsored Links |
|
#617
|
||||
|
||||
|
FMXInno Quality Update - [October 27, 2024]
Code:
1. Updated `FNewINI` class and `MINI.exe`
- Now reads and saves INI files in UTF-8 without BOM.
2. Updated `FCheckboxTree` class
- Added new properties; you may need to adjust your current scripts.
3. Compatibility with the Latest Windows Version
- Optimized for Windows 11 24H2.
- Compiled in RadStudio 12.2 (latest update).
4. Font Functions for Windows 11 24H2
* The following functions are incompatible with 24H2:
- `InstallFMXFont`
- `InvalidateFMXFont`
- `DeleteFMXFont`
* Use these alternative functions:
- `AddFontResource2`
- `RemoveFontResource2`
5. New Color Picker App Added
6. General Improvements and Bug Fixes.
- For Members - Code:
1. Source Code Reorganization - Now uses unit scope names. - Various units have been renamed for clarity. 2. The latest source code will be available in the coming days for members. . |
| The Following 12 Users Say Thank You to BLACKFIRE69 For This Useful Post: | ||
|
#618
|
|||
|
|||
![]() I had a question and a suggestion on "FCheckboxTree". I hope the difficulties of translation allow me to get my point across. When using FCheckboxTree, the logic of the Checkbox is slightly different than in the original inno setup. In the original, when selecting 1 of the components in the Checkbox tree, all those that are somehow related to the selected one are selected. I hope you understand me. In FMX, this is implemented a little differently. They are not always marked, which looks strange from the 1st side. It would be cool to see similar logic to the original inno setup. Even in FCheckboxTree, you cannot select and remove Radiobutton, they are in FCheckboxTree, but it is problematic to combine them with regular Checkboxes. |
| The Following 2 Users Say Thank You to Qirashi For This Useful Post: | ||
Behnam2018 (18-12-2024), Tihiy_Don (21-11-2024) | ||
|
#619
|
|||
|
|||
|
In Inno Setup version 6.4.0, there are issues with FMX, specifically with the procedure:
pTaskbarPreviewEx(FMXForm.HandleHWND, True); After launching the main form, the following message appears: "Taskbar cannot find window handles" And shortly after that: "Failed to initialize the taskbar. TaskbarPreviewEx failed" |
| The Following 2 Users Say Thank You to Tihiy_Don For This Useful Post: | ||
Behnam2018 (24-01-2025), Qirashi (11-03-2025) | ||
|
#620
|
|||
|
|||
|
Can you help me? What compressor is supported with this setup, I've searched but couldn't find it. |
| The Following User Says Thank You to Budakgamers9849 For This Useful Post: | ||
Behnam2018 (28-05-2025) | ||
|
#621
|
|||
|
|||
|
Hi BLACKFIRE69,
It seems that installers built with FMXInno do not load correctly when running under Linux. I understand asking to support Linux is a huge ask, so I was wondering if you could add some form of bypass to FMXInno so that if the installer is detected to be running under Wine, it only loads the absolute bare minimum to result in no crashes? Thanks! |
|
#622
|
|||
|
|||
|
Gods please teach a problem: when the background is gif files, why encounter older hard drives, such as ssd's hard drive to release the file is very slow and slow, innosetup code: TopLayer.FCreate(FMXForm.Handle);
TopLayer.SetBounds(FMXForm.GetLeft, FMXForm.GetTop, FMXForm.GetWidth, (50)); GifImg.FCreate(TopLayer.Handle, ExtractAndLoad('9.gif'), True); //GifImg.Opacity(0.1); GifImg.SetBounds(0, 0, {#BaseWidth}, {#BaseHeight}); |
|
#623
|
|||
|
|||
|
I'll test it. Thanks.
|
|
#624
|
||||
|
||||
|
Thank you very much for this very complete and high-quality package.
|
|
#625
|
|||
|
|||
![]() 1. How to fix: Selecting Drive other than C drive does'nt update free space 2. How to add command-line parameters to desktop shortcut |
|
#626
|
|||
|
|||
|
Quote:
|
|
#627
|
||||
|
||||
|
I’m really sorry it took me a long time to come up with something new for the FMXInno project.
There were several personal matters I had to go through, and I didn’t have enough time to focus on the project I started. Long story short, I am a Full Stack Engineer, and my younger sister is a Software Engineer. We both received new career opportunities far away from our hometown. We decided to take those opportunities and moved away. It took much longer than expected to settle down, and I am currently doing a few remote jobs, so it hasn’t been easy to find free time. I couldn’t finish the FMXInno December 2024 update (more than a year ago). I will come back with an update, but please give me some time. Thanks. Last edited by BLACKFIRE69; 09-04-2026 at 01:13. |
![]() |
|
|
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 |