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

Reply
 
Thread Tools Display Modes
  #241  
Old 09-03-2023, 03:37
BLACKFIRE69's Avatar
BLACKFIRE69 BLACKFIRE69 is offline
Registered User
 
Join Date: Mar 2019
Location: In the Hell
Posts: 667
Thanks: 471
Thanked 2,360 Times in 541 Posts
BLACKFIRE69 is on a distinguished road
Arrow FMXInno v1.0.0.2 - Updates

FMXInno - Quality Updates

What's New:

Code:
* Fixed the initialization failure when the Setup.exe is in external driver, USB or ISO files.
* Updated external plugins.

Check out the first post...
Reply With Quote
The Following 5 Users Say Thank You to BLACKFIRE69 For This Useful Post:
audiofeel (09-03-2023), ffmla (11-03-2023), Lord.Freddy (09-03-2023), nordi (10-03-2023), Tihiy_Don (09-03-2023)
Sponsored Links
  #242  
Old 10-03-2023, 06:11
BLACKFIRE69's Avatar
BLACKFIRE69 BLACKFIRE69 is offline
Registered User
 
Join Date: Mar 2019
Location: In the Hell
Posts: 667
Thanks: 471
Thanked 2,360 Times in 541 Posts
BLACKFIRE69 is on a distinguished road
Arrow FMXInno Power Plan

Quote:
Originally Posted by audiofeel View Post
The "High performance required" power plan (if it can't be turned on or you don't know how... and to hell with it).

by using this simple tool, we could exempt the user from it.


FMXInno-PowerPlan.exe:
Code:
USAGE:
   FMXInnoPowerPlan.exe [/Switch]

SWITCH:
   /Enable  = Enable FMXInno PowerPlan.
   /Disable = Disable FMXInno PowerPlan.

checkout the Test.iss for more details...

.

Last edited by BLACKFIRE69; 14-07-2024 at 01:51.
Reply With Quote
The Following User Says Thank You to BLACKFIRE69 For This Useful Post:
audiofeel (10-03-2023)
  #243  
Old 10-03-2023, 22:30
nordi's Avatar
nordi nordi is offline
Registered User
 
Join Date: Nov 2012
Location: Germany
Posts: 23
Thanks: 20
Thanked 30 Times in 11 Posts
nordi is on a distinguished road
@blackfire: Thanks for the final solution to the external media problem.
@audiofeel : Thanks to the first attempts to solve the problem.

This project is really great. :-)
Reply With Quote
The Following 3 Users Say Thank You to nordi For This Useful Post:
audiofeel (10-03-2023), BLACKFIRE69 (10-03-2023), ffmla (11-03-2023)
  #244  
Old 11-03-2023, 05:19
audiofeel's Avatar
audiofeel audiofeel is offline
Registered User
 
Join Date: Jan 2013
Location: Russia
Posts: 355
Thanks: 434
Thanked 811 Times in 298 Posts
audiofeel is on a distinguished road
"FEdit" doesn't want to hide and show up as desired, What's wrong? Who understands what? Correct it.
Everything is fine with the "FCheckbox". With "edit" no. the code is the same.
Code:
  SetBarCheckBox.FCreate(SetBar.Handle, True, 'Восстановление заводских настроек (рекомендуется)');
  SetBarCheckBox.Align(Client);
  SetBarCheckBox.Margins(NSX(15), NSY(175), NSX(550), NSY(21));
  SetBarCheckBox.FontSetting('Segoe UI', VCLFontSizeToFMX2(9), ALWhiteSmoke);
  SetBarCheckBox.TextHorzAlign(txLeading);
  SetBarCheckBox.WordWrap(True);

  SetBarEdit.FCreate(SetBar.Handle);
  SetBarEdit.Align(Client);
  SetBarEdit.Margins(NSX(285), NSY(98), NSX(20), NSY(21));
  SetBarEdit.FontSetting('Segoe UI', VCLFontSizeToFMX2(9.5), ALWhiteSmoke);
  SetBarEdit.AddSearchButton(@CommonOnClick);
  SetBarEdit.CanFocus(False);
  SetBarEdit.Text(MinimizePathName(WizardForm.DirEdit.Text, WizardForm.DirEdit.Font, WizardForm.DirEdit.Width));

  FloatAnimation.FCreate(SetBar.Handle);
  FloatAnimation.AnimationType(atInOut, 0.6, 0.1, False, False, False);
  FloatAnimation.Enabled(False);
  FloatAnimation.Interpolation(itBack);
  FloatAnimation.PropertyName('Height');
  FloatAnimation.SetValues(NSSY(98), NSSY(228));
  FloatAnimation.OnFinish(@CommonFinish);

