Go Back   FileForums > Game Backup > PC Games > PC Games - CD/DVD Conversions > Conversion Tutorials
Register FAQ Community Calendar Today's Posts Search

Reply
 
Thread Tools Search this Thread Display Modes
  #1  
Old 30-06-2025, 05:24
XH75819116 XH75819116 is offline
Registered User
 
Join Date: Jun 2022
Location: china
Posts: 6
Thanks: 0
Thanked 3 Times in 3 Posts
XH75819116 is on a distinguished road
Quote:
Originally Posted by audiofeel View Post
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.
Reply With Quote
Sponsored Links
  #2  
Old 11-10-2025, 21:32
jojo670's Avatar
jojo670 jojo670 is offline
Registered User
 
Join Date: Oct 2022
Location: earth
Posts: 3
Thanks: 3
Thanked 1 Time in 1 Post
jojo670 is on a distinguished road
Thank you very much for this very complete and high-quality package.
Reply With Quote
  #3  
Old 02-07-2026, 12:38
Cuttlas's Avatar
Cuttlas Cuttlas is offline
Registered User
 
Join Date: Aug 2020
Location: Near You :)
Posts: 63
Thanks: 19
Thanked 10 Times in 5 Posts
Cuttlas is on a distinguished road
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

Last edited by Cuttlas; 03-07-2026 at 01:20.
Reply With Quote
  #4  
Old 02-07-2026, 16:10
audiofeel's Avatar
audiofeel audiofeel is offline
Registered User
 
Join Date: Jan 2013
Location: Russia
Posts: 56
Thanks: 490
Thanked 1,097 Times in 381 Posts
audiofeel is on a distinguished road
Quote:
Originally Posted by Cuttlas View Post
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....
Attached Files
File Type: 7z installer-fix.7z (8.61 MB, 11 views)
__________________
https://t.me/FMXInno
Reply With Quote
  #5  
Old 26-05-2022, 00:24
BLACKFIRE69's Avatar
BLACKFIRE69 BLACKFIRE69 is offline
Registered User
 
Join Date: Mar 2019
Location: In the Hell
Posts: 699
Thanks: 486
Thanked 2,603 Times in 572 Posts
BLACKFIRE69 is on a distinguished road
Quote:
Originally Posted by audiofeel View Post
could you provide an example of how you calculate the free space needed for installation. if any additional checkboxes are marked. you have an example, but it is not completed
is this not enough?

Code:
function InitDiskUsage: FDiskUsage;

// DISK
 FDiskUsage = interface(IUnknown)
   '{08403E71-113A-4F88-960F-36296CB8AAA1}'
    procedure SetDir(Const ADir: String);
    function DiskLoad: Cardinal;
    function TotalSpace: Double;
    function FreeSpace: Double;
    function UsedSpace: Double;
 end;
Reply With Quote
The Following User Says Thank You to BLACKFIRE69 For This Useful Post:
audiofeel (10-06-2022)
  #6  
Old 10-06-2022, 12:18
BLACKFIRE69's Avatar
BLACKFIRE69 BLACKFIRE69 is offline
Registered User
 
Join Date: Mar 2019
Location: In the Hell
Posts: 699
Thanks: 486
Thanked 2,603 Times in 572 Posts
BLACKFIRE69 is on a distinguished road
Arrow FMXInno v1.0.0.1 - update

Update!

Code:
- Added a blank form.
- Added new effects.
- Added translucent objects.
- Integrated a HTTP Client API.
- Updated classes.
- Updated image slideshow.

Last edited by BLACKFIRE69; 14-07-2024 at 01:29.
Reply With Quote
The Following 5 Users Say Thank You to BLACKFIRE69 For This Useful Post:
ADMIRAL (12-06-2022), audiofeel (10-06-2022), ffmla (21-06-2022), Gehrman (11-06-2022), ScOOt3r (10-06-2022)
  #7  
Old 11-06-2022, 00:41
BLACKFIRE69's Avatar
BLACKFIRE69 BLACKFIRE69 is offline
Registered User
 
