PDA

View Full Version : FMX Handler


Jiva newstone
19-11-2018, 21:18
ISFMXFW

ISFMXFW is dll which you can design and code firemonkey in inno (vcl) and also a bit optimsed in the new updated version of fmxhandler dll


FForm is fmx form to merge with parent form or wizard form
FRectangle is rectangle shape you can use to show image or shape as per your requirement
FPie is pie shape and you can also use as progressbar
FCircle is circle shape same as pie
FArc is usually use as progressbar and use it as per your req
FButton is to create button in fmx form which is merged with the form in inno
FLabel is to create label in fmx form
FEdit for to create diredit
FSwitch is used to create win10 on off switch (example 2 has it)
FCheckBox for checkbox
FMemo for memo you can add it by line or load from file
FAniIndicator is to create modern rotating circle which u already found in win10
FListBox is for listbox creation
FLayout is for layout same as rectangle but for adding some objects inside it to hide and show and to make animation
FScrollBox used to create Scrollbox
FProgressBar for creating progressbar
some glow and blur effects also added
RunExecutable is same as shellexecute u can use it execute exe or links
For more info about component available check "ISFMXFW.iss"


Thanks : Razor19211, ~XCX~, shiyamrrc (for testing)

I have created installers using ISFMXFW dll :
Metro UI Installer (https://fileforums.com/showthread.php?t=102463)
Froza Installer (https://www.fileforums.com/showthread.php?t=103418)

ffmla
20-11-2018, 08:27
Thank you..! Jeeva.:)

PsYcHo_RaGE
20-11-2018, 15:23
i will give this a try, thank you so much @Jiva Newstone
i appreciate your hard work :)

Jiva newstone
21-11-2018, 01:37
Glass Overlay Example

Here a simple example how to use FGlass Overlay,

ZAZA4EVER
24-11-2018, 00:14
good job man ... but installer dont compatible with resolution 1920*1080
i wish to fix it

Jiva newstone
24-11-2018, 02:27
@ZAZA4EVER
will fix it and update it soon as possible...
because working on stable version fmx handler

Jiva newstone
04-12-2018, 03:35
good job man ... but installer dont compatible with resolution 1920*1080
i wish to fix it

Problem from custom scaling
so here a inno unicode setup -install it and compile the fmx handler setup script or even u can use other setup script Too !

ZAZA4EVER
06-12-2018, 12:10
Problem from custom scaling
so here a inno unicode setup -install it and compile the fmx handler setup script or even u can use other setup script Too !

Thanks working fine

Jiva newstone
06-12-2018, 22:40
Example installer:
Dark and Light theme are supported
and Some effects and filter are added
Update of Fmx handler version is 1.3 (1.2 Messed up with destroy function)

Jiva newstone
06-12-2018, 23:49
anything to add like example
TTimer, ScrollBox, System information ::

shiyamrrc
08-12-2018, 02:24
Thanks For The Fixed v1.3.:):):)

Jiva newstone
26-06-2019, 05:07
New version : ForceClose Codes by ~XCX~
Removed MediaPlayer and GlassBlur(old one is only which support GlassBlur)
added some codes in dll and iss so not messup with old one
and some bugs fixed

old version : Nothing to say, just base version of dll

Updated to new version

Simorq
26-06-2019, 05:39
Hi Jiva newstone
http://uupload.ir/files/peww_new.jpg
http://uupload.ir/files/qdg4_old.jpg

Jiva newstone
26-06-2019, 06:32
Hi Jiva newstone
http://uupload.ir/files/peww_new.jpg
http://uupload.ir/files/qdg4_old.jpg

will fix the new dll installer 1
i think old one is good with because i don't even made any changes to the old script and dll

Jiva newstone
29-06-2019, 00:27
Fixed and re-uploaded the new dll

Jiva newstone
06-04-2020, 16:17
Here ISFMXFW (FMXHandler dll) src
don't use this dll with old one,it won't anymore work with old installer. so here is the example
installer to work or make new :Froza Installer (https://www.fileforums.com/showthread.php?t=103418)
and using the src and inno example can add even more fmx object to make it work in inno

Source Uploaded!

BLACKFIRE69
07-04-2020, 02:36
Here ISFMXFW (FMXHandler dll) src
don't use this dll with old one,it won't anymore work with old installer. so here is the example
installer to work or make new :Froza Installer (https://www.fileforums.com/showthread.php?t=103418)
and using the src and inno example can add even more fmx object to make it work in inno

Source Uploaded!

Thanks...

Epic Titan 69
31-12-2020, 01:01
any way to add music while installing

Jiva newstone
01-01-2021, 00:03
any way to add music while installing

Use Bass lib for adding music play support in inno

Spotless
12-05-2022, 06:39
could you tell me how to add addtional packs to installer
like DLC's and etc