|
#181
|
||||
|
||||
|
Quote:
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.
|
| The Following 3 Users Say Thank You to BLACKFIRE69 For This Useful Post: | ||
| Sponsored Links |
|
#182
|
||||
|
||||
|
Quote:
![]() . Last edited by BLACKFIRE69; 14-07-2024 at 01:52. |
| The Following 4 Users Say Thank You to BLACKFIRE69 For This Useful Post: | ||
|
#183
|
||||
|
||||
|
Hi,
anyone interesting in creating custom components for FMXInno (like FUWPTiles, FToggleCheckBox, FNotification, etc.) is welcome, and you'll get proper credit for doing so... On FMXInno i called blueprints for custom components like the unreal engine(except the visual scripting part). ![]() , Last edited by BLACKFIRE69; 14-07-2024 at 01:52. |
| The Following 3 Users Say Thank You to BLACKFIRE69 For This Useful Post: | ||
|
#184
|
||||
|
||||
|
Update Available!
Code:
* The latest update is in the first post. * Those who don't have the latest final release go and download it! |
| The Following 7 Users Say Thank You to BLACKFIRE69 For This Useful Post: | ||
alexachu (16-03-2023), audiofeel (16-03-2023), Behnam2018 (22-03-2023), ffmla (17-03-2023), hitman797 (16-03-2023), ScOOt3r (17-03-2023), Wanterlude (18-03-2023) | ||
|
#185
|
||||
|
||||
|
Quote:
One More Thing Code:
* Added rating stars. Last edited by BLACKFIRE69; 14-07-2024 at 01:53. |
| The Following 5 Users Say Thank You to BLACKFIRE69 For This Useful Post: | ||
ADMIRAL (19-03-2023), audiofeel (18-03-2023), Behnam2018 (22-03-2023), hitman797 (18-03-2023), Wanterlude (18-03-2023) | ||
|
#186
|
||||
|
||||
|
Quote:
this could be more helpful. Code:
* Added new functions. - GetDesktopSolidColorVCL - GetDesktopSolidColorFMX - DesktopImgExist Code:
Example: if DesktopImgExist then FMXForm.FCreateFluentColor(WizardForm.Handle, GetDesktopImgColorVCL, False, 0.4, 0) else FMXForm.FCreateFluentColor(WizardForm.Handle, GetDesktopSolidColorVCL, False, 0.4, 0); Last edited by BLACKFIRE69; 31-03-2023 at 09:51. |
| The Following 4 Users Say Thank You to BLACKFIRE69 For This Useful Post: | ||
|
#187
|
||||
|
||||
|
Quote:
search for the word Updated23320 to find the changes. . Last edited by BLACKFIRE69; 14-07-2024 at 01:53. |
| The Following 4 Users Say Thank You to BLACKFIRE69 For This Useful Post: | ||
|
#189
|
|||
|
|||
|
Quote:
|
| The Following User Says Thank You to Masquerade For This Useful Post: | ||
audiofeel (22-03-2023) | ||
|
#190
|
||||
|
||||
|
Quote:
Added OnMouseWheel event for FMXForm and Trackbar. let me know if you need OnMouseWheel event for other components as well. . Last edited by BLACKFIRE69; 14-07-2024 at 01:53. |
|
#191
|
|||
|
|||
|
made BY KaOs Repack
|
|
#192
|
|||
|
|||
|
No, made by audiofeel, as written in credits, and thanks to BLACKFIRE69 for the IsArcEx and FMXInno libraries!
|
| The Following 3 Users Say Thank You to Masquerade For This Useful Post: | ||
|
#193
|
||||
|
||||
|
FMXInno v1.0.0.2 - Updates
Code:
* Now almost all components are ready to work with FXPacker and FXStream. . Last edited by BLACKFIRE69; 14-07-2024 at 01:54. |
| The Following 4 Users Say Thank You to BLACKFIRE69 For This Useful Post: | ||
|
#194
|
||||
|
||||
|
Quote:
could you test this? Code:
function InitializeSetup(): Boolean;
begin
{ Font }
ExtractTemporaryFile('{#MyFont1}');
ExtractTemporaryFile('{#MyFont2}');
InstallFMXFont(ExpandConstant('{tmp}\{#MyFont1}'));
InstallFMXFont(ExpandConstant('{tmp}\{#MyFont2}'));
{ Font }
FMXInnoInit;
Result := True;
end;
procedure DeinitializeSetup();
begin
{ Font }
DeleteFMXFont(ExpandConstant('{tmp}\{#MyFont1}'));
DeleteFMXFont(ExpandConstant('{tmp}\{#MyFont2}'));
{ Font }
FMXInnoShutDown;
end;
procedure FMXDesigning;
begin
{ FMX Blank Form }
FMXForm.FCreateBlankForm(WizardForm.Handle, ALCrimson, '');
FMXForm.SetCursor(ExtractAndLoad('Dark2.ani'));
// Font
InvalidateFMXFont;
....
end;
Last edited by BLACKFIRE69; 31-03-2023 at 09:52. |
![]() |
|
|
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 |