Join Date: Mar 2019
Location: In the Hell
Posts: 699
Thanks: 486
Thanked 2,603 Times in 572 Posts
BLACKFIRE69 is on a distinguished road
Quote:
Originally Posted by audiofeel View Post
I could not apply the font through "function AddFontResource" if it is not difficult I would like to see how you do it.
here is an example.

Last edited by BLACKFIRE69; 14-07-2024 at 01:30.
Reply With Quote
The Following User Says Thank You to BLACKFIRE69 For This Useful Post:
audiofeel (11-06-2022)
  #8  
Old 11-06-2022, 04:11
BLACKFIRE69's Avatar
BLACKFIRE69 BLACKFIRE69 is offline
Registered User
 
Join Date: Mar 2019
Location: In the Hell
Posts: 699
Thanks: 486
Thanked 2,603 Times in 572 Posts
BLACKFIRE69 is on a distinguished road
Quote:
Originally Posted by audiofeel View Post
please make examples of "SysFunc.iss". especially interested in "function BrowseDirModern".
SysFuncDLL Fix + BrowseDirModern Example

Quote:
Originally Posted by audiofeel View Post
why does the "FDirBrowse" already have a path "C:\Program Files (x86)" and can't apply {code:nosd} ?
oops. check this out.

FMXInnoDLL v1.0.0.1 + Fix (Lib Only)

Code:
[Setup]
...
DefaultDirName ={code:DefMyPath}\Inno Example with FMXInno Library
...

{Code]
...
function DefMyPath(Param: String): String;
begin
  Result:= ExpandConstant('{win}');
end;
...

procedure FMXDesigning; 
begin
...
{ Dir Browse Dlg }                                 
  DirBrowseDlg.FCreate(0, 'Select Install Directory', WizardForm.DirEdit.Text);
...
end;

Last edited by BLACKFIRE69; 14-07-2024 at 01:30.
Reply With Quote
The Following 9 Users Say Thank You to BLACKFIRE69 For This Useful Post:
ADMIRAL (12-06-2022), audiofeel (11-06-2022), Cesar82 (12-06-2022), Gehrman (11-06-2022), Harsh ojha (23-06-2022), houcine80 (11-06-2022), joker85 (03-07-2025), Razor12911 (19-06-2022), ScOOt3r (11-06-2022)
  #9  
Old 19-06-2022, 16:48
BLACKFIRE69's Avatar
BLACKFIRE69 BLACKFIRE69 is offline
Registered User
 
Join Date: Mar 2019
Location: In the Hell
Posts: 699
Thanks: 486
Thanked 2,603 Times in 572 Posts
BLACKFIRE69 is on a distinguished road
Arrow FMXInno v1.0.0.2 - Update

Update!

Code:
* Added color conversion between FMX and VCL (Testing).
* Added image slideshow api.
  -- Supports multi-transitions.
* Added some other functions.
  -- GetDesktopImgColorVCL
  -- GetDesktopImgColorFMX
* Added HTTP Client Api to work with single-thread.
* Fixed minor issues known so far.
* Updated Classes.
.

Last edited by BLACKFIRE69; 14-07-2024 at 01:30.
Reply With Quote
The Following 8 Users Say Thank You to BLACKFIRE69 For This Useful Post:
ADMIRAL (21-06-2022), audiofeel (20-06-2022), ffmla (21-06-2022), Gehrman (20-06-2022), Harsh ojha (22-06-2022), hitman797 (21-06-2022), joker85 (03-07-2025), Razor12911 (19-06-2022)
  #10  
Old 20-06-2022, 05:53
BLACKFIRE69's Avatar
BLACKFIRE69 BLACKFIRE69 is offline
Registered User
 
Join Date: Mar 2019
Location: In the Hell
Posts: 699
Thanks: 486
Thanked 2,603 Times in 572 Posts
BLACKFIRE69 is on a distinguished road
Quote:
Originally Posted by audiofeel View Post
Greetings. If a theme with multiple images (slide show) is selected in the system, an error occurs. I attach a screenshot. possible only on the Win 11 Dev 25410 build
https://ibb.co/sKr140s
fixed!