Last edited by audiofeel; 16-03-2023 at 23:02.
Reply With Quote
The Following User Says Thank You to audiofeel For This Useful Post:
ScOOt3r (11-03-2023)
  #245  
Old 12-03-2023, 13:47
BLACKFIRE69's Avatar
BLACKFIRE69 BLACKFIRE69 is offline
Registered User
 
Join Date: Mar 2019
Location: In the Hell
Posts: 667
Thanks: 471
Thanked 2,360 Times in 541 Posts
BLACKFIRE69 is on a distinguished road
Quote:
Originally Posted by audiofeel View Post
"FEdit" doesn't want to hide and show up as desired, What's wrong? Who understands what? Correct it.
Everything is fine with the "FCheckbox". With "edit" no. the code is the same.

why don't you try this way?

.

Last edited by BLACKFIRE69; 14-07-2024 at 01:51.
Reply With Quote
The Following 2 Users Say Thank You to BLACKFIRE69 For This Useful Post:
audiofeel (12-03-2023), hitman797 (12-03-2023)
  #246  
Old 13-03-2023, 04:56
audiofeel's Avatar
audiofeel audiofeel is offline
Registered User
 
Join Date: Jan 2013
Location: Russia
Posts: 355
Thanks: 434
Thanked 811 Times in 298 Posts
audiofeel is on a distinguished road
Quote:
Originally Posted by BLACKFIRE69 View Post
why don't you try this way?

.
As always, everything is fine. This needs to be moved to docwiki.embarcadero
Reply With Quote
The Following User Says Thank You to audiofeel For This Useful Post:
BLACKFIRE69 (13-03-2023)
  #247  
Old 13-03-2023, 11:23
audiofeel's Avatar
audiofeel audiofeel is offline
Registered User
 
Join Date: Jan 2013
Location: Russia
Posts: 355
Thanks: 434
Thanked 811 Times in 298 Posts
audiofeel is on a distinguished road
Smile A lightweight version of the "METRO" script

A lightweight version of the "METRO" script. Without Autorun and tiles in the form of tiles.
FMXInno + IsArcEx
To choose from with a background image and just a shape.
Added ComboBox (drive letter).
This is a demo version (demonstration of the capabilities of the dynamic library FMXInno) do not use it for its intended purpose. Only for Windows 10-11
14.03 -----------------------
Minor update. Changed the animation effect (I spied UWPTiles here).
Added custom buttons on the exit form.
Added images to the lock screen and exit form.
Fixed - added - replaced text in some places.
Added the "FillGradient" effect on the shadow for the image with the angle "FillGradientLinearAngle(10)"
(Everything is configured at the beginning of the script)
15.03 ----------------------
Combobox and Edit are now more like Eleven (Rounded). Memo Boxes are also now Rounded. Increased the number of installed Components and added a Scrollbox for them.

Last edited by audiofeel; 27-12-2023 at 10:08.
Reply With Quote
The Following 5 Users Say Thank You to audiofeel For This Useful Post:
alexachu (14-03-2023), BLACKFIRE69 (13-03-2023), Gehrman (13-03-2023), hitman797 (14-03-2023), ScOOt3r (13-03-2023)
  #248  
