|
|
|
#1
|
||||
|
||||
|
Quote:
this could work.. FMXInno Updates: Code:
What's new: * Updated Music Plugin. * Updated Skia. - Skia Graphic Library v107.0.0 --> v107.1.1 - sk4d.dll v4.0.2 --> v4.1.1 * Compiled in RadStudio 11.3. . Last edited by BLACKFIRE69; 14-07-2024 at 01:50. |
| Sponsored Links |
|
#2
|
||||
|
||||
|
Quote:
it's my responsibility to check that everything is working fine before sharing the new update. but i didn't. custom page animations seem to not work properly with the latest version of RadStudio(v11.3). so i went back and recompiled the DLL with the previous version(v11.2 + Patch 01). so this might work. Quote:
guys, could you check this DLL before updating the first post? FMXInno - Updates Code:
* Updated Video Player Volume Function. * Added new properties/functions for FEdit. --Password(FPassword: Boolean) --FilterChar(FFilterStr: WideString) --DisableFocusEffect(FDisable: Boolean) --MaxLength(FLength: Integer) --HitTest(FEnable: Boolean) --Caret(FColor: TAlphaColor FInterval: Integer FWidth: Word) --CheckSpelling(FCheck: Boolean) --CaretShow(FShow: Boolean) --SelectAll --SelectWord --SelStart(FValue: Integer) --SelLength(FValue: Integer) --GetSelText: Widestring --SelectionFillColor(FColor: TAlphaColor) --SelectionFillImage(FImage: WideString) --SelectionFillGradient(FColor1, FColor2: IntegerFStyle: TGradientStyle) --SelectionFillGradientLinearAngle(FAngle: Single) --SelectionFillGradientRadialAngle(FAngle: Single) --OnTyping(FEvent: TNotifyEvent) --OnValidate(FEvent: TValidateTextEvent) --OnValidating(FEvent: TValidateTextEvent) --OnEnter(FEvent: TNotifyEvent) --OnExit(FEvent: TNotifyEvent) Last edited by BLACKFIRE69; 14-07-2024 at 01:50. |
| The Following User Says Thank You to BLACKFIRE69 For This Useful Post: | ||
audiofeel (08-03-2023) | ||
|
#3
|
||||
|
||||
|
Quote:
Last edited by BLACKFIRE69; 09-03-2023 at 03:54. |
| The Following User Says Thank You to BLACKFIRE69 For This Useful Post: | ||
audiofeel (08-03-2023) | ||
|
#4
|
||||
|
||||
|
the first post has been updated. check it out!
|
|
#5
|
||||
|
||||
|
Quote:
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... . Last edited by BLACKFIRE69; 14-07-2024 at 01:51. |
| The Following User Says Thank You to BLACKFIRE69 For This Useful Post: | ||
audiofeel (10-03-2023) | ||
|
#6
|
||||
|
||||
|
Quote:
why don't you try this way? . Last edited by BLACKFIRE69; 14-07-2024 at 01:51. |
|
#7
|
||||
|
||||
|
Quote:
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); Last edited by BLACKFIRE69; 14-07-2024 at 01:51. |
|
#8
|
||||
|
||||
|
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. |
|
#9
|
||||
|
||||
|
Quote:
yes, unless you set the background color to null anyway. . Last edited by BLACKFIRE69; 14-07-2024 at 01:51. |
|
#10
|
||||
|
||||
|
Quote:
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. . Last edited by BLACKFIRE69; 14-07-2024 at 01:52. |
|
#11
|
||||
|
||||
|
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: | ||
|
#12
|
||||
|
||||
|
Quote:
![]() . Last edited by BLACKFIRE69; 14-07-2024 at 01:52. |
| The Following 4 Users Say Thank You to BLACKFIRE69 For This Useful Post: | ||
|
#13
|
||||
|
||||
|
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: | ||
|
#14
|
||||
|
||||
|
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) | ||
|
#15
|
||||
|
||||
|
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) | ||
![]() |
|
|
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 |