FileForums

FileForums (https://fileforums.com/index.php)
-   Conversion Tutorials (https://fileforums.com/forumdisplay.php?f=55)
-   -   FMXInno - Windows Fluent Design Installer UI for Inno (https://fileforums.com/showthread.php?t=104852)

Dario06 16-09-2024 12:06

1 Attachment(s)
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?

BLACKFIRE69 27-10-2024 06:19

FMXInno - Update
 
4 Attachment(s)
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.


.

Qirashi 18-11-2024 13:20

https://cdn.discordapp.com/attachmen...872c08508db81&

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.

Tihiy_Don 23-01-2025 21:38

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"

Budakgamers9849 28-05-2025 06:34

https://imgur.com/IL2I8fR

Can you help me? What compressor is supported with this setup, I've searched but couldn't find it.

Masquerade 11-06-2025 11:48

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!

XH75819116 30-06-2025 03:53

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});

XH75819116 30-06-2025 05:24

Quote:

Originally Posted by audiofeel (Post 508112)
My guess is that there are too many frames in your gif animation file or its size is large. my example uses a gif animation with a minimum framerate and a size of 1.35 MB. Yes, there is a delay, but it is minimal.

I'll test it. Thanks.

jojo670 11-10-2025 21:32

Thank you very much for this very complete and high-quality package.

Saifuddin 03-01-2026 00:55

https://s12.gifyu.com/images/bhv3s.png
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

Saifuddin 06-01-2026 22:23

Quote:

Originally Posted by audiofeel (Post 509149)
Code:

[Execs]
; AppExe1=Tile Caption|Exec Directory|Exec File|Shortcut Name|Parameters|IconFilename|IconIndex
AppExe1=Red Dead Redemption 2||Launcher.exe|Red Dead Redemption 2 v1.0.1436|-fullscreen -skipintro|{app}\RDR2_icon.ico|0

[Icons]
#ifdef AppExe1
Name: {group}\{#E1[62]}; Filename: {app}\{#E1[60]}\{#E1[61]}; Parameters: {#E1[63]}; IconFilename: {#E1[64]}; IconIndex: {#E1[65]}; WorkingDir: {app}\{#E1[60]}; Check: CreateShortcuts1;
Name: {commondesktop}\{#E1[62]}; Filename: {app}\{#E1[60]}\{#E1[61]}; Parameters: {#E1[63]}; IconFilename: {#E1[64]}; IconIndex: {#E1[65]}; WorkingDir: {app}\{#E1[60]}; Check: CreateShortcuts1;
#endif


Thank you!

BLACKFIRE69 08-04-2026 12:33

It took long to respond
 
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.

Cuttlas 02-07-2026 12:38

Hi dear BLACKFIRE69

thank you for ur GREAT FMXInno project. NICE AND WONDERFUL, BRO

i have created a setup which plays a music and have a font,

the problems are:

1. the font wont load at all!!! Win10 and Win11 x64 tested

2. on some users' systems for no reason only the music will play and no setup screen will show and i can not find the problem.

- and is there any way to make the setup window rounded?

here is my setup script:

EXPIRED

any help is really appreciated,

awaiting ur respond, bro
kind regards

audiofeel 02-07-2026 16:10

1 Attachment(s)
Quote:

Originally Posted by Cuttlas (Post 510394)
Hi dear BLACKFIRE69

thank you for ur GREAT FMXInno project. NICE AND WONDERFUL, BRO

i have created a setup which plays a music and have a font,

the problems are:

1. the font wont load at all!!! Win10 and Win11 x64 tested

2. on some users' systems for no reason only the music will play and no setup screen will show and i can not find the problem.

- and is there any way to make the setup window rounded?

here is my setup script:

https://limewire.com/d/Kabbd#upBW4OpSGu

any help is really appreciated,

awaiting ur respond, bro
kind regards

Fixed....

nsaer 06-08-2026 17:53

Hi guys, I need help. I'm having trouble extracting the codes shown in the image.

https://i16.servimg.com/u/f16/18/15/28/91/1120.png

https://i16.servimg.com/u/f16/18/15/28/91/2171.png

https://i16.servimg.com/u/f16/18/15/28/91/2026-057.png


All times are GMT -7. The time now is 08:29.

Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2026, vBulletin Solutions Inc.
FileForums @ https://fileforums.com