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

Reply
 
Thread Tools Display Modes
  #106  
Old 21-11-2022, 19:24
audiofeel's Avatar
audiofeel audiofeel is online now
Registered User
 
Join Date: Jan 2013
Location: Russia
Posts: 356
Thanks: 435
Thanked 815 Times in 299 Posts
audiofeel is on a distinguished road
A small bug when using "FMXForm.FCreateNormal" and an overlay of "FImage" on it. When minimizing the window.

Last edited by audiofeel; 06-03-2023 at 07:25.
Reply With Quote
Sponsored Links
  #107  
Old 21-11-2022, 20:22
BLACKFIRE69's Avatar
BLACKFIRE69 BLACKFIRE69 is offline
Registered User
 
Join Date: Mar 2019
Location: In the Hell
Posts: 668
Thanks: 471
Thanked 2,374 Times in 542 Posts
BLACKFIRE69 is on a distinguished road
Quote:
Originally Posted by audiofeel View Post
A small bug when using "FMXForm.FCreateNormal" and an overlay of "FImage" on it. When minimizing the window.
sorry, i forgot to mention that MinimizeWindowCustomAnimated function doesn't work for FCreateNormal.
Reply With Quote
The Following 2 Users Say Thank You to BLACKFIRE69 For This Useful Post:
audiofeel (21-11-2022), houcine80 (22-11-2022)
  #108  
Old 21-11-2022, 21:04
audiofeel's Avatar
audiofeel audiofeel is online now
Registered User
 
Join Date: Jan 2013
Location: Russia
Posts: 356
Thanks: 435
Thanked 815 Times in 299 Posts
audiofeel is on a distinguished road
Quote:
Originally Posted by BLACKFIRE69 View Post
sorry, i forgot to mention that MinimizeWindowCustomAnimated function doesn't work for FCreateNormal.
Thanks. I just tried changing "Handle" to this - "Minimize Window Custom Animated(WizardForm.Handle, 50, 50, 40, 15);" And everything worked!. You can also do it as usual... "SendMessage(WizardForm.Handle, $0112, 61472, 0);" but then there is no animation.
what do you think? is that right? what would you do?

Last edited by audiofeel; 27-12-2023 at 10:08.
Reply With Quote
The Following 2 Users Say Thank You to audiofeel For This Useful Post:
BLACKFIRE69 (22-11-2022), houcine80 (22-11-2022)
  #109  
Old 25-11-2022, 10:05
audiofeel's Avatar
audiofeel audiofeel is online now
Registered User
 
Join Date: Jan 2013
Location: Russia
Posts: 356
Thanks: 435
Thanked 815 Times in 299 Posts
audiofeel is on a distinguished road
small bug

Quote:
Originally Posted by BLACKFIRE69 View Post
FMXInno v1.0.0.2 - Updates

Code:
* Added SplashScreen.  (Splash.png + Splash.wav)
 - FSplashScreen

* FMX Objects can directly access MouseDown events of main forms. (FMXForm and CustomFluentWindow)
 - FMXForm.AddMousedownControls(Text1.Handle);
   FMXForm.AddMousedownControls(Text2.Handle);
   ...

 - MsgForm.AddMousedownControls(MsgRect1.Handle);
   ...

* Added TPopupBox class.
AddMousedownControls = a small bug. when using "lockscreen" (if you click on "lockscreen"), the window is unexpectedly moved to a random location

Last edited by audiofeel; 25-11-2022 at 10:08.
Reply With Quote
  #110  
Old 27-11-2022, 04:41
BLACKFIRE69's Avatar
BLACKFIRE69 BLACKFIRE69 is offline
Registered User
 
Join Date: Mar 2019
Location: In the Hell
Posts: 668
Thanks: 471
Thanked 2,374 Times in 542 Posts
BLACKFIRE69 is on a distinguished road
Arrow FMXInno + FMXInnoSk - Updates

