|
#76
|
||||
|
||||
|
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) , Last edited by BLACKFIRE69; 14-07-2024 at 01:41. |
| The Following User Says Thank You to BLACKFIRE69 For This Useful Post: | ||
audiofeel (12-11-2022) | ||
| Sponsored Links |
|
#77
|
|||
|
|||
|
Quote:
|
| The Following User Says Thank You to Masquerade For This Useful Post: | ||
audiofeel (13-11-2022) | ||
|
#78
|
||||
|
||||
|
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??
__________________
Search and Find |
|
#79
|
||||
|
||||
|
Quote:
![]() 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] Last edited by BLACKFIRE69; 14-07-2024 at 01:42. |
|
#80
|
||||
|
||||
|
inno setup
Quote:
I tested with the inno-setup 5.5.1 ee2 enhanced and it had a problem like this
__________________
Search and Find |
|
#81
|
||||
|
||||
|
Quote:
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 ![]() ![]()
__________________
Search and Find |
| The Following 2 Users Say Thank You to ADMIRAL For This Useful Post: | ||
audiofeel (15-11-2022), BLACKFIRE69 (15-11-2022) | ||
|
#82
|
||||
|
||||
|
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. Last edited by BLACKFIRE69; 22-12-2022 at 10:37. |
|
#83
|
||||
|
||||
|
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'));
|
|
#84
|
||||
|
||||
|
sorry, i forgot to mention that MinimizeWindowCustomAnimated function doesn't work for FCreateNormal.
|
|
#85
|
||||
|
||||
|
Quote:
Code:
* Fixed AddMousedownControls for lockscreen. __________________________________________________ ________ Code:
What's new * Added Windows Notifications. * Updated Skia (sk4d v4.0.1 --> v4.0.2) * Some improvements. Last edited by BLACKFIRE69; 14-07-2024 at 01:42. |
|
#86
|
|||
|
|||
|
Error
I am getting this error when compiling with Inno v6 , what is the solution ?
![]() Is there any tutorial for this nice script ?
__________________
Paint me white so i can invisibly fight in the light...paint me black so i can hide my tears in the shadow of your heart. |
|
#88
|
||||
|
||||
|
Quote:
(example: C:\Downloads\FMXInno\Script.iss) |
|
#89
|
|||
|
|||
|
Quote:
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 Last edited by MojoW; 03-12-2022 at 12:08. |
|
#90
|
|||
|
|||
|
Quote:
So it wasn't deleted. Last edited by MojoW; 03-12-2022 at 17:57. |
![]() |
|
|
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 |