.

Last edited by BLACKFIRE69; 14-07-2024 at 01:31.
Reply With Quote
The Following User Says Thank You to BLACKFIRE69 For This Useful Post:
audiofeel (20-06-2022)
  #11  
Old 20-06-2022, 10:27
BLACKFIRE69's Avatar
BLACKFIRE69 BLACKFIRE69 is offline
Registered User
 
Join Date: Mar 2019
Location: In the Hell
Posts: 699
Thanks: 486
Thanked 2,603 Times in 572 Posts
BLACKFIRE69 is on a distinguished road
Arrow FMXInno v1.0.0.2 - Fix 02

FMXInno v1.0.0.2 - Fix 02

Code:
following functions have been fixed.

1. GetDesktopImgColorVCL
2. GetDesktopImgColorFMX

3. FMXColorToVCL
4. VCLColorToFMX

5. SetVCLColorLighter
6. SetVCLColorDarker

7. GetImgColorVCL
8. GetImgColorFMX
.

Last edited by BLACKFIRE69; 14-07-2024 at 01:31.
Reply With Quote
The Following 4 Users Say Thank You to BLACKFIRE69 For This Useful Post:
ADMIRAL (21-06-2022), audiofeel (20-06-2022), ffmla (21-06-2022), Harsh ojha (23-06-2022)
  #12  
Old 22-06-2022, 12:26
BLACKFIRE69's Avatar
BLACKFIRE69 BLACKFIRE69 is offline
Registered User
 
Join Date: Mar 2019
Location: In the Hell
Posts: 699
Thanks: 486
Thanked 2,603 Times in 572 Posts
BLACKFIRE69 is on a distinguished road
Arrow FMXInno Updates

FMXInno Updates

Code:
* Customizable lock screen.
  -- AutoMode
  -- Animations
  -- Blur Effect
  -- Custom Font Settings
  -- Custom positions
  -- Lockscreen Image
  -- Lockscreen Text
.

Last edited by BLACKFIRE69; 14-07-2024 at 01:31.
Reply With Quote
The Following 3 Users Say Thank You to BLACKFIRE69 For This Useful Post:
audiofeel (22-06-2022), Gehrman (24-06-2022), Harsh ojha (23-06-2022)
  #13  
Old 26-06-2022, 07:13
BLACKFIRE69's Avatar
BLACKFIRE69 BLACKFIRE69 is offline
Registered User
 
Join Date: Mar 2019
Location: In the Hell
Posts: 699
Thanks: 486
Thanked 2,603 Times in 572 Posts
BLACKFIRE69 is on a distinguished road
Thumbs up FMXInno v1.0.0.2 - Final Release

Quote:
Originally Posted by BLACKFIRE69 View Post
FMXInno v1.0.0.2 - Fix 02
Code:
following functions have been fixed.

1. GetDesktopImgColorVCL
2. GetDesktopImgColorFMX

3. FMXColorToVCL
4. VCLColorToFMX

5. SetVCLColorLighter
6. SetVCLColorDarker

7. GetImgColorVCL
8. GetImgColorFMX

two additional functions were added if needed.

Quote:
function GetImgPartColorFMX(AImage: WideString; PixelX, PixelY, PixelH, PixelW: Integer): Integer;
function GetImgPartColorVCL(AImage: WideString; PixelX, PixelY, PixelH, PixelW: Integer): Integer;


Example:

{ TranslucentRect }
TranslucentRect.FCreate(BackgroundImage.Handle);
TranslucentRect.SetBounds(NS(76), NS(32), NS(485), NS(128));
TranslucentRect.BlurColor(GetImgPartColorFMX(ExtractAndLoad('wallpaper_color.jpg'), 290, 700, 43, 148));
TranslucentRect.OnMouseDown(@FormMouseDown);

