FileForums

FileForums (https://fileforums.com/index.php)
-   Conversion Tutorials (https://fileforums.com/forumdisplay.php?f=55)
-   -   FMXInno - Windows Fluent Design Installer UI for Inno (https://fileforums.com/showthread.php?t=104852)

BLACKFIRE69 05-03-2023 22:47

FMXInno v1.0.0.2 - Updates
 
Quote:

Originally Posted by Cesar82 (Post 500371)
This makes changing the volume a little smoother.
I hope it helps you!


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.

(the first post has also been updated)


.

BLACKFIRE69 08-03-2023 08:45

FMXInno v1.0.0.2 - Updates
 
Quote:

Originally Posted by audiofeel (Post 500375)
Animation broke, could you bring back the animation? I understand that you can live without animation, but still it was better with it.

first of all i apologize.
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:

Originally Posted by audiofeel (Post 500386)
Hello again to everyone who helps with the combobox? (drive letter), does not work normally (you will understand where and how at startup and test)

let's see...



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)

,

BLACKFIRE69 08-03-2023 09:17

Quote:

Originally Posted by audiofeel (Post 500399)
Thank you for taking the time. The folder name is duplicated in "DirBrowseForm". I believe that the culprit of this is "ChangeDirectory". This is an old bug, I have never written to you about it, but I just did not use this procedure. Everything else seems fine at first glance. But I could be wrong.

try this...

BLACKFIRE69 08-03-2023 09:55

FMXInno v1.0.0.2 - Updates
 
the first post has been updated. check it out!

BLACKFIRE69 08-03-2023 17:45

Quote:

Originally Posted by audiofeel (Post 500314)
All projects written using "FMXInno" do not run on flash drives, card readers, sd cards, nor do they run on external hard drives and SSDs. also if they are inside the .iso file

this is a minor fix. everything works ok in my tests. but i need you guys to check this further...

Tihiy_Don 09-03-2023 02:21

Good afternoon! You have made adjustments to the shared library, please make adjustments for the library under Windows 7.

BLACKFIRE69 09-03-2023 03:29

Quote:

Originally Posted by Tihiy_Don (Post 500407)
Good afternoon! You have made adjustments to the shared library, please make adjustments for the library under Windows 7.

it may not possible to have blurred effects on Windows 7. but other features should work, although i haven't tested it once.

Tihiy_Don 09-03-2023 03:34

Quote:

Originally Posted by BLACKFIRE69 (Post 500409)
it may not possible to have blurred effects on Windows 7. but other features should work, although i haven't tested it once.

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.

BLACKFIRE69 09-03-2023 03:37

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...

BLACKFIRE69 10-03-2023 06:11

FMXInno Power Plan
 
Quote:

Originally Posted by audiofeel (Post 500418)
The "High performance required" power plan (if it can't be turned on or you don't know how... and to hell with it).


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...

.

nordi 10-03-2023 22:30

@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. :-)

BLACKFIRE69 12-03-2023 13:47

Quote:

Originally Posted by audiofeel (Post 500434)
"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.


why don't you try this way?

.

BLACKFIRE69 14-03-2023 02:34

Quote:

Originally Posted by audiofeel (Post 500472)
A lightweight version of the "METRO" script. Without Autorun and tiles in the form of tiles.
FMXInno + IsArcEx
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
-----------------------
Minor update. Changed the animation effect (I spied UWPTiles here).


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);

.

BLACKFIRE69 15-03-2023 05:24

Quote:

Originally Posted by audiofeel (Post 500478)
@BLACKFIRE69 Have you tried to make "Plugin\FluentAPI" on the standard "SelectLanguageForm"?
some kind of crap turns out :D:D


yes, unless you set the background color to null anyway.

.

BLACKFIRE69 15-03-2023 07:11

FMXInno v1.0.0.2 - Updates
 
Quote:

Originally Posted by audiofeel (Post 499880)
Quote:

Originally Posted by BLACKFIRE69 (Post 499876)
FMXInno - Dev


Code:

* Fully customizable UWP Tiles was a feature in the version v.1.0.0.3

* it's the only feature which supported by its predecessor, FMXInno v1.0.0.2

* if you are interested, i can add this feature on request.



Of course it's interesting. Version 1.0.0.3 is needed


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.


.


All times are GMT -7. The time now is 12:42.

Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2026, vBulletin Solutions Inc.
FileForums @ https://fileforums.com