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 29-03-2023, 21:06
wangfeilong0317 wangfeilong0317 is offline
Registered User
 
Join Date: Jul 2019
Location: china
Posts: 18
Thanks: 60
Thanked 6 Times in 5 Posts
wangfeilong0317 is on a distinguished road
Setup cannot exit normally, program is not responding。Am I the only one who has this problem?
Reply With Quote
The Following User Says Thank You to wangfeilong0317 For This Useful Post:
Jahan1373 (10-06-2023)
Sponsored Links
  #2  
Old 30-03-2023, 11:23
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 - Updates

Final Release - March 2023

What's new:

Code:
* Now FMXInno supports ChatGPT.
   - Internet connection is required.
   - You must have an openAI API key.

* Added Google Translate.
   - Internet connection is required.
   - Ex:  S := GoogleTranslate(InputMemo.GetText, 'en', 'ru');

* Upgraded Skia.
   - v 4.1.1   to   v5.0.0
   - There is a compatibility break. so don't mess with old binaries.

* Includes all changes made so far.


The first post has been updated.


.

Last edited by BLACKFIRE69; 14-07-2024 at 01:55.
Reply With Quote
The Following 6 Users Say Thank You to BLACKFIRE69 For This Useful Post:
audiofeel (30-03-2023), hitman797 (30-03-2023), KaktoR (30-03-2023), mausschieber (30-03-2023), Razor12911 (30-03-2023), ScOOt3r (30-03-2023)
  #3  
Old 30-03-2023, 13:24
Masquerade Masquerade is offline
Registered User
 
Join Date: Jan 2020
Location: Monte d'Or
Posts: 1,217
Thanks: 294
Thanked 1,404 Times in 637 Posts
Masquerade is on a distinguished road
Cool, now you can chat with an AI whilst the repack installs
Reply With Quote
The Following User Says Thank You to Masquerade For This Useful Post:
hitman797 (31-03-2023)
  #4  
Old 30-03-2023, 21:43
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 Masquerade View Post
Cool, now you can chat with an AI whilst the repack installs
as a step forward, a co-pilot can be introduced for the installer if needed in the future. (+ voice recognition).
Reply With Quote
The Following 3 Users Say Thank You to BLACKFIRE69 For This Useful Post:
ADMIRAL (31-03-2023), audiofeel (31-03-2023), hitman797 (31-03-2023)
  #5  
Old 01-04-2023, 11: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
Arrow FMXInno - Updates

What's New:

Code:
* Now you can feed media files (Audio/Video) to ChatGPT.
   - Supported formats: *.m4a, *.mp3, *.webm, *.mp4, *.mpga, *.wav, *.mpeg

* Added HTML Texts.
Code:
HTML Text Syntax:

Link	= <a:"https://google.com/">Click Here</a> 
Spoiler	= <spoiler:UniqueName>Text</spoiler>  and  
          <sdetail:name>Expanded text when the spoiler link is clicked.</sdetail>

Bold	= <b>Hello World</b>	 
Italic	= <i>Hello World</i>
Strike	= <s>Hello World</s> 
Underline  = <u>Hello World</u>

FontName   = <fn:Segoe UI Bold>Hello World</fn>	
FontSize   = <fs:18>Hello World</fs> 
FontColor  = <fc:claRed>Hello World</fc>
	   = <fc:$FFFFFF>Hello World</fc>
			
	   > claRed = Red Color (FMX)

BackgroundColor = <bc:claBlack>Hello World</bc>
		= <bc:$FF4563>Hello World</bc>
				
Line Break	= <br> , Ex:  Hello <br> World
Prevent line break after #13#10 sequence
		= <nbr> , Ex: <nbr>Hello World
			
Line spacing    = <LS:Height>Text</LS> , Ex: <LS:14>Hello</LS>			

Align Left	= <L>Text</L>	
Align Center    = <C>Text</C>
Align Right	= <R>Text</R>

Tab			= <t:30>Text
Tab with aligned break	= <tf:30>Text

Unordered list	= <UL></UL>
Ordered list	= <OL></OL> 
List item	= <LI></LI> 


Float		= <float:X,Y,Width>Text</float> 

Ex: <float:20,10,120>Hello World</float>

Code:
HTML Text Example:

