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

Reply
 
Thread Tools Search this Thread Display Modes
  #691  
Old 29-12-2023, 08:38
Tihiy_Don Tihiy_Don is offline
Registered User
 
Join Date: Mar 2023
Location: Los Angeles Lakers
Posts: 43
Thanks: 89
Thanked 26 Times in 18 Posts
Tihiy_Don is on a distinguished road
When changing the visible property of the FTrackBarCustom component to false for the first time, part of the Progress element does not disappear. It disappears when switching again. even if you register these properties together, the problem is similar:
Quote:
VolTrackbar.Visible(false);
VolTrackbar.ProgressVisible(false);
Example:
Reply With Quote
The Following 2 Users Say Thank You to Tihiy_Don For This Useful Post:
Behnam2018 (29-12-2023), Jahan1373 (01-01-2024)
Sponsored Links
  #692  
Old 01-01-2024, 11:04
Jahan1373 Jahan1373 is offline
Registered User
 
Join Date: Jan 2022
Location: Yes
Posts: 46
Thanks: 98
Thanked 9 Times in 9 Posts
Jahan1373 is on a distinguished road
Quote:
Originally Posted by audiofeel View Post
Adaptation - localization of Jiva newstone script
(Translation into Russian. Changing the size of some objects, etc.).
Everything has been transferred to the FMXInno library by Blackfire69 dated November 06, 2023.
Unboxing via IsArcEx by Blackfire69.
All functionality is in place.
Comparison of systems requirements, Site verification. Animation. Gaussian Blur.
About the game page.
Splash screensaver.
Music.
Pause while unpacking
Restarting (itself) the installation after an unsuccessful installation.
Removing the game (if there is a key in the registry) before installation
Requires Inno Setup 5.6.1 and higher.
Thanks to Blackfire69
Please use the English language in the installation, as I do not know Russian
Reply With Quote
The Following User Says Thank You to Jahan1373 For This Useful Post:
Behnam2018 (01-01-2024)
  #693  
Old 02-01-2024, 03:06
BLACKFIRE69's Avatar
BLACKFIRE69 BLACKFIRE69 is offline
Registered User
 
Join Date: Mar 2019
Location: In the Hell
Posts: 673
Thanks: 479
Thanked 2,464 Times in 547 Posts
BLACKFIRE69 is on a distinguished road
Arrow FMXInno - Missing features

Quote:
>>> i've noticed that some of the useful features in the FMXInno developer edition(dev) are missing in the final release. therefore, i plan to include them in future updates.

What's new:

Code:
* Added missing FTypedText class.
* Added missing FTypedLine class.
.

Last edited by BLACKFIRE69; 14-07-2024 at 02:14.
Reply With Quote
The Following 6 Users Say Thank You to BLACKFIRE69 For This Useful Post:
ADMIRAL (02-01-2024), audiofeel (02-01-2024), Behnam2018 (02-01-2024), hitman797 (02-01-2024), Lord.Freddy (02-01-2024), Tihiy_Don (02-01-2024)
  #694  
Old 02-01-2024, 07:49
audiofeel's Avatar
audiofeel audiofeel is offline
Registered User
 
Join Date: Jan 2013
Location: Russia
Posts: 401
Thanks: 457
Thanked 1,013 Times in 344 Posts
audiofeel is on a distinguished road
Quote:
Originally Posted by Jahan1373 View Post
Please use the English language in the installation, as I do not know Russian
All the scripts that I post here in the public are just examples of the excellent work of the dll library. We have more than 170 languages in our country. And what am I supposed to do? Translate it all into 170 languages? My scripts are not the final solution. I do not have megalomania and I do not require anyone to specify me as the author, if I am a healthy person, then I should not care what you do next with my scripts. Use Google Translator
Reply With Quote
The Following 5 Users Say Thank You to audiofeel For This Useful Post:
Behnam2018 (03-01-2024), DomoVoi_94 (02-01-2024), hitman797 (03-01-2024), Masquerade (03-01-2024), Tihiy_Don (02-01-2024)
  #695  
Old 03-01-2024, 12:56
Jahan1373 Jahan1373 is offline
Registered User
 