{ TranslucentCircle }
TranslucentCircle.FCreate(BackgroundImage.Handle);
TranslucentCircle.SetBounds(NS(32), NS(192), NS(200), NS(200));
TranslucentCircle.BlurColor(GetImgPartColorFMX(ExtractAndLoad('wallpaper_color.jpg'), 773, 277, 26, 57));
TranslucentCircle.OnMouseDown(@FormMouseDown);

{ TranslucentCallout }
TranslucentCallout.FCreate(BackgroundImage.Handle) ;
TranslucentCallout.SetBounds(NS(408), NS(192), NS(200), NS(200));
TranslucentCallout.BlurColor(GetImgPartColorFMX(ExtractAndLoad('wallpaper_color.jpg'), 681, 658, 34, 91));
TranslucentCallout.OnMouseDown(@FormMouseDown);


FMXInno v1.0.0.2 - Final Release [06/26/22] has been uploaded to the first post. you can download it now.

Code:
FMXInno External Plugins:

  - CLILib v1.0.0.0
  - CmdOut v1.0.0.2
  - FDownloader_multi v1.0.0.0
  - ImgSlideShow v1.0.0.0 
  - ISArcEx v0.4.0.0
  - MFT v1.1.0.0
  - Sysfunc v1.0.0.0
  - SplitterLib v1.0.0.0
  - XBass_f v4.0.0.0
  - ZipperLib v1.0.0.0
Reply With Quote
The Following 3 Users Say Thank You to BLACKFIRE69 For This Useful Post:
ffmla (26-06-2022), Harsh ojha (26-06-2022), houcine80 (30-06-2022)
  #14  
Old 09-09-2022, 02:54
BLACKFIRE69's Avatar
BLACKFIRE69 BLACKFIRE69 is offline
Registered User
 
Join Date: Mar 2019
Location: In the Hell
Posts: 699
Thanks: 486
Thanked 2,603 Times in 572 Posts
BLACKFIRE69 is on a distinguished road
Quote:
Originally Posted by audiofeel View Post
Greetings to BLACK FIRE 69 ! If you use any form of "Fluent", then when moving it floats behind the pointer, it is late. it is possible that this is only on my PC. I attach the video. https://youtu.be/-UrabBzYYdI
i don't think that FMXInno can solve this internally. but i'll see if there's anything i can do.
maybe this depends on the windows os + graphics performance of the pc. but i don't know exactly.

Quote:
Greetings to BLACK FIRE 69 ! If the "FToggleCheckBox" is set to "Enable(False)", then everything works fine, it is not pressed and is not active. but if you click on the text that is from him, then it will work. video attached.https://youtu.be/3TvsmJKM4i4
yes, a small oversight. thanks for reporting.

(extra (WPI_CorePack): you can also navigate through pages by clicking page labels.)

Last edited by BLACKFIRE69; 15-10-2022 at 16:12.
Reply With Quote
The Following User Says Thank You to BLACKFIRE69 For This Useful Post:
audiofeel (13-09-2022)
  #15  
Old 13-09-2022, 01:53
BLACKFIRE69's Avatar
BLACKFIRE69 BLACKFIRE69 is offline
Registered User
 
Join Date: Mar 2019
Location: In the Hell
Posts: 699
Thanks: 486
Thanked 2,603 Times in 572 Posts
BLACKFIRE69 is on a distinguished road
Arrow FMXInno v1.0.0.2 - Updates

FMXInno - Updates


Code:
- Added ability to change the opacity and brightness of Fluent forms. 
   (MainForm, DirForm, StartForm, CustomForm)

- Fixed focus issue in FluentDirBrowse / FluentStartBrowse.
- Minor bugs have been fixed.
- Some improvements.


function FCreateFluent(WParent: HWND; DarkTheme, NoBorder: Boolean; Opacity: Single;
         BrightnessPct: Byte): HWND;

,

Last edited by BLACKFIRE69; 14-07-2024 at 01:36.
Reply With Quote
The Following 3 Users Say Thank You to BLACKFIRE69 For This Useful Post:
audiofeel (13-09-2022), houcine80 (13-09-2022), ScOOt3r (13-09-2022)
Reply


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

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



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


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