Old 14-03-2023, 02:14
audiofeel's Avatar
audiofeel audiofeel is offline
Registered User
 
Join Date: Jan 2013
Location: Russia
Posts: 355
Thanks: 434
Thanked 811 Times in 298 Posts
audiofeel is on a distinguished road
@BLACKFIRE69: Mr... Is it possible to change the volume with the mouse wheel? (you point the pointer at the button, turn the wheel and the volume changes) As in the latest Win11 builds. A non-interfering SetHint appears at the top with numbers showing the level.
Sorry for my english, you all already felt a slight Welsh accent
Here , as if it is possible

Last edited by audiofeel; 14-03-2023 at 02:34.
Reply With Quote
  #249  
Old 14-03-2023, 02:34
BLACKFIRE69's Avatar
BLACKFIRE69 BLACKFIRE69 is offline
Registered User
 
Join Date: Mar 2019
Location: In the Hell
Posts: 667
Thanks: 471
Thanked 2,360 Times in 541 Posts
BLACKFIRE69 is on a distinguished road
Quote:
Originally Posted by audiofeel View Post
A lightweight version of the "METRO" script. Without Autorun and tiles in the form of tiles.
FMXInno + IsArcEx
This is a demo version (demonstration of the capabilities of the dynamic library FMXInno) do not use it for its intended purpose. Only for Windows 10-11
-----------------------
Minor update. Changed the animation effect (I spied UWPTiles here).

added some functions to ExitForm, now it's 100% customizable.

Code:
procedure YesBtnVisible(FVisible: Boolean); 
procedure NoBtnVisible(FVisible: Boolean);
procedure Msg1Visible(FVisible: Boolean);
procedure Msg2Visible(FVisible: Boolean);

Code:
Example:  New Buttons

  ExitForm.YesBtnVisible(False);
  ExitForm.NoBtnVisible(False);

  NewExitBtn[1].FCreate(ExitForm.Handle, ExitForm.GetWidth - NSX(310), ExitForm.GetHeight - NSY(70), 'Yes', False);
  NewExitBtn[1].BackColor(ALPaleturquoise);
  NewExitBtn[1].OnClick(@CommonOnClick);

  NewExitBtn[2].FCreate(ExitForm.Handle, ExitForm.GetWidth - NSX(200), ExitForm.GetHeight - NSY(70), 'No', False);
  NewExitBtn[2].BackColor(ALPaleturquoise);
  NewExitBtn[2].OnClick(@CommonOnClick);
.

Last edited by BLACKFIRE69; 14-07-2024 at 01:51.
Reply With Quote
The Following 3 Users Say Thank You to BLACKFIRE69 For This Useful Post:
audiofeel (14-03-2023), ffmla (15-03-2023), ScOOt3r (14-03-2023)
  #250  
Old 14-03-2023, 22:46
audiofeel's Avatar
audiofeel audiofeel is offline
Registered User
 
Join Date: Jan 2013
Location: Russia
Posts: 355
Thanks: 434
Thanked 811 Times in 298 Posts
audiofeel is on a distinguished road
@BLACKFIRE69 Have you tried to make "Plugin\FluentAPI" on the standard "SelectLanguageForm"?
some kind of crap turns out

Last edited by audiofeel; 27-12-2023 at 10:08.
Reply With Quote
  #251  
Old 15-03-2023, 05:24
BLACKFIRE69's Avatar
BLACKFIRE69 BLACKFIRE69 is offline
Registered User
 
Join Date: Mar 2019
Location: In the Hell
Posts: 667
Thanks: 471
Thanked 2,360 Times in 541 Posts
BLACKFIRE69 is on a distinguished road
Quote:
Originally Posted by audiofeel View Post
@BLACKFIRE69 Have you tried to make "Plugin\FluentAPI" on the standard "SelectLanguageForm"?
some kind of crap turns out