Join Date: Jan 2022
Location: Yes
Posts: 46
Thanks: 98
Thanked 9 Times in 9 Posts
Jahan1373 is on a distinguished road
://www.mediafire.com/file/gh4um1dsm92xbeg/Help.zip/file
Hello
Can someone help me, I have a problem with this installation
CPU will be 100% after installation
Second, after the installation is finished, the installation icons are opened, the problem is that they are white on the desktop, the game icon is not visible.
Friends, how to solve this problem?
Reply With Quote
The Following User Says Thank You to Jahan1373 For This Useful Post:
Behnam2018 (03-01-2024)
  #696  
Old 05-01-2024, 22:24
BLACKFIRE69's Avatar
BLACKFIRE69 BLACKFIRE69 is offline
Registered User
 
Join Date: Mar 2019
Location: In the Hell
Posts: 673
Thanks: 479
Thanked 2,464 Times in 547 Posts
BLACKFIRE69 is on a distinguished road
Quote:
Originally Posted by Jahan1373 View Post
://www.mediafire.com/file/gh4um1dsm92xbeg/Help.zip/file
Hello
Can someone help me, I have a problem with this installation
CPU will be 100% after installation

1. the following functions have been updated:
Code:
1. DeleteFMXFont.
2. FMXInnoShutDown.
2. the updated version has been tested on both Windows 10 and 11. replace the old files with the attached files below and

3. ensure the following order in your script file:

Code:
procedure DeinitializeSetup();
begin
  { Font }
  DeleteFMXFont(ExpandConstant('{tmp}\Your_Font_File_Here.ttf'));

  { ISArcEx }
  ISArcExCleanUp;

  { FMXInno }
  FMXInnoShutDown;
end;
4. if you are unsure how to modify your script, feel free to send it to us.

.

Last edited by BLACKFIRE69; 22-01-2024 at 21:51.
Reply With Quote
The Following 4 Users Say Thank You to BLACKFIRE69 For This Useful Post:
audiofeel (05-01-2024), hitman797 (06-01-2024), Lord.Freddy (06-01-2024), Tihiy_Don (05-01-2024)
  #697  
Old 07-01-2024, 00:43
Tihiy_Don Tihiy_Don is offline
Registered User
 
Join Date: Mar 2023
Location: Los Angeles Lakers
Posts: 43
Thanks: 89
Thanked 26 Times in 18 Posts
Tihiy_Don is on a distinguished road
An error started to occur deleting the font after I replaced the library with a new one. Do the others have this problem or am I the only one?

Quote:
procedure DeinitializeSetup();
begin
DeleteFMXFont(ExpandConstant('{tmp}\segmdl2.ttf')) ;
ISArcExCleanUp;
FMXInnoShutDown;
end;
Moreover, I noticed an interesting feature, if you leave the order that I had earlier, then everything works fine.

Quote:
ISArcExCleanUp;
DeleteFMXFont(ExpandConstant('{tmp}\segmdl2.ttf')) ;
FMXInnoShutDown;

Last edited by Tihiy_Don; 07-01-2024 at 01:40.
Reply With Quote
  #698  
Old 07-01-2024, 01:19
audiofeel's Avatar
audiofeel audiofeel is offline
Registered User
 
Join Date: Jan 2013
Location: Russia
Posts: 401
Thanks: 457
Thanked 1,013 Times in 344 Posts
audiofeel is on a distinguished road
Quote:
Originally Posted by Tihiy_Don View Post
An error started to occur deleting the font after I replaced the library with a new one. Do the others have this problem or am I the only one?
Moreover, I noticed an interesting feature, if you leave the order that I had earlier, then everything works fine.
First we delete the font, and only then we kill the IsArcEx and FMXInnoShutDown.
Code:
DeleteFMXFont(ExpandConstant('{tmp}\segmdl2.ttf')) ;
ISArcExCleanUp;
FMXInnoShutDown;
And also, if your repack will not be deployed on Windows 7, then you do not need to install this font (Segoe MDL2 Assets), it is available in both Windows 10 and Windows 11
__________________
https://t.me/FMXInno

Last edited by audiofeel; 07-01-2024 at 01:26.
Reply With Quote
  #699  
