|
#166
|
||||
|
||||
|
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 |
|
#167
|
||||
|
||||
|
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) | ||
|
#168
|
||||
|
||||
|
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) | ||
|
#169
|
||||
|
||||
|
the first post has been updated. check it out!
|
|
#170
|
||||
|
||||
|
this is a minor fix. everything works ok in my tests. but i need you guys to check this further...
Last edited by BLACKFIRE69; 09-03-2023 at 03:54. |
|
#171
|
|||
|
|||
|
Good afternoon! You have made adjustments to the shared library, please make adjustments for the library under Windows 7.
Last edited by Tihiy_Don; 09-03-2023 at 02:28. |
|
#172
|
||||
|
||||
|
it may not possible to have blurred effects on Windows 7. but other features should work, although i haven't tested it once.
|
|
#173
|
|||
|
|||
|
I have no goal to get all sorts of effects, the main thing is to work from Windows 7 to Windows 11. I would appreciate it if you updated the library.
|
| The Following User Says Thank You to Tihiy_Don For This Useful Post: | ||
audiofeel (09-03-2023) | ||
|
#174
|
||||
|
||||
|
FMXInno - Quality Updates
What's New: Code:
* Fixed the initialization failure when the Setup.exe is in external driver, USB or ISO files. * Updated external plugins. Check out the first post... |
| The Following 5 Users Say Thank You to BLACKFIRE69 For This Useful Post: | ||
audiofeel (09-03-2023), ffmla (11-03-2023), Lord.Freddy (09-03-2023), nordi (10-03-2023), Tihiy_Don (09-03-2023) | ||
|
#175
|
||||
|
||||
|
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) | ||
|
#176
|
||||
|
||||
|
@blackfire: Thanks for the final solution to the external media problem.
@audiofeel : Thanks to the first attempts to solve the problem. This project is really great. :-) |
| The Following 3 Users Say Thank You to nordi For This Useful Post: | ||
|
#177
|
||||
|
||||
|
Quote:
why don't you try this way? . Last edited by BLACKFIRE69; 14-07-2024 at 01:51. |
|
#178
|
||||
|
||||
|
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. |
|
#179
|
||||
|
||||
|
Quote:
yes, unless you set the background color to null anyway. . Last edited by BLACKFIRE69; 14-07-2024 at 01:51. |
|
#180
|
||||
|
||||
|
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. |
![]() |
| Thread Tools | Search this Thread |
| Display Modes | |
|
|
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 |