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
  #241  
Old 30-04-2023, 17:29
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
@BLACKFIRE69
And another question arose. such an effect as procedure AnimateOpacity(FOpacity, FDuration, FDelay: Single) has only FLayout - is this due to some restrictions? is it possible to add it to other objects such as text, buttons, etc.
yes, other objects can have this property too. in the next update, i'll add it in a more useful way

Quote:
Originally Posted by audiofeel View Post
And is it possible to adjust the distance between lines in the FText as in html = Line spacing = <LS:Height>Text</LS> , Ex: <LS:14>Hello</LS>
i'm not sure about that.
Reply With Quote
The Following 3 Users Say Thank You to BLACKFIRE69 For This Useful Post:
audiofeel (01-05-2023), Behnam2018 (02-05-2023), hitman797 (01-05-2023)
Sponsored Links
  #242  
Old 02-05-2023, 13:34
Tihiy_Don Tihiy_Don is offline
Registered User
 
Join Date: Mar 2023
Location: Los Angeles Lakers
Posts: 43
Thanks: 91
Thanked 26 Times in 18 Posts
Tihiy_Don is on a distinguished road
Is it possible to use the video as the background of the installer? Buttons, text, and so on will be placed on top of the video.
Reply With Quote
The Following User Says Thank You to Tihiy_Don For This Useful Post:
Behnam2018 (02-05-2023)
  #243  
Old 03-05-2023, 06:44
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
@BLACKFIRE69
If the html text is placed on some object and the transparency is set to 0 in the properties. Then the object becomes transparent as expected and the html text remains visible

@audiofeel
it seems that the opacity property is not functioning correctly on the FHTMLText custom component.


Quote:
Originally Posted by Tihiy_Don View Post
Is it possible to use the video as the background of the installer? Buttons, text, and so on will be placed on top of the video.

@Tihiy_Don
it may not possible.

"In Delphi FMX, the MediaControl component is designed to always appear on top of other components and objects on the form, even if it is placed lower in the Z-order (or stacking order) than other components.

This is because the MediaControl component is responsible for rendering video and audio content on the form, and it needs to have priority over other components to ensure that the content is visible and accessible to the user.
"


Quote:
Originally Posted by audiofeel View Post
@BLACKFIRE69
Can I programmatically scroll the scrollbar to the left or right? with buttons?
on the "Location" page you will see what I would like to do, but I don't know how

@audiofeel
In the provided example, the scrolling functionality of the scrollbox will respond to both the left/right arrow keys (FInstNewProc - Updated) and the two buttons.


.

Last edited by BLACKFIRE69; 14-07-2024 at 01:58.
Reply With Quote
The Following 3 Users Say Thank You to BLACKFIRE69 For This Useful Post:
audiofeel (03-05-2023), Cesar82 (03-05-2023), crachlow (03-05-2023)
  #244  
Old 04-05-2023, 23:43
ADMIRAL's Avatar
ADMIRAL ADMIRAL is offline
Registered User
 
Join Date: Oct 2019
Location: iran
Posts: 92
Thanks: 568
Thanked 40 Times in 34 Posts
ADMIRAL is on a distinguished road
Quote:
Originally Posted by audiofeel View Post
@BLACKFIRE69

Thanks. in my opinion, it turned out well. what I wanted
https://ibb.co/wYvYdkk
Hello
It's great that you were able to create this project using Inno setup.
Is this going to be a setup or just an introduction of game?
Another thing you forgot to add is the exit option
__________________
Search and Find

Last edited by ADMIRAL; 04-05-2023 at 23:49.
Reply With Quote
The Following User Says Thank You to ADMIRAL For This Useful Post:
audiofeel (05-05-2023)
  #245  
Old 10-05-2023, 22:09
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
@BLACKFIRE. Hello. FMemo does not work as I would like. Everything is fine, except that when a new archive starts, there is an empty line after Unpacking. I will provide part of the code below.
What am I doing wrong? It will be useful to many, I think.
Code:
function ProgressCallback(OverallPct, CurrentPct, DiskTotalMB, DiskExtractedMB: integer; DiskName, CurrentFile, TimeStr1, TimeStr2, TimeStr3, Speed: WideString): longword;
var
 S: WideString;