Old 07-01-2024, 01:43
Tihiy_Don Tihiy_Don is offline
Registered User
 
Join Date: Mar 2023
Location: Los Angeles Lakers
Posts: 43
Thanks: 89
Thanked 26 Times in 18 Posts
Tihiy_Don is on a distinguished road
Quote:
Originally Posted by audiofeel View Post
First we delete the font, and only then we kill the IsArcEx and FMXInnoShutDown.
Code:
DeleteFMXFont(ExpandConstant('{tmp}\segmdl2.ttf')) ;
ISArcExCleanUp;
FMXInnoShutDown;
And also, if your repack will not be deployed on Windows 7, then you do not need to install this font (Segoe MDL2 Assets), it is available in both Windows 10 and Windows 11
this is exactly the error that occurs if the font is deleted in the first place. As recommended by the author of the library.

Quote:
DeleteFMXFont(ExpandConstant('{tmp}\segmdl2.ttf')) ;
ISArcExCleanUp;
FMXInnoShutDown;
Reply With Quote
  #700  
Old 07-01-2024, 02:08
audiofeel's Avatar
audiofeel audiofeel is offline
Registered User
 
Join Date: Jan 2013
Location: Russia
Posts: 401
Thanks: 457
Thanked 1,013 Times in 344 Posts
audiofeel is on a distinguished road
Quote:
Originally Posted by Tihiy_Don View Post
this is exactly the error that occurs if the font is deleted in the first place. As recommended by the author of the library.
To remove a font from the system, how to understand that it is installed?, find it along this path (C:\Users \????\AppData\Local\Microsoft\Windows\Fonts ). Restart the machine, rename the font file and try again.
__________________
https://t.me/FMXInno
Reply With Quote
  #701  
Old 07-01-2024, 02:21
Tihiy_Don Tihiy_Don is offline
Registered User
 
Join Date: Mar 2023
Location: Los Angeles Lakers
Posts: 43
Thanks: 89
Thanked 26 Times in 18 Posts
Tihiy_Don is on a distinguished road
Quote:
Originally Posted by audiofeel View Post
To remove a font from the system, how to understand that it is installed?, find it along this path (C:\Users \????\AppData\Local\Microsoft\Windows\Fonts ). Restart the machine, rename the font file and try again.
For now, I want to deal with this problem at the file level in the folder that is being created in the temporary folder. I checked, the file "segmdl2.ttf" is there. I don't quite understand yet, and there should be a Windows font directory here.
Reply With Quote
  #702  
Old 07-01-2024, 03:01
audiofeel's Avatar
audiofeel audiofeel is offline
Registered User
 