Quote:
Originally Posted by audiofeel View Post
AddMousedownControls = a small bug. when using "lockscreen" (if you click on "lockscreen"), the window is unexpectedly moved to a random location
Code:
* Fixed AddMousedownControls for lockscreen.
latest version added to the first post.
__________________________________________________ ________

Code:
What's new

* Added Windows Notifications.
* Updated Skia (sk4d  v4.0.1  -->  v4.0.2)
* Some improvements.

Last edited by BLACKFIRE69; 14-07-2024 at 01:42.
Reply With Quote
The Following 3 Users Say Thank You to BLACKFIRE69 For This Useful Post:
audiofeel (27-11-2022), houcine80 (27-11-2022), ScOOt3r (28-11-2022)
  #111  
Old 03-12-2022, 01:42
amin fear amin fear is offline
Registered User
 
Join Date: Feb 2012
Location: Inferno
Posts: 102
Thanks: 86
Thanked 57 Times in 30 Posts
amin fear is on a distinguished road
Error

I am getting this error when compiling with Inno v6 , what is the solution ?



Is there any tutorial for this nice script ?
Attached Images
File Type: jpg Error-FMX-Setup.jpg (114.2 KB, 142 views)
__________________
Paint me white so i can invisibly fight in the light...paint me black so i can hide my tears in the shadow of your heart.
Reply With Quote
  #112  
Old 03-12-2022, 02:51
ADMIRAL's Avatar
ADMIRAL ADMIRAL is offline
Registered User
 
Join Date: Oct 2019
Location: iran
Posts: 92
Thanks: 546
Thanked 40 Times in 34 Posts
ADMIRAL is on a distinguished road
Quote:
Originally Posted by amin fear View Post
I am getting this error when compiling with Inno v6 , what is the solution ?



Is there any tutorial for this nice script ?
use inno setup 5.5.1 ee2 to compile
__________________
Search and Find
Reply With Quote
The Following User Says Thank You to ADMIRAL For This Useful Post:
audiofeel (03-12-2022)
  #113  
Old 03-12-2022, 03:53
audiofeel's Avatar
audiofeel audiofeel is online now
Registered User
 
Join Date: Jan 2013
Location: Russia
Posts: 356
Thanks: 435
Thanked 815 Times in 299 Posts
audiofeel is on a distinguished road
Quote:
Originally Posted by amin fear View Post
I am getting this error when compiling with Inno v6 , what is the solution ?



Is there any tutorial for this nice script ?
Everything compiles perfectly on versions 6.2.1 and 5.5.1.

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:
BLACKFIRE69 (03-12-2022)
  #114  
Old 03-12-2022, 05:36
BLACKFIRE69's Avatar
BLACKFIRE69 BLACKFIRE69 is offline
Registered User
 
Join Date: Mar 2019
Location: In the Hell
Posts: 668
Thanks: 471
Thanked 2,374 Times in 542 Posts
BLACKFIRE69 is on a distinguished road
Quote:
Originally Posted by amin fear View Post
I am getting this error when compiling with Inno v6 , what is the solution ?

Is there any tutorial for this nice script ?
can you tell me the file path of Script1.iss?

(example: C:\Downloads\FMXInno\Script.iss)
Reply With Quote
  #115  
Old 03-12-2022, 12:05
MojoW MojoW is offline
Registered User
 
Join Date: Nov 2022
Location: The Netherlands
Posts: 6
Thanks: 10
Thanked 2 Times in 2 Posts
MojoW is on a distinguished road
Quote:
Originally Posted by BLACKFIRE69 View Post
can you tell me the file path of Script1.iss?

(example: C:\Downloads\FMXInno\Script.iss)
I wanted to try the examples aswell and had the same error.
Happened on IS 6.0.5 and 6.2.1.
The folders i tried the script in were:
D:\Repack Tools\FMXInno1.0.0.2+FMXInnoSkia1.0.0.0\Script1.is s
C:\Users\MojoW\Downloads\Compressed\FMXInno v1.0.0.2 + FMXInnoSkia v1.0.0.0 - Final Release [2022-Nov-27]\Script1.iss

