#91
|
||||
|
||||
got error
i compressed the game by blackfire69 compressor what was 96compressor.
and this is the error. what i should do???
__________________
Search and Find |
Sponsored Links |
#92
|
||||
|
||||
FMXInno v1.0.0.2 - Updates
FMXInno v1.0.0.2 - Updates
Code:
* Added Dynamic Tiles. - Highly customizable. - Tile shapes can be regular/rounded corner rectangles or even circles. - Allowed users to make their own style tiles. - DeltaX, DeltaY and TimeDuration configure the motion of tiles. * Updated Classes. Last edited by BLACKFIRE69; 14-07-2024 at 01:41. |
The Following 4 Users Say Thank You to BLACKFIRE69 For This Useful Post: | ||
#93
|
||||
|
||||
black fire 69 I have a few suggestions for you. add "XHashNext" to the "FMXInno" library (no need to "drag" the dll with you anymore). also add "xbass_f". although "FMXInno" can play music without outside help, but only "Wav" (this is very good, the size decreases, and so on and so forth. but there is one drawback... I never found a way to pause (I searched everywhere and on "stackoverflow") and the "Wav" itself is very large. and the last sentence. add "boolean" "FDark" to other controls, not only buttons and windows, but also text and so on. thank you!
|
#94
|
||||
|
||||
Quote:
Code:
* Merged XBass_f and XHashNext into FMXInno lib as suggested. , Last edited by BLACKFIRE69; 17-11-2022 at 22:30. |
#95
|
||||
|
||||
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) , 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) |
#96
|
||||
|
||||
Quote:
|
The Following User Says Thank You to Masquerade For This Useful Post: | ||
audiofeel (13-11-2022) |
#97
|
||||
|
||||
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 |
#98
|
||||
|
||||
Quote:
** a small update. completely abandoned the pictures, everything was done by means of FMXInno. Plus small edits (gif, text alignment in the center) ** a small update.now there is a choice of language. Last edited by audiofeel; 27-12-2023 at 10:08. |
The Following 5 Users Say Thank You to audiofeel For This Useful Post: | ||
ADMIRAL (14-11-2022), Gehrman (13-11-2022), Harsh ojha (17-11-2022), Masquerade (13-11-2022), Wanterlude (14-11-2022) |
#99
|
||||
|
||||
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. |
#100
|
||||
|
||||
inno setup
Quote:
I tested with the inno-setup 5.5.1 ee2 enhanced and it had a problem like this
__________________
Search and Find |
#101
|
||||
|
||||
in Windows 10, there are no fonts that are involved in the script (only Win 11). I was trying to do something... try it!
Last edited by audiofeel; 06-03-2023 at 07:25. |
#102
|
||||
|
||||
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) |
#103
|
||||
|
||||
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. Last edited by BLACKFIRE69; 22-12-2022 at 10:37. |
#104
|
||||
|
||||
a good working check for the Windows version Last edited by audiofeel; 27-12-2023 at 10:08. |
#105
|
||||
|
||||
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')); |
Thread Tools | |
Display Modes | |
|
|
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 |