yes, unless you set the background color to null anyway.

.

Last edited by BLACKFIRE69; 14-07-2024 at 01:51.
Reply With Quote
The Following 2 Users Say Thank You to BLACKFIRE69 For This Useful Post:
audiofeel (15-03-2023), ffmla (15-03-2023)
  #252  
Old 15-03-2023, 07:11
BLACKFIRE69's Avatar
BLACKFIRE69 BLACKFIRE69 is offline
Registered User
 
Join Date: Mar 2019
Location: In the Hell
Posts: 667
Thanks: 471
Thanked 2,360 Times in 541 Posts
BLACKFIRE69 is on a distinguished road
Arrow FMXInno v1.0.0.2 - Updates

Quote:
Originally Posted by audiofeel View Post
Quote:
Originally Posted by BLACKFIRE69 View Post
FMXInno - Dev


Code:
* Fully customizable UWP Tiles was a feature in the version v.1.0.0.3

* it's the only feature which supported by its predecessor, FMXInno v1.0.0.2

* if you are interested, i can add this feature on request.

Of course it's interesting. Version 1.0.0.3 is needed

sorry bro, i didn't see that...


FMXInno - Cumulative Update

Code:
* Added UWP Tiles.

three examples are attached.

Example1: An example with default settings.
Example2: i'm gonna show you how to create your own custom tiles.
Example3: A more customized example.


.

Last edited by BLACKFIRE69; 14-07-2024 at 01:52.
Reply With Quote
The Following 2 Users Say Thank You to BLACKFIRE69 For This Useful Post:
alexachu (15-03-2023), audiofeel (15-03-2023)
  #253  
Old 15-03-2023, 07:45
audiofeel's Avatar
audiofeel audiofeel is offline
Registered User
 
Join Date: Jan 2013
Location: Russia
Posts: 355
Thanks: 434
Thanked 811 Times in 298 Posts
audiofeel is on a distinguished road
@BLACKFIRE69
I have no words, great job. It remains only to find an idea to implement it all (and the ideas have run out). Of course, the low feedback is depressing, each post is downloaded at least 50 times and there is no feedback.
Reply With Quote
The Following User Says Thank You to audiofeel For This Useful Post:
BLACKFIRE69 (15-03-2023)
  #254  
Old 15-03-2023, 08:17
BLACKFIRE69's Avatar
BLACKFIRE69 BLACKFIRE69 is offline
Registered User
 
Join Date: Mar 2019
Location: In the Hell
Posts: 667
Thanks: 471
Thanked 2,360 Times in 541 Posts
BLACKFIRE69 is on a distinguished road
Quote:
Originally Posted by audiofeel View Post
@BLACKFIRE69
I have no words, great job. It remains only to find an idea to implement it all (and the ideas have run out). Of course, the low feedback is depressing, each post is downloaded at least 50 times and there is no feedback.

yes, one of the reasons why i gave up on this whole project. it leads to lack of motivation.


and @audiofeel,
you always appreciate my works. so thank you very much.
Reply With Quote
The Following 3 Users Say Thank You to BLACKFIRE69 For This Useful Post:
audiofeel (15-03-2023), hitman797 (15-03-2023), Wanterlude (18-03-2023)
  #255  
Old 15-03-2023, 08:29
audiofeel's Avatar
audiofeel audiofeel is offline
Registered User
 
Join Date: Jan 2013
Location: Russia
Posts: 355
Thanks: 434
Thanked 811 Times in 298 Posts
audiofeel is on a distinguished road
I found one oddity, if you click on the tile not with the left mouse button, as it should be, but with the right, and not just once, but a lot, then the tile shifts down to the lower right corner.
here is an example in the screenshot

Last edited by audiofeel; 27-12-2023 at 10:08.
Reply With Quote
The Following User Says Thank You to audiofeel For This Useful Post:
hitman797 (15-03-2023)
Reply

Thread Tools
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 02:51.


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