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 12-11-2022 22:03

FMXInnoSkia v1.0.0.0 - Updates
 
FMXInnoSkia v1.0.0.0 - Updates


Code:

* Updated sk4d.dll  from  v3.4.1(skia v98.1.0)  -->  v4.0.1(skia v107.0.0)

Downloads: FMXInnoSk v1.0.0.0 - Final Release [2022-Nov-11].rar


(not compatible with older versions. so don't mess-up)

,

Masquerade 13-11-2022 06:22

Quote:

Originally Posted by audiofeel (Post 499085)
here is another example of what can be done with FMXInno. the work is taken as a basis
https://krinkels.org/resources/yuwiz.416/

I like this design, would it be possible to do an English translation of the script? The Russian characters do not show correctly for me.

ADMIRAL 13-11-2022 07:54

1 Attachment(s)
i compressed the game by 69compressor and i got this error from WPI.CorePack.Installer about test
i found that this installer is using ISArcEx that is not supporting 69compressor but just freaarc 0.666v
what i can do for it???
is there a way for WPI.CorePack.Installer to use isdone instead of ISarcEx??

BLACKFIRE69 14-11-2022 04:44

Quote:

Originally Posted by audiofeel (Post 499085)
here is another example of what can be done with FMXInno. the work is taken as a basis
https://krinkels.org/resources/yuwiz.416/

good job mate. keep going... ;)


for peeps who love Win11 blur effects,
Code:

// function IsOSMatched(const fOsMinimum: DWORD): Boolean;

if IsOSMatched(B_WIN11_21H2) and FBlur then  // Windows 11 or newer
  // enable Fluent blur
else
  // regular



--------------------------------------------------------------------------

Code:

FMXInno:

* Latest update added to first post. [2022-Nov-14]


ADMIRAL 14-11-2022 10:25

inno setup
 
1 Attachment(s)
Quote:

Originally Posted by audiofeel (Post 499046)
If I didn't notice it, I misunderstood. keep the script
https://ibb.co/VDB2v30

Hi Friend Good Job about this script, but which inno setup did you use??
I tested with the inno-setup 5.5.1 ee2 enhanced and it had a problem like this

ADMIRAL 15-11-2022 07:29

Quote:

Originally Posted by audiofeel (Post 499102)
in Windows 10, there are no fonts that are involved in the script (only Win 11). I was trying to do something... try it!

Boy, I'm so slow minded
I should have thought that it was from the font, if we were neighbors, I would have invited you for a drink. Thank you very much, dear friend:D:D:D

BLACKFIRE69 17-11-2022 11:40

FMXInno v1.0.0.2 - Updates
 
FMXInno v1.0.0.2 - Updates

Code:

* Added SplashScreen.  (Splash.png + Splash.wav)
 - FSplashScreen

* FMX Objects can directly access MouseDown events of main forms. (FMXForm and CustomFluentWindow)
 - FMXForm.AddMousedownControls(Text1.Handle);
  FMXForm.AddMousedownControls(Text2.Handle);
  ...

 - MsgForm.AddMousedownControls(MsgRect1.Handle);
  ...

* Added TPopupBox class.


BLACKFIRE69 18-11-2022 04:54

Quote:

Originally Posted by audiofeel (Post 499137)
:cool:
a good working check for the Windows version

whether the os is Win11 or not is only relevant if the transparent effect is used for the installer.
therefore, i think it's best to do it in the following way.

Code:

if IsOSMatched(B_WIN11_21H2) then  // Windows 11 21H2 or newer
  FMXForm.FCreateFluent(WizardForm.Handle, FDark, False, 0.56, 0)
else
  FMXForm.FCreateBlankForm(WizardForm.Handle, ALCrimson, ExtractAndLoad('Installer.png'));


BLACKFIRE69 21-11-2022 20:22

Quote:

Originally Posted by audiofeel (Post 499193)
A small bug when using "FMXForm.FCreateNormal" and an overlay of "FImage" on it. When minimizing the window.

sorry, i forgot to mention that MinimizeWindowCustomAnimated function doesn't work for FCreateNormal.

BLACKFIRE69 27-11-2022 04:41

FMXInno + FMXInnoSk - Updates
 
Quote:

Originally Posted by audiofeel (Post 499224)
AddMousedownControls = a small bug. when using "lockscreen" (if you click on "lockscreen"), the window is unexpectedly moved to a random location

Code:

* Fixed AddMousedownControls for lockscreen.
latest version added to the first post.
__________________________________________________ ________

Code:

What's new

* Added Windows Notifications.
* Updated Skia (sk4d  v4.0.1  -->  v4.0.2)
* Some improvements.


amin fear 03-12-2022 01:42

Error
 
1 Attachment(s)
I am getting this error when compiling with Inno v6 , what is the solution ?:confused:



Is there any tutorial for this nice script ?

ADMIRAL 03-12-2022 02:51

Quote:

Originally Posted by amin fear (Post 499282)
I am getting this error when compiling with Inno v6 , what is the solution ?:confused:



Is there any tutorial for this nice script ?

use inno setup 5.5.1 ee2 to compile

BLACKFIRE69 03-12-2022 05:36

Quote:

Originally Posted by amin fear (Post 499282)
I am getting this error when compiling with Inno v6 , what is the solution ?:confused:

Is there any tutorial for this nice script ?

can you tell me the file path of Script1.iss?

(example: C:\Downloads\FMXInno\Script.iss)

MojoW 03-12-2022 12:05

Quote:

Originally Posted by BLACKFIRE69 (Post 499288)
can you tell me the file path of Script1.iss?

(example: C:\Downloads\FMXInno\Script.iss)

I wanted to try the examples aswell and had the same error.
Happened on IS 6.0.5 and 6.2.1.
The folders i tried the script in were:
D:\Repack Tools\FMXInno1.0.0.2+FMXInnoSkia1.0.0.0\Script1.is s
C:\Users\MojoW\Downloads\Compressed\FMXInno v1.0.0.2 + FMXInnoSkia v1.0.0.0 - Final Release [2022-Nov-27]\Script1.iss

MojoW 03-12-2022 14:46

1 Attachment(s)
Quote:

Originally Posted by audiofeel (Post 499296)
This error occurs if there is no file "MFT.EXE ". Check if the "Plugin\MFT" folder is located next to the script and there should be a file in this folder "MFT.exe ". Perhaps your antivirus tried (deleted it, etc.)
I just repeated this error myself by deleting this file

Double checked if that plugin was there and it was.
So it wasn't deleted.


All times are GMT -7. The time now is 16:52.

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