begin
  S:= 'Unpacking: ' + CurrentFile;
  if Page2Memo.LineStrings(Page2Memo.LineCount - 1) <> S then
  begin
    Page2Memo.AddLine(S);
  end;
  Result:= ISArcExCancel;
end;

have you tried this?


Code:
function ProgressCallback(OverallPct, CurrentPct, DiskTotalMB, DiskExtractedMB: integer; DiskName, CurrentFile, TimeStr1, TimeStr2, TimeStr3, Speed: WideString): longword;
var
 S: WideString;
begin
  S:= 'Unpacking: ' + CurrentFile;
  if (length(CurrentFile) > 0) and (Page2Memo.LineStrings(Page2Memo.LineCount - 1) <> S) then
  begin
    Page2Memo.AddLine(S);
  end;
  Result:= ISArcExCancel;
end;
Reply With Quote
The Following User Says Thank You to BLACKFIRE69 For This Useful Post:
audiofeel (22-06-2023)
  #246  
Old 10-05-2023, 22:20
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 - News update

FMXInno - News update

Quote:
1. Currently, my focus is on developing FMXInno-FluentApi version 2.0.
The tests reveal that the most prominent aspect of FluentApi v2.0 is its comprehensive support for Windows, including Windows 7, 8.1, 10, and 11.


2. When dragging the installer in Windows 10 with acrylic effect is on, it causes a lag that has not been resolved with an acceptable solution thus far. In light of this,
FluentApi v2.0 will turn-off the acrylic effect temporarily while moving the installer, leading to a semi-transparent appearance while the installer is being moved.
Code:
Tested OS:

* Windows 11 Pro  - latest.
* Windows 10 Pro  - latest.
* Windows 8.1 Pro - latest.
* Windows 7 Pro   - Service Pack 1.

,

Last edited by BLACKFIRE69; 14-07-2024 at 01:59.
Reply With Quote
The Following 9 Users Say Thank You to BLACKFIRE69 For This Useful Post:
audiofeel (22-06-2023), Cesar82 (13-05-2023), crachlow (12-05-2023), Ele (26-06-2023), ffmla (25-05-2023), Gehrman (12-05-2023), kj911 (12-05-2023), tayeb1992 (25-05-2023), Tihiy_Don (14-05-2023)
  #247  
Old 18-05-2023, 04:55
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 - News Updates

FMXInno - News Updates

Code:
* New DiskList Blueprint.
.

Last edited by BLACKFIRE69; 14-07-2024 at 01:59.
Reply With Quote
The Following 8 Users Say Thank You to BLACKFIRE69 For This Useful Post:
alexachu (18-05-2023), audiofeel (22-06-2023), Cesar82 (27-05-2023), crachlow (21-05-2023), Ele (26-06-2023), ffmla (25-05-2023), tayeb1992 (25-05-2023), Wanterlude (23-05-2023)
  #248  
Old 22-05-2023, 15:47
Junior53's Avatar
Junior53 Junior53 is offline
Registered User
 
Join Date: May 2023
Location: Sri Lanka
Posts: 25
Thanks: 23
Thanked 32 Times in 10 Posts
Junior53 is on a distinguished road
Thanks for this amazing tool...
Can you give me the source code? because i just want to customize it.

Last edited by Junior53; 22-05-2023 at 15:50.
Reply With Quote
The Following User Says Thank You to Junior53 For This Useful Post:
Behnam2018 (11-06-2023)
  #249  
Old 25-05-2023, 08:51
tayeb1992's Avatar
tayeb1992 tayeb1992 is offline
Registered User
 
Join Date: May 2023
Location: Africa
Posts: 4
Thanks: 11
Thanked 7 Times in 4 Posts
tayeb1992 is on a distinguished road
Quote:
Originally Posted by Junior53 View Post
Thanks for this amazing tool...
Can you give me the source code? because i just want to customize it.
Source Code
ISFMXFW by Jivanewstone
StyleControls VCL to make the form VCL semi-transparent use acrylic effect
StyleControls VCL
This is VCL Form using acrylic effect to make the form semi-transparent.


