Go Back   FileForums > Game Backup > PC Games > PC Games - CD/DVD Conversions > Conversion Tutorials

Reply
 
Thread Tools Search this Thread Display Modes
  #1  
Old 18-09-2022, 05:36
BLACKFIRE69's Avatar
BLACKFIRE69 BLACKFIRE69 is offline
Registered User
 
Join Date: Mar 2019
Location: In the Hell
Posts: 701
Thanks: 486
Thanked 2,615 Times in 574 Posts
BLACKFIRE69 is on a distinguished road
Arrow FMXInno v1.0.0.2 - Updates

FMXInno - Updates

Code:
Added:

  - function EnableWinDarkMode(IsDark: Boolean): Boolean;
  - function IsWinDarkModeEnabled: Boolean;
  - function EnableWinTransparency(Enabled: Boolean): Boolean;
  - function IsWinTransparencyEnabled: Boolean;
  - function EnableWinAccentColor(Enabled: Boolean): Boolean;
  - function IsWinAccentColorEnabled: Boolean;
  - function RestartWinExplorer: Boolean;

  - function GetWinAccentColorVCL: TColor;
  - function GetWinAccentColorFMX: TAlphaColor;

Improved:

  - Customizable exit form.

,

Last edited by BLACKFIRE69; 14-07-2024 at 01:37.
Reply With Quote
The Following 3 Users Say Thank You to BLACKFIRE69 For This Useful Post:
audiofeel (18-09-2022), hitman797 (18-09-2022), ScOOt3r (18-09-2022)
Sponsored Links
  #2  
Old 20-09-2022, 10:05
BLACKFIRE69's Avatar
BLACKFIRE69 BLACKFIRE69 is offline
Registered User
 
Join Date: Mar 2019
Location: In the Hell
Posts: 701
Thanks: 486
Thanked 2,615 Times in 574 Posts
BLACKFIRE69 is on a distinguished road
Arrow FMXInnoSk

New FMXInnoSk



FMXInno + Skia >> FMXInnoSk


FMXInnoSk is a side projects of FMXInno itself, where the other external API are integrated into FMXInno.
Here is the integration of Skia (is a cross-platform 2D graphics API developed by Google) to FMXInno as a starting step.


More about Skia:
skia.org
skia4delphi


FMXInnoSk requires the sk4d.dll lib.

(sorry for the low resolution GIFs )


,

Last edited by BLACKFIRE69; 14-07-2024 at 01:38.
Reply With Quote
The Following 5 Users Say Thank You to BLACKFIRE69 For This Useful Post:
ADMIRAL (24-09-2022), audiofeel (20-09-2022), Cesar82 (21-09-2022), Gehrman (20-09-2022), ScOOt3r (20-09-2022)
  #3  
Old 23-09-2022, 09:25
TEAmo TEAmo is offline
Registered User
 
Join Date: Aug 2016
Location: china
Posts: 3
Thanks: 1
Thanked 0 Times in 0 Posts
TEAmo is on a distinguished road
Quote:
Originally Posted by audiofeel View Post
if the theme in the system is dark, then the installer will be white and vice versa.
all fonts are taken from the system 'Segoe UI Variable Text' and 'Segoe Fluent Icon'. they are only in W11
Can I upload your script? Thank you
Reply With Quote
  #4  
Old 14-11-2022, 10:25
ADMIRAL's Avatar
ADMIRAL ADMIRAL is offline
Registered User
 
Join Date: Oct 2019
Location: iran
Posts: 92
Thanks: 569
Thanked 40 Times in 34 Posts
ADMIRAL is on a distinguished road
inno setup

Quote:
Originally Posted by audiofeel View Post
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
Attached Images
File Type: jpg Untitled.jpg (248.4 KB, 203 views)
__________________
Search and Find
Reply With Quote
The Following 2 Users Say Thank You to ADMIRAL For This Useful Post:
audiofeel (15-11-2022), Gehrman (15-11-2022)
  #5  
Old 15-11-2022, 07:29
ADMIRAL's Avatar
ADMIRAL ADMIRAL is offline
Registered User
 
Join Date: Oct 2019
Location: iran
Posts: 92
Thanks: 569
Thanked 40 Times in 34 Posts
ADMIRAL is on a distinguished road
Quote:
Originally Posted by audiofeel View Post
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
__________________
Search and Find
Reply With Quote
The Following 2 Users Say Thank You to ADMIRAL For This Useful Post:
audiofeel (15-11-2022), BLACKFIRE69 (15-11-2022)
  #6  
Old 17-11-2022, 11:40
BLACKFIRE69's Avatar
BLACKFIRE69 BLACKFIRE69 is offline
Registered User
 
Join Date: Mar 2019
Location: In the Hell
Posts: 701
Thanks: 486
Thanked 2,615 Times in 574 Posts
BLACKFIRE69 is on a distinguished road
Arrow 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.
Reply With Quote
The Following 4 Users Say Thank You to BLACKFIRE69 For This Useful Post:
ADMIRAL (19-11-2022), audiofeel (17-11-2022), ffmla (19-11-2022), ScOOt3r (17-11-2022)
  #7  
Old 27-11-2022, 04:41
BLACKFIRE69's Avatar
BLACKFIRE69 BLACKFIRE69 is offline
Registered User
 
Join Date: Mar 2019
Location: In the Hell
Posts: 701
Thanks: 486
Thanked 2,615 Times in 574 Posts
BLACKFIRE69 is on a distinguished road
Arrow FMXInno + FMXInnoSk - Updates

Quote:
Originally Posted by audiofeel View Post
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.

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

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

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 07:44.


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