S := 'The <fs:20><spoiler:bf-link-01>FireMonkey framework</spoiler></fs>' +
       '<sdetail:bf-link-01>   Developed by <b>Embarcadero Technologies</b></sdetail>' +

       ' is the <u>app development</u> and <u>runtime platform</u> behind' +
       '<br><br>' +

       '<fc:claPurple><b>RAD Studio</b></fc>, <fc:claPurple><b>Delphi</b></fc>, <fc:claRed><fs:14><s><b>.Net</fs></b></s></fc> and <fc:claPurple><b>C++Builder</b></fc>. ' +

       ' <b><i><bc:claYellow>FireMonkey</bc></i></b> is designed for teams building <br><i>multi-device</i>, <i>true native apps</i> for' +

       ' <fs:15><fc:claLightSeaGreen>Windows</fc></fs>, <fs:15><fc:claLightSeaGreen>OS X</fc></fs>, <fs:15><fc:claLightSeaGreen>Android</fc></fs> and <fs:15><fc:claLightSeaGreen>iOS</fc></fs>,' +
       '<br>' +

       'and getting them to app stores and enterprises fast.' +
       '<br><br><br>' +

       '<ul><fs:15><fc:claOrangered>' +
       '<li>Item 01</li>' +
       '<li>Item 02</li>' +
       '</fc>' +

       '<ol><fc:claSienna>' +
       '<li>Sub Item 2.1</li>' +
       '<li>Sub Item 2.2</li>' +
       '</fc></ol>' +

       '<fc:claOrangered>' +
       '<li>Item 03</li>' +
       '</fc>' +

       '</fs></ul>';

Code:
  HTMLText.FCreate(FMXForm.Handle, S);
  HTMLText.AutoWidth(True);
  HTMLText.AutoHeight(True);
  HTMLText.Left(30);
  HTMLText.Top(100);

Last edited by BLACKFIRE69; 14-07-2024 at 01:55.
Reply With Quote
The Following 4 Users Say Thank You to BLACKFIRE69 For This Useful Post:
ADMIRAL (02-04-2023), audiofeel (01-04-2023), hitman797 (01-04-2023), Razor12911 (01-04-2023)
  #6  
Old 30-03-2023, 13:29
KaktoR's Avatar
KaktoR KaktoR is offline
Lame User
 
Join Date: Jan 2012
Location: From outer space
Posts: 4,689
Thanks: 1,106
Thanked 7,336 Times in 2,838 Posts
KaktoR is on a distinguished road
Compression done by AI, when?
__________________
Haters gonna hate
Reply With Quote
The Following 2 Users Say Thank You to KaktoR For This Useful Post:
ffmla (30-03-2023), hitman797 (31-03-2023)
  #7  
Old 07-04-2023, 09:03
crachlow's Avatar
crachlow crachlow is offline
Registered User
 
Join Date: Nov 2017
Location: Eka-burg
Posts: 22
Thanks: 44
Thanked 11 Times in 7 Posts
crachlow is on a distinguished road
Thanks Blackfire69. This solved some problems.
Reply With Quote
The Following 2 Users Say Thank You to crachlow For This Useful Post:
BLACKFIRE69 (07-04-2023), hitman797 (07-04-2023)
  #8  
Old 14-04-2023, 00:28
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
How can I draw and transfer the installation progress to the progressbar if the built-in compression Inno Setup is used?

Last edited by Tihiy_Don; 14-04-2023 at 00:34.
Reply With Quote
The Following User Says Thank You to Tihiy_Don For This Useful Post:
Cesar82 (14-04-2023)
  #9  
Old 18-04-2023, 11:48
crachlow's Avatar
crachlow crachlow is offline
Registered User
 
Join Date: Nov 2017
Location: Eka-burg
Posts: 22
Thanks: 44
Thanked 11 Times in 7 Posts
crachlow is on a distinguished road
BLACKFIRE 69. There was a question about the expediency of calling copy/move operations from the library itself. No, perhaps in some cases this is enough, but to create, for example, a backup and then restore from it, during the uninstall you will have to copy FMXInno to the installation directory. I wouldn't want to do that. Maybe you should consider a system call option? But I would like to leave the Overwrite. Thank you in advance.

Last edited by crachlow; 18-04-2023 at 11:52.
Reply With Quote
  #10  
Old 18-04-2023, 12:04
crachlow's Avatar
crachlow crachlow is offline
Registered User
 
Join Date: Nov 2017
Location: Eka-burg
Posts: 22
Thanks: 44
Thanked 11 Times in 7 Posts
crachlow is on a distinguished road
BLACKFIRE69, do not think that this is not a necessary function in the library itself, I just would like to have an addition for such operations as restoring from a backup without carrying the entire library with it.
Reply With Quote
The Following User Says Thank You to crachlow For This Useful Post:
BLACKFIRE69 (18-04-2023)
  #11  