Join Date: Jan 2013
Location: Russia
Posts: 401
Thanks: 457
Thanked 1,013 Times in 344 Posts
audiofeel is on a distinguished road
Quote:
Originally Posted by Tihiy_Don View Post
For now, I want to deal with this problem at the file level in the folder that is being created in the temporary folder. I checked, the file "segmdl2.ttf" is there. I don't quite understand yet, and there should be a Windows font directory here.
Still, I think part of the problem lies in the fact that this is a system font and Windows does not allow it to be deleted so easily. use this font Material Symbols and Icons - Google Fonts
, I think that the problem will disappear when deleting and the characters there are more interesting and even switches and checkboxes are there.
I have one example where I didn't use the style for the checkboxes and made them through the font
It looks something like this
Code:
    TObject(Page2CheckBox[1].GetObject):
    begin
      if Page2CheckBox[1].GetText = #$F16B then
        Page2CheckBox[1].Text(#$F16C)
      else
        Page2CheckBox[1].Text(#$F16B);

    if Page2CheckBox[3].GetText = #$F16C then
    begin
      Page3Lbl[3].SetText(CustomMessage('Page3Lbl3R'));
      Page3Lbl[4].SetText('{#RedistName}');
      Exec(ExpandConstant('{src}\{#RedistPath}'), '{#RedistKey}', '', SW_HIDE, ewWaitUntilTerminated, ErrCode);
    end;
    end;
Attached Images
File Type: png 77.png (198.6 KB, 96 views)

Last edited by audiofeel; 07-09-2024 at 19:51.
Reply With Quote
The Following 2 Users Say Thank You to audiofeel For This Useful Post:
Jahan1373 (07-01-2024), Tihiy_Don (07-01-2024)
  #703  
Old 07-01-2024, 04:33
Jahan1373 Jahan1373 is offline
Registered User
 
Join Date: Jan 2022
Location: Yes
Posts: 46
Thanks: 98
Thanked 9 Times in 9 Posts
Jahan1373 is on a distinguished road
https://www.mediafire.com/file/58adn...dicam.rar/file

Hello friends, does anyone know a solution to this problem?
There is a problem with the colors of this installation
More than 20 colors have this problem
The symbols and texts of this installation are not readable
The creator of this script says go learn design
Do you all know how to design on this forum?
The designer of this script does not accept that there is a problem with the installation and says go learn design. I have uploaded the list of problematic colors. Please help to permanently solve this problem so that the colors of this script are correct.
And read the texts of this installation in different colors
Thanks to those who help
Reply With Quote
  #704  
Old 07-01-2024, 04:35
BLACKFIRE69's Avatar
BLACKFIRE69 BLACKFIRE69 is offline
Registered User
 
Join Date: Mar 2019
Location: In the Hell
Posts: 673
Thanks: 479
Thanked 2,464 Times in 547 Posts
BLACKFIRE69 is on a distinguished road
Quote:
Originally Posted by Tihiy_Don View Post
this is exactly the error that occurs if the font is deleted in the first place. As recommended by the author of the library.





well,

* first of all, this isn't an error message; it's a warning message indicating that the font cannot be removed completely but only partially.

* as @audiofeel mentioned, the font (segmdl2.ttf) you're using is a system font that is already installed in the system, hence this warning will be displayed.



to avoid this issue:

1. 'InstallFMXFont' is intended for custom fonts, not system fonts. in a future update, i'll modify the DLL to prevent the installation of system fonts accidentally.

2. For the current situation, what you need to do is install your font file as a copy of the current system file. this simply means renaming your font file (segmdl2.ttf) to something else, such as 'segmdl2_New.ttf' or 'segmdl2_Copy.ttf', or any other name you prefer. this'll prevent the warning message from appearing.

Code:
Rename:  segmdl2.ttf   >>>   segmdl2_BF69.ttf


[Files]
...
Source: ".\Files\segmdl2_BF69.ttf"; DestDir: "{tmp}"; Flags: dontcopy;

{Code]
function InitializeSetup(): Boolean;
begin
  InstallFMXFont(ExtractAndLoad('segmdl2_BF69.ttf'));

  FMXInnoInit;
  ...
end;

procedure DeinitializeSetup();
begin
  DeleteFMXFont(ExpandConstant('{tmp}\segmdl2_BF69.ttf'));

  ISArcExCleanUp;
  FMXInnoShutDown;
end;


* ISArcExCleanUp:

regarding 'ISArcExCleanUp,' when you call the function 'ISArcExCleanUp,' it performs internal memory clean-up for the current process. this may include cleaning up the font memory cache, which could be why the warning message isn't displayed. however, it isn't recommended to call 'ISArcExCleanUp' before 'DeleteFMXFont'.
Reply With Quote
The Following 3 Users Say Thank You to BLACKFIRE69 For This Useful Post:
audiofeel (07-01-2024), Behnam2018 (07-01-2024), Tihiy_Don (07-01-2024)
  #705  
Old 07-01-2024, 05:09
audiofeel's Avatar
audiofeel audiofeel is offline
Registered User
 
Join Date: Jan 2013
Location: Russia
Posts: 401
Thanks: 457
Thanked 1,013 Times in 344 Posts
audiofeel is on a distinguished road
Question Google translator

@BLACKFIRE69.A question about the Google translator. Why does he add extra characters to the translation? and the translation differs from the result of an online translator?

Here is my code.
Code:
StatusLB.Text(GoogleTranslate('Welcome to Installation', 'en', 'ru'));
And that's what happens online (not a single mistake in meaning).
Добро пожаловать в установку.

And that's what happens through the function.
Добро пожаловать%20to%20Установка

And another question.... how do I get the language code where the installation is running?
__________________
https://t.me/FMXInno
Reply With Quote
Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
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 10:45.


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