|
|
|
#1
|
|||
|
|||
|
@BLACKFIRE69
There's a slight issue with the function VerifyHashesFromFile. In my repacks, I read hash files from a _Verify folder, so each line of the file path begins with ..\ to indicate that the files are one directory up from the folder containing the checksum. However, when reading the checksum file and pointing it to {app} or {app}\Verify, the FMXPlugin is trying to read ..\ as the directory name and is leading to all files returning as incorrect. Example: ![]() Please may you fix this? Thanks, Masquerade |
| Sponsored Links |
|
#2
|
||||
|
||||
|
Quote:
Windows 10 users won't be happy if you don't include the following alternatives. ![]() Quote:
Code:
FMXInno Lib: - Fixed Custom form HandleHWND. (for lockscreen: AutoActivate) Last edited by BLACKFIRE69; 14-07-2024 at 01:45. |
|
#3
|
||||
|
||||
|
Quote:
Make sure the FMXInnoShutDown is executed after the RemoveFontResource2. must work. , Last edited by BLACKFIRE69; 14-07-2024 at 01:45. |
| The Following 4 Users Say Thank You to BLACKFIRE69 For This Useful Post: | ||
|
#4
|
||||
|
||||
|
Code:
What's New: - Applied the changes made so far. - Updated examples for both Windows 10 and Windows 11. - Updated CmdOut (internal). (Thanks Ele) Latest version added to first post. |
| The Following 3 Users Say Thank You to BLACKFIRE69 For This Useful Post: | ||
|
#5
|
||||
|
||||
|
FMXInno - Alpha
Code:
* Added Video Player. -- Video format: [.avi, .wmv] Last edited by BLACKFIRE69; 14-07-2024 at 01:45. |
| The Following 5 Users Say Thank You to BLACKFIRE69 For This Useful Post: | ||
audiofeel (23-12-2022), Cesar82 (23-12-2022), DelphiBuilder (23-12-2022), houcine80 (23-12-2022), ScOOt3r (23-12-2022) | ||
|
#7
|
||||
|
||||
|
Quote:
and make your font icon using fontself. https://www.fontself.com/ Last edited by hitman797; 30-12-2022 at 14:47. |
| The Following User Says Thank You to hitman797 For This Useful Post: | ||
ADMIRAL (31-12-2022) | ||
|
#8
|
||||
|
||||
|
Quote:
If you convert the installer images to a font, you won't need it dll. you can use just Label. Last edited by hitman797; 30-12-2022 at 17:25. |
| The Following User Says Thank You to hitman797 For This Useful Post: | ||
audiofeel (30-12-2022) | ||
|
#9
|
||||
|
||||
|
Quote:
Code:
TObject(Btn[3].GetObject):
begin
if MusicObj.IsPaused then
begin
MusicObj.Resume;
Btn[3].Top(NSSY(6.0));
Btn[3].Text('I');
end else
begin
MusicObj.Pause;
Btn[3].Top(NSSY(6.0));
Btn[3].Text('H');
end;
end;
|
|
#10
|
||||
|
||||
|
Quote:
Is it possible to change the color of the PNG with a library FMXInno? |
| The Following User Says Thank You to hitman797 For This Useful Post: | ||
audiofeel (10-01-2023) | ||
|
#11
|
||||
|
||||
|
Code:
What's new: 1. Added full control of Taskbar. Last edited by BLACKFIRE69; 14-07-2024 at 01:47. |
| The Following 5 Users Say Thank You to BLACKFIRE69 For This Useful Post: | ||
audiofeel (11-01-2023), Behnam2018 (11-01-2023), ffmla (13-01-2023), Gehrman (12-01-2023), hitman797 (12-01-2023) | ||
|
#12
|
||||
|
||||
|
Code:
What's new: 1. Added more FireMonkey Image Effects. Link: More Details Quote:
Quote:
Last edited by BLACKFIRE69; 31-03-2023 at 09:45. |
|
#13
|
||||
|
||||
|
Code:
What's new:
1. Added more animations.
- ColorKey Animation
- FloatKey Animation
2. Updated Other Animation Classes.
3. Added the following properties to objects.
Quote:
Last edited by BLACKFIRE69; 31-03-2023 at 09:46. |
|
#14
|
||||
|
||||
|
Code:
1. Added an extra option (Taskbar Flash). - procedure pTaskBarFlash(FValue: Boolean); Last edited by BLACKFIRE69; 14-07-2024 at 01:47. |
|
#15
|
||||
|
||||
|
Quote:
![]() . Last edited by BLACKFIRE69; 14-07-2024 at 01:47. |
![]() |
|
|
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 |