Old 19-04-2023, 01:06
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 - One more thing

One more thing

Code:
* Users now have the ability to choose their preferred form corner type, (Win11 +)

This feature is particularly beneficial for those who have a strong dislike for rounded corners.



.

Last edited by BLACKFIRE69; 14-07-2024 at 01:57.
Reply With Quote
The Following User Says Thank You to BLACKFIRE69 For This Useful Post:
audiofeel (19-04-2023)
  #12  
Old 19-04-2023, 10:23
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
You can do the same for all child forms
FCustomFluentWindow. and so on....
P.S. I'm not a fan of angles, but sometimes you need them to get into the style
Updated,


.

Last edited by BLACKFIRE69; 14-07-2024 at 01:57.
Reply With Quote
The Following 6 Users Say Thank You to BLACKFIRE69 For This Useful Post:
alexachu (20-04-2023), audiofeel (19-04-2023), Cesar82 (19-04-2023), ffmla (20-04-2023), hitman797 (19-04-2023), Razor12911 (20-04-2023)
  #13  
Old 19-04-2023, 18:23
Cesar82's Avatar
Cesar82 Cesar82 is offline
Registered User
 
Join Date: May 2011
Location: Brazil
Posts: 1,074
Thanks: 1,814
Thanked 2,304 Times in 787 Posts
Cesar82 is on a distinguished road
@BLACKFIRE69, I don't follow your project very much, but I have a question.
Is it possible to define shadows in the labels and define a position for them with respect to the text like in CIU?
If you still don't have support for this, it would be interesting to have X and Y options to move the shadow with a default value of 1px position in relation to left and Top, or parameters for X and Y position for the shadow, with the default position being the shadow exactly in the position of the text.
Code:
procedure ShadowSetting(FColor: Integer; FOpacity, FSoftness: Single; FPosX, FPosY: Integer);
Reply With Quote
The Following User Says Thank You to Cesar82 For This Useful Post:
BLACKFIRE69 (19-04-2023)
  #14  
Old 19-04-2023, 20:09
hitman797's Avatar
hitman797 hitman797 is offline
Registered User
 
Join Date: Feb 2013
Location: Algeria
Posts: 168
Thanks: 486
Thanked 202 Times in 122 Posts
hitman797 is on a distinguished road
hi, blackfire69,
thank you for everything you give to this community.
In fact I learned a lot from you.
thank you.

Last edited by hitman797; 19-04-2023 at 20:11.
Reply With Quote
The Following 4 Users Say Thank You to hitman797 For This Useful Post:
alexachu (19-04-2023), audiofeel (19-04-2023), BLACKFIRE69 (19-04-2023), Razor12911 (20-04-2023)
  #15  
Old 22-04-2023, 00:37
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 - Optional Updates

FMXInno - Optional Updates

Code:
* Synthesizing user input is made easy with FMXInno's support for 
  generating keystrokes, mouse motions, and button clicks.


Examples:

Code:
Keyboard:   Press Win + X

  { Method 1 }
  VirtualAction.PressedKey(vkLWin);  // Left Win
  VirtualAction.PressKey(vkX);       // X
  VirtualAction.ReleasePressedKey(vkLWin);
  VirtualAction.Flush;

  { Method 2 }
  VirtualAction.PressedShiftKey([F_ssWin]);  // Left\Right Win
  VirtualAction.PressKey(vkX);
  VirtualAction.ReleasePressedShiftKey([F_ssWin]);
  VirtualAction.Flush;

  { Method 3 }
  VirtualAction.CallShortcut([F_ssWin], vkX);
  VirtualAction.Flush;
Code:
Mouse:   Click on Btn[3]

  // New MousePos: Btn[3] center.
  VirtualAction.FormMouseMove(Round(Btn[3].GetLeft + Btn[3].GetWidth / 2), 
                              Round(Btn[3].GetTop + Btn[3].GetHeight / 2)); 
  VirtualAction.MouseClick(mbLeft);
  VirtualAction.Flush;

.

Last edited by BLACKFIRE69; 14-07-2024 at 01:57.
Reply With Quote
The Following 4 Users Say Thank You to BLACKFIRE69 For This Useful Post:
alexachu (22-04-2023), audiofeel (22-04-2023), crachlow (22-04-2023), hitman797 (22-04-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 07:57.


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