#241
|
||||
|
||||
FMXInno v1.0.0.2 - Updates
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) |
Sponsored Links |
#242
|
||||
|
||||
FMXInno Power Plan
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) |
#243
|
||||
|
||||
@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: | ||
#244
|
||||
|
||||
"FEdit" doesn't want to hide and show up as desired, What's wrong? Who understands what? Correct it.
Everything is fine with the "FCheckbox". With "edit" no. the code is the same. Code:
SetBarCheckBox.FCreate(SetBar.Handle, True, 'Восстановление заводских настроек (рекомендуется)'); SetBarCheckBox.Align(Client); SetBarCheckBox.Margins(NSX(15), NSY(175), NSX(550), NSY(21)); SetBarCheckBox.FontSetting('Segoe UI', VCLFontSizeToFMX2(9), ALWhiteSmoke); SetBarCheckBox.TextHorzAlign(txLeading); SetBarCheckBox.WordWrap(True); SetBarEdit.FCreate(SetBar.Handle); SetBarEdit.Align(Client); SetBarEdit.Margins(NSX(285), NSY(98), NSX(20), NSY(21)); SetBarEdit.FontSetting('Segoe UI', VCLFontSizeToFMX2(9.5), ALWhiteSmoke); SetBarEdit.AddSearchButton(@CommonOnClick); SetBarEdit.CanFocus(False); SetBarEdit.Text(MinimizePathName(WizardForm.DirEdit.Text, WizardForm.DirEdit.Font, WizardForm.DirEdit.Width)); FloatAnimation.FCreate(SetBar.Handle); FloatAnimation.AnimationType(atInOut, 0.6, 0.1, False, False, False); FloatAnimation.Enabled(False); FloatAnimation.Interpolation(itBack); FloatAnimation.PropertyName('Height'); FloatAnimation.SetValues(NSSY(98), NSSY(228)); FloatAnimation.OnFinish(@CommonFinish); Last edited by audiofeel; 16-03-2023 at 23:02. |
The Following User Says Thank You to audiofeel For This Useful Post: | ||
ScOOt3r (11-03-2023) |
#245
|
||||
|
||||
Quote:
why don't you try this way? . Last edited by BLACKFIRE69; 14-07-2024 at 01:51. |
#246
|
||||
|
||||
As always, everything is fine. This needs to be moved to docwiki.embarcadero
|
The Following User Says Thank You to audiofeel For This Useful Post: | ||
BLACKFIRE69 (13-03-2023) |
#247
|
||||
|
||||
A lightweight version of the "METRO" script
A lightweight version of the "METRO" script. Without Autorun and tiles in the form of tiles.
FMXInno + IsArcEx To choose from with a background image and just a shape. Added ComboBox (drive letter). This is a demo version (demonstration of the capabilities of the dynamic library FMXInno) do not use it for its intended purpose. Only for Windows 10-11 14.03 ----------------------- Minor update. Changed the animation effect (I spied UWPTiles here). Added custom buttons on the exit form. Added images to the lock screen and exit form. Fixed - added - replaced text in some places. Added the "FillGradient" effect on the shadow for the image with the angle "FillGradientLinearAngle(10)" (Everything is configured at the beginning of the script) 15.03 ---------------------- Combobox and Edit are now more like Eleven (Rounded). Memo Boxes are also now Rounded. Increased the number of installed Components and added a Scrollbox for them. Last edited by audiofeel; 27-12-2023 at 10:08. |
The Following 5 Users Say Thank You to audiofeel For This Useful Post: | ||
alexachu (14-03-2023), BLACKFIRE69 (13-03-2023), Gehrman (13-03-2023), hitman797 (14-03-2023), ScOOt3r (13-03-2023) |
#248
|
||||
|
||||
@BLACKFIRE69: Mr... Is it possible to change the volume with the mouse wheel? (you point the pointer at the button, turn the wheel and the volume changes) As in the latest Win11 builds. A non-interfering SetHint appears at the top with numbers showing the level.
Sorry for my english, you all already felt a slight Welsh accent Here , as if it is possible Last edited by audiofeel; 14-03-2023 at 02:34. |
#249
|
||||
|
||||
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. |
#250
|
||||
|
||||
@BLACKFIRE69 Have you tried to make "Plugin\FluentAPI" on the standard "SelectLanguageForm"?
some kind of crap turns out Last edited by audiofeel; 27-12-2023 at 10:08. |
#251
|
||||
|
||||
Quote:
yes, unless you set the background color to null anyway. . Last edited by BLACKFIRE69; 14-07-2024 at 01:51. |
#252
|
||||
|
||||
FMXInno v1.0.0.2 - Updates
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. |
#253
|
||||
|
||||
@BLACKFIRE69
I have no words, great job. It remains only to find an idea to implement it all (and the ideas have run out). Of course, the low feedback is depressing, each post is downloaded at least 50 times and there is no feedback. |
The Following User Says Thank You to audiofeel For This Useful Post: | ||
BLACKFIRE69 (15-03-2023) |
#254
|
||||
|
||||
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: | ||
#255
|
||||
|
||||
I found one oddity, if you click on the tile not with the left mouse button, as it should be, but with the right, and not just once, but a lot, then the tile shifts down to the lower right corner.
here is an example in the screenshot Last edited by audiofeel; 27-12-2023 at 10:08. |
The Following User Says Thank You to audiofeel For This Useful Post: | ||
hitman797 (15-03-2023) |
Thread Tools | |
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 |