Last edited by tayeb1992; 25-05-2023 at 08:56.
Reply With Quote
The Following 3 Users Say Thank You to tayeb1992 For This Useful Post:
audiofeel (22-06-2023), Behnam2018 (11-06-2023), Junior53 (26-05-2023)
  #250  
Old 26-05-2023, 22:31
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 Junior53 View Post
Thanks for this amazing tool...
Can you give me the source code? because i just want to customize it.

you're all welcome to participate in the development of the FMXInno plugin. to become a member, it's necessary to create at least three new blueprints (in FMXInno, i use the term 'Blueprints' to describe custom components, just like in the Unreal Engine.) for FMXInno that are currently not available in the plugin. meeting this requirement is the only criterion for membership.

obtain the ISFMXFW (by Jiva newstone) source code and present your work done with it.
Reply With Quote
The Following 7 Users Say Thank You to BLACKFIRE69 For This Useful Post:
audiofeel (22-06-2023), Behnam2018 (11-06-2023), Cesar82 (27-05-2023), crachlow (03-06-2023), Ele (26-06-2023), Junior53 (30-05-2023), tayeb1992 (27-05-2023)
  #251  
Old 27-05-2023, 22:31
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
What is the reason for my newbie getting stuck when exiting
Reply With Quote
The Following User Says Thank You to XH75819116 For This Useful Post:
Behnam2018 (11-06-2023)
  #252  
Old 27-05-2023, 22:33
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
Seeking guidance from the leader
Reply With Quote
The Following User Says Thank You to XH75819116 For This Useful Post:
Behnam2018 (11-06-2023)
  #253  
Old 10-06-2023, 01:23
tayeb1992's Avatar
tayeb1992 tayeb1992 is offline
Registered User
 
Join Date: May 2023
Location: Africa
Posts: 4
Thanks: 11
Thanked 7 Times in 4 Posts
tayeb1992 is on a distinguished road
Quote:
Originally Posted by XH75819116 View Post
What is the reason for my newbie getting stuck when exiting.
Seeking guidance from the leader
Download the full source code from the first post.

FMXInno + FMXInnoSkia - Final Release [2023-Apr-21].7z

Last edited by tayeb1992; 11-06-2023 at 03:05.
Reply With Quote
The Following User Says Thank You to tayeb1992 For This Useful Post:
Behnam2018 (11-06-2023)
  #254  
Old 11-06-2023, 09:30
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 Google's Bard AI for FMXInno

Google's Bard AI for FMXInno

i've got a solid shot at integrating the Google's Bard AI into the FMXInno plugin. i'm really curious to know what you think about it. would you be interested in having the Bard AI as a feature of the FMXInno plugin?
Reply With Quote
The Following 5 Users Say Thank You to BLACKFIRE69 For This Useful Post:
audiofeel (22-06-2023), Behnam2018 (11-06-2023), crachlow (12-06-2023), Ele (26-06-2023), tayeb1992 (12-06-2023)
  #255  
Old 11-06-2023, 10:59
Tihiy_Don Tihiy_Don is offline
Registered User
 
Join Date: Mar 2023
Location: Los Angeles Lakers
Posts: 43
Thanks: 91
Thanked 26 Times in 18 Posts
Tihiy_Don is on a distinguished road
Quote:
Originally Posted by BLACKFIRE69 View Post
Google's Bard AI for FMXInno

i've got a solid shot at integrating the Google's Bard AI into the FMXInno plugin. i'm really curious to know what you think about it. would you be interested in having the Bard AI as a feature of the FMXInno plugin?
not interesting.
Reply With Quote
The Following 2 Users Say Thank You to Tihiy_Don For This Useful Post:
Behnam2018 (11-06-2023), BLACKFIRE69 (11-06-2023)
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 17:01.


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