|
#241
|
||||
|
||||
|
Quote:
i'm not sure about that. |
| The Following 3 Users Say Thank You to BLACKFIRE69 For This Useful Post: | ||
| Sponsored Links |
|
#242
|
|||
|
|||
|
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.
|
| The Following User Says Thank You to Tihiy_Don For This Useful Post: | ||
Behnam2018 (02-05-2023) | ||
|
#243
|
||||
|
||||
|
Quote:
@audiofeel it seems that the opacity property is not functioning correctly on the FHTMLText custom component. Quote:
@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:
@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. |
|
#244
|
||||
|
||||
|
Quote:
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. |
| The Following User Says Thank You to ADMIRAL For This Useful Post: | ||
audiofeel (05-05-2023) | ||
|
#245
|
||||
|
||||
|
Quote:
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;
|
| The Following User Says Thank You to BLACKFIRE69 For This Useful Post: | ||
audiofeel (22-06-2023) | ||
|
#246
|
||||
|
||||
|
FMXInno - News update
Quote:
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. |
|
#247
|
||||
|
||||
|
FMXInno - News Updates
Code:
* New DiskList Blueprint. Last edited by BLACKFIRE69; 14-07-2024 at 01:59. |
|
#248
|
||||
|
||||
|
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. |
| The Following User Says Thank You to Junior53 For This Useful Post: | ||
Behnam2018 (11-06-2023) | ||
|
#249
|
||||
|
||||
|
Quote:
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. |
| The Following 3 Users Say Thank You to tayeb1992 For This Useful Post: | ||
|
#250
|
||||
|
||||
|
Quote:
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. |
|
#251
|
|||
|
|||
|
What is the reason for my newbie getting stuck when exiting
|
| The Following User Says Thank You to XH75819116 For This Useful Post: | ||
Behnam2018 (11-06-2023) | ||
|
#252
|
|||
|
|||
|
Seeking guidance from the leader
|
| The Following User Says Thank You to XH75819116 For This Useful Post: | ||
Behnam2018 (11-06-2023) | ||
|
#253
|
||||
|
||||
|
Quote:
FMXInno + FMXInnoSkia - Final Release [2023-Apr-21].7z Last edited by tayeb1992; 11-06-2023 at 03:05. |
| The Following User Says Thank You to tayeb1992 For This Useful Post: | ||
Behnam2018 (11-06-2023) | ||
|
#254
|
||||
|
||||
|
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? |
| 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
|
|||
|
|||
|
not interesting.
|
| The Following 2 Users Say Thank You to Tihiy_Don For This Useful Post: | ||
Behnam2018 (11-06-2023), BLACKFIRE69 (11-06-2023) | ||
![]() |
| Thread Tools | Search this Thread |
| 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 |