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)

BLACKFIRE69 27-12-2021 11:51

FMXInno - Windows Fluent Design Installer UI for Inno
 
16 Attachment(s)
🎉 Introducing FMXInno

I’m excited to introduce FMXInno, a project I've been passionately developing over the past few days. FMXInno is built upon the foundation laid by Jivanewstone's ISFMXFW project, which you can explore here.

FMXInno is a versatile and powerful plugin that brings the elegance of Windows Fluent Design, custom image-based forms, and standard FMX forms to Inno Setup. But it doesn’t stop there—FMXInno offers a comprehensive toolset designed to enhance your Inno Setup projects with modern UI elements, rich customization options, and a streamlined workflow.


🔑 Key Features:
  • 🛠 All-in-One Solution: FMXInno provides everything you need to create sophisticated and visually appealing installers.
  • 🎒 Comprehensive Toolset: A robust collection of tools and objects to design and customize your setup projects.
  • 🧑 Ease of Use: Designed to be user-friendly, FMXInno allows you to effortlessly create modern UIs, even with minimal coding experience.
  • 🎨 Rich Customization: Tailor every aspect of your installer with a wide range of FMX objects and customization options.
  • Modern UI Design: Bring your setups into the modern age with sleek, professional interfaces.
  • Fast and Flexible: Quickly adapt your designs with real-time updates and dynamic interactions.
  • Efficient Workflow: Streamline your development process with intuitive tools that save you time and effort.
  • 🚀 Rapid Development: Accelerate your project timelines with FMXInno's responsive and efficient features.
  • 🔗 Seamless Integration: FMXInno integrates smoothly with your existing Inno Setup projects, enhancing them without complexity.
  • 💎 Modern Aesthetics: Give your installers a polished and contemporary look that stands out.


🌐 Open Source and Future Plans

I’m committed to keeping FMXInno open-source, with plans to release the full source code as soon as possible. This project will continue to evolve, and I’m excited to see how the community will contribute to its growth.

💡 Examples and Capabilities

To give you a better understanding of what FMXInno.dll can do, I’ve included a few examples that showcase its capabilities. These examples will provide a clear idea of how FMXInno can transform your installation experience.

Q&A:
Quote:

Q: Can I apply certain FMXInno features to an existing Inno script without creating a new one?
A: Absolutely! I've attached an example that demonstrates this. You can achieve this by using a standard FMX form, making it easy to integrate FMXInno into your current projects.


.

ScOOt3r 27-12-2021 11:54

Thank you BLACKFIRE69, i will test this out..

ScOOt3r

lolaya 29-12-2021 08:12

Greet work!

JustFun 30-12-2021 07:23

Nice one mate!
Looks cool and clean.

ScOOt3r 30-12-2021 08:18

https://ibb.co/PM3QKVW just doing a sample install.. installed only 2 data file and when it installs

https://ibb.co/PM3QKVW
this is what it shows.. data1 data1 and uninstall
not sure if its an error in the scrip or something i was doing wrong

BLACKFIRE69 30-12-2021 08:56

Quote:

Originally Posted by ScOOt3r (Post 495303)
https://ibb.co/PM3QKVW just doing a sample install.. installed only 2 data file and when it installs

https://ibb.co/PM3QKVW
this is what it shows.. data1 data1 and uninstall
not sure if its an error in the scrip or something i was doing wrong

it just works fine?
.

DicDalll 05-01-2022 00:02

hello, I'm new to this stuff, I like your design very much, but which line of code should I add to install my own .iso file with the setup? I tried researching but it was too complicated :s

lolaya 07-01-2022 05:46

in 4k screen ,, scale problems

xNoah 10-01-2022 08:26

Windows 10 Test
 
Did a small test on Windows 10, lets just say it didnt turn out good.
https://gyazo.com/c174acae55c914a0343e510993e7b5fc

Upon trying to move the application I have no control over it and it just keeps moving on its own

BLACKFIRE69 12-01-2022 12:34

Quote:

Originally Posted by lolaya (Post 495351)
in 4k screen ,, scale problems

ok lolaya, i'll try to do something about this.

BLACKFIRE69 12-01-2022 12:52

Quote:

Originally Posted by xNoah (Post 495409)
Did a small test on Windows 10, lets just say it didnt turn out good.
https://gyazo.com/c174acae55c914a0343e510993e7b5fc

Upon trying to move the application I have no control over it and it just keeps moving on its own


this doesn't seems to work properly on Windows 10, but i can give you a quick fix. ;)

the quick fix requires at least Windows 10, version 1809 (build 17763) .
Code:

Tested on:
  1. Windows 10, version 20H2.
  2. Windows 10, version 21H1.

1. open the script, scroll down until FMXDesigning procedure and set NoBorder to True for both FCreateFluent & FCreateFluentColor.

https://i.ibb.co/3p76h0t/Annotation1.png


2. replace the current FMXInno.dll file.

3. in addition, change your power-plan to High/Ultimate performance mode.

https://i.ibb.co/4WnVDGV/Annotation2.png




.

Advanced Repack 15-01-2022 03:29

Good luck...
I like programing

xNoah 18-01-2022 11:03

Quote:

Originally Posted by BLACKFIRE69 (Post 495415)
this doesn't seems to work properly on Windows 10, but i can give you a quick fix. ;)

the quick fix requires at least Windows 10, version 1809 (build 17763) .
Code:

Tested on:
  1. Windows 10, version 20H2.
  2. Windows 10, version 21H1.

1. open the script, scroll down until FMXDesigning procedure and set NoBorder to True for both FCreateFluent & FCreateFluentColor.

https://i.ibb.co/3p76h0t/Annotation1.png


2. replace the current FMXInno.dll file.

3. in addition, change your power-plan to High/Ultimate performance mode.

https://i.ibb.co/4WnVDGV/Annotation2.png




.


Hello upon testing this, it doesn't seem to work. I am still have the same issue.

BLACKFIRE69 20-01-2022 06:11

2 Attachment(s)
Quote:

Originally Posted by xNoah (Post 495481)
Hello upon testing this, it doesn't seem to work. I am still have the same issue.


noticed. can you run this test first?
.

xNoah 28-01-2022 09:49

Quote:

Originally Posted by BLACKFIRE69 (Post 495490)
noticed. can you run this test first?
.

Sorry for the late response but I get the same results as you


All times are GMT -7. The time now is 22:44.

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