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: 557
Thanks: 390
Thanked 1,833 Times in 437 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: 557
Thanks: 390
Thanked 1,833 Times in 437 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...

.
Attached Images
File Type: png 1.png (33.9 KB, 182 views)
Attached Files
File Type: 7z FMXInnoPowerPlan.7z (57.8 KB, 12 views)

Last edited by BLACKFIRE69; 12-03-2023 at 02:55.
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: 12
Thanks: 5
Thanked 11 Times in 7 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: USSR
Posts: 215
Thanks: 261
Thanked 346 Times in 158 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);
__________________
https://steamcommunity.com/id/LiLBabushka

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: 557
Thanks: 390
Thanked 1,833 Times in 437 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?

.
Attached Images
File Type: gif 0.gif (78.8 KB, 150 views)

Last edited by BLACKFIRE69; 31-03-2023 at 09:49.
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: USSR
Posts: 215
Thanks: 261
Thanked 346 Times in 158 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
__________________
https://steamcommunity.com/id/LiLBabushka
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: USSR
Posts: 215
Thanks: 261
Thanked 346 Times in 158 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.
Attached Images
File Type: png illuvium333.png (482.1 KB, 119 views)
File Type: jpg lock.jpg (82.7 KB, 117 views)
File Type: png 11.png (512.5 KB, 105 views)
File Type: png 22.png (508.0 KB, 106 views)
File Type: png 33.png (506.2 KB, 103 views)
__________________
https://steamcommunity.com/id/LiLBabushka

Last edited by audiofeel; 16-03-2023 at 23:02.
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: USSR
Posts: 215
Thanks: 261
Thanked 346 Times in 158 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
__________________
https://steamcommunity.com/id/LiLBabushka

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: 557
Thanks: 390
Thanked 1,833 Times in 437 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);
.
Attached Images
File Type: png 0 (1).png (37.2 KB, 125 views)

Last edited by BLACKFIRE69; 31-03-2023 at 09:49.
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: USSR
Posts: 215
Thanks: 261
Thanked 346 Times in 158 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
Attached Images
File Type: png illuvium346.png (6.6 KB, 98 views)
__________________
https://steamcommunity.com/id/LiLBabushka

Last edited by audiofeel; 11-04-2023 at 19:48.
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: 557
Thanks: 390
Thanked 1,833 Times in 437 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.

.
Attached Images
File Type: png 3.png (17.4 KB, 102 views)
File Type: png 1.png (119.0 KB, 101 views)
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: 557
Thanks: 390
Thanked 1,833 Times in 437 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.


.
Attached Images
File Type: gif UWP.gif (409.9 KB, 97 views)
File Type: png 0.png (49.4 KB, 102 views)
File Type: gif Animation.gif (216.2 KB, 95 views)

Last edited by BLACKFIRE69; 31-03-2023 at 09:50.
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: USSR
Posts: 215
Thanks: 261
Thanked 346 Times in 158 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.
__________________
https://steamcommunity.com/id/LiLBabushka
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: 557
Thanks: 390
Thanked 1,833 Times in 437 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: USSR
Posts: 215
Thanks: 261
Thanked 346 Times in 158 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
Attached Images
File Type: png illuvium347.png (164.7 KB, 212 views)
__________________
https://steamcommunity.com/id/LiLBabushka
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 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
Windows Phone Installer Enhanced Mod (HMI 7.2 Final) Chayan Manna Conversion Tutorials 93 02-10-2019 12:42
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 13:49.


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