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
  #16  
Old 15-02-2022, 02:45
BLACKFIRE69's Avatar
BLACKFIRE69 BLACKFIRE69 is offline
Registered User
 
Join Date: Mar 2019
Location: In the Hell
Posts: 688
Thanks: 481
Thanked 2,547 Times in 561 Posts
BLACKFIRE69 is on a distinguished road
Wink FMXInno Update

Update available!


what's new
Quote:
-- Feature Added: Form Image SlideShow ( Windows 11 / 10 )

ScreenShot:


Last edited by BLACKFIRE69; 14-07-2024 at 01:29.
Reply With Quote
The Following 7 Users Say Thank You to BLACKFIRE69 For This Useful Post:
ADMIRAL (17-02-2022), FIFA_LOVER (16-02-2022), Gehrman (17-04-2022), Harsh ojha (15-02-2022), hitman797 (15-02-2022), joker85 (03-07-2025), ScOOt3r (15-02-2022)
Sponsored Links
  #17  
Old 27-04-2022, 19:17
Behnam2018 Behnam2018 is offline
Registered User
 
Join Date: Jun 2018
Location: IRAN
Posts: 57
Thanks: 973
Thanked 24 Times in 20 Posts
Behnam2018 is on a distinguished road
Please Script

Nice Installer

Thanks

Please Script
Attached Images
File Type: jpg 1.JPG (65.9 KB, 476 views)
File Type: jpg 2.JPG (67.1 KB, 473 views)
Reply With Quote
  #18  
Old 29-04-2022, 18:42
Behnam2018 Behnam2018 is offline
Registered User
 
Join Date: Jun 2018
Location: IRAN
Posts: 57
Thanks: 973
Thanked 24 Times in 20 Posts
Behnam2018 is on a distinguished road
Thanks
Reply With Quote
  #19  
Old 02-05-2022, 09:55
houcine80's Avatar
houcine80 houcine80 is offline
Registered User
 
Join Date: Jul 2013
Location: Save Palestine
Posts: 873
Thanks: 3,107
Thanked 3,913 Times in 570 Posts
houcine80 is on a distinguished road
Greet work and nice look
__________________
The world has become so cruel that the animal has become nicer than humans
Reply With Quote
The Following User Says Thank You to houcine80 For This Useful Post:
BLACKFIRE69 (04-05-2022)
  #20  
Old 02-05-2022, 19:44
Behnam2018 Behnam2018 is offline
Registered User
 
Join Date: Jun 2018
Location: IRAN
Posts: 57
Thanks: 973
Thanked 24 Times in 20 Posts
Behnam2018 is on a distinguished road
Question Please disable the message

Please disable the message Please disable the message in Windows 7
Attached Images
File Type: jpg Untitled.jpg (148.3 KB, 424 views)
File Type: jpg 1.JPG (136.8 KB, 416 views)
Reply With Quote
  #21  
Old 03-05-2022, 10:56
BLACKFIRE69's Avatar
BLACKFIRE69 BLACKFIRE69 is offline
Registered User
 
Join Date: Mar 2019
Location: In the Hell
Posts: 688
Thanks: 481
Thanked 2,547 Times in 561 Posts
BLACKFIRE69 is on a distinguished road
Quote:
Originally Posted by Behnam2018 View Post
Please disable the message Please disable the message in Windows 7
sorry, FMXInno.dll plugin doesnt work on older versions of windows.
Reply With Quote
  #22  
Old 26-05-2022, 00:24
BLACKFIRE69's Avatar
BLACKFIRE69 BLACKFIRE69 is offline
Registered User
 
Join Date: Mar 2019
Location: In the Hell
Posts: 688
Thanks: 481
Thanked 2,547 Times in 561 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)
  #23  
Old 10-06-2022, 12:18
BLACKFIRE69's Avatar
BLACKFIRE69 BLACKFIRE69 is offline
Registered User
 
Join Date: Mar 2019
Location: In the Hell
Posts: 688
Thanks: 481
Thanked 2,547 Times in 561 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)
  #24  
Old 11-06-2022, 00:41
BLACKFIRE69's Avatar
BLACKFIRE69 BLACKFIRE69 is offline
Registered User
 
Join Date: Mar 2019
Location: In the Hell
Posts: 688
Thanks: 481
Thanked 2,547 Times in 561 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)
  #25  
Old 11-06-2022, 04:11
BLACKFIRE69's Avatar
BLACKFIRE69 BLACKFIRE69 is offline
Registered User
 
Join Date: Mar 2019
Location: In the Hell
Posts: 688
Thanks: 481
Thanked 2,547 Times in 561 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)
  #26  
Old 19-06-2022, 16:48
BLACKFIRE69's Avatar
BLACKFIRE69 BLACKFIRE69 is offline
Registered User
 
Join Date: Mar 2019
Location: In the Hell
Posts: 688
Thanks: 481
Thanked 2,547 Times in 561 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)
  #27  
Old 19-06-2022, 21:47
fabrieunko fabrieunko is offline
Registered User
 
Join Date: Sep 2021
Location: france
Posts: 217
Thanks: 513
Thanked 78 Times in 71 Posts
fabrieunko is on a distinguished road
hello, I have a question, is your setup usable with dsg?
Reply With Quote
  #28  
Old 20-06-2022, 05:50
BLACKFIRE69's Avatar
BLACKFIRE69 BLACKFIRE69 is offline
Registered User
 
Join Date: Mar 2019
Location: In the Hell
Posts: 688
Thanks: 481
Thanked 2,547 Times in 561 Posts
BLACKFIRE69 is on a distinguished road
Quote:
Originally Posted by fabrieunko View Post
hello, I have a question, is your setup usable with dsg?
yes, after a few modifications, it can be done. but by default it doesn't work with dsg.
Reply With Quote
  #29  
Old 20-06-2022, 05:53
BLACKFIRE69's Avatar
BLACKFIRE69 BLACKFIRE69 is offline
Registered User
 
Join Date: Mar 2019
Location: In the Hell
Posts: 688
Thanks: 481
Thanked 2,547 Times in 561 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)
  #30  
Old 20-06-2022, 10:27
BLACKFIRE69's Avatar
BLACKFIRE69 BLACKFIRE69 is offline
Registered User
 
Join Date: Mar 2019
Location: In the Hell
Posts: 688
Thanks: 481
Thanked 2,547 Times in 561 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)
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 15:17.


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