Last edited by MojoW; 03-12-2022 at 12:08.
Reply With Quote
  #116  
Old 03-12-2022, 14:09
audiofeel's Avatar
audiofeel audiofeel is online now
Registered User
 
Join Date: Jan 2013
Location: Russia
Posts: 356
Thanks: 435
Thanked 815 Times in 299 Posts
audiofeel is on a distinguished road
Quote:
Originally Posted by MojoW View Post
I wanted to try the examples aswell and had the same error.
Happened on IS 6.0.5 and 6.2.1.
The folders i tried the script in were:
D:\Repack Tools\FMXInno1.0.0.2+FMXInnoSkia1.0.0.0\Script1.is s
C:\Users\MojoW\Downloads\Compressed\FMXInno v1.0.0.2 + FMXInnoSkia v1.0.0.0 - Final Release [2022-Nov-27]\Script1.iss
This error occurs if there is no file "MFT.EXE ". Check if the "Plugin\MFT" folder is located next to the script and there should be a file in this folder "MFT.exe ". Perhaps your antivirus tried (deleted it, etc.)
I just repeated this error myself by deleting this file

Last edited by audiofeel; 27-12-2023 at 10:08.
Reply With Quote
  #117  
Old 03-12-2022, 14:46
MojoW MojoW is offline
Registered User
 
Join Date: Nov 2022
Location: The Netherlands
Posts: 6
Thanks: 10
Thanked 2 Times in 2 Posts
MojoW is on a distinguished road
Quote:
Originally Posted by audiofeel View Post
This error occurs if there is no file "MFT.EXE ". Check if the "Plugin\MFT" folder is located next to the script and there should be a file in this folder "MFT.exe ". Perhaps your antivirus tried (deleted it, etc.)
I just repeated this error myself by deleting this file
Double checked if that plugin was there and it was.
So it wasn't deleted.
Attached Images
File Type: png ex.png (300.6 KB, 115 views)

Last edited by MojoW; 03-12-2022 at 17:57.
Reply With Quote
  #118  
Old 03-12-2022, 19:40
BLACKFIRE69's Avatar
BLACKFIRE69 BLACKFIRE69 is offline
Registered User
 
Join Date: Mar 2019
Location: In the Hell
Posts: 668
Thanks: 471
Thanked 2,374 Times in 542 Posts
BLACKFIRE69 is on a distinguished road
Quote:
Originally Posted by MojoW View Post
Double checked if that plugin was there and it was.
So it wasn't deleted.
try this and run the Example-Calc.bat as well.

Last edited by BLACKFIRE69; 22-12-2022 at 10:36.
Reply With Quote
  #119  
Old 03-12-2022, 20:15
MojoW MojoW is offline
Registered User
 
Join Date: Nov 2022
Location: The Netherlands
Posts: 6
Thanks: 10
Thanked 2 Times in 2 Posts
MojoW is on a distinguished road
Quote:
Originally Posted by BLACKFIRE69 View Post
try this and run the Example-Calc.bat as well.
Still didn't work and did the example.
Attached Images
File Type: png example.png (308.5 KB, 112 views)
Reply With Quote
  #120  
Old 03-12-2022, 22:39
amin fear amin fear is offline
Registered User
 
Join Date: Feb 2012
Location: Inferno
Posts: 102
Thanks: 86
Thanked 57 Times in 30 Posts
amin fear is on a distinguished road
Quote:
Originally Posted by BLACKFIRE69 View Post
can you tell me the file path of Script1.iss?

(example: C:\Downloads\FMXInno\Script.iss)
I have tried using the "short" path & the problem solved !

Code:
C:\FMXInno v1.0.0.2\Script1.iss
This error is related to "LONG" path names.
__________________
Paint me white so i can invisibly fight in the light...paint me black so i can hide my tears in the shadow of your heart.
Reply With Quote
The Following 2 Users Say Thank You to amin fear For This Useful Post:
BLACKFIRE69 (04-12-2022), MojoW (04-12-2022)
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 19:40.


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