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 15-02-2022 02:45

FMXInno Update
 
Update available!


what's new
Quote:

-- Feature Added: Form Image SlideShow ( Windows 11 / 10 )

ScreenShot:


Behnam2018 27-04-2022 19:17

Please Script
 
2 Attachment(s)
Nice Installer

Thanks

Please Script
:o

Behnam2018 29-04-2022 18:42

Thanks

houcine80 02-05-2022 09:55

Greet work and nice look

Behnam2018 02-05-2022 19:44

Please disable the message
 
2 Attachment(s)
Please disable the message Please disable the message in Windows 7

BLACKFIRE69 03-05-2022 10:56

Quote:

Originally Posted by Behnam2018 (Post 496666)
Please disable the message Please disable the message in Windows 7

sorry, FMXInno.dll plugin doesnt work on older versions of windows.

BLACKFIRE69 26-05-2022 00:24

Quote:

Originally Posted by audiofeel (Post 496987)
could you provide an example of how you calculate the free space needed for installation. if any additional checkboxes are marked. you have an example, but it is not completed
https://i.ibb.co/nBHLydj/Screenshot-...-26-032746.png

is this not enough?

Code:

function InitDiskUsage: FDiskUsage;

// DISK
 FDiskUsage = interface(IUnknown)
  '{08403E71-113A-4F88-960F-36296CB8AAA1}'
    procedure SetDir(Const ADir: String);
    function DiskLoad: Cardinal;
    function TotalSpace: Double;
    function FreeSpace: Double;
    function UsedSpace: Double;
 end;


BLACKFIRE69 10-06-2022 12:18

FMXInno v1.0.0.1 - update
 
Update!

Code:

- Added a blank form.
- Added new effects.
- Added translucent objects.
- Integrated a HTTP Client API.
- Updated classes.
- Updated image slideshow.


BLACKFIRE69 11-06-2022 00:41

Quote:

Originally Posted by audiofeel (Post 497184)
I could not apply the font through "function AddFontResource" if it is not difficult I would like to see how you do it.

here is an example.

BLACKFIRE69 11-06-2022 04:11

Quote:

Originally Posted by audiofeel (Post 497184)
please make examples of "SysFunc.iss". especially interested in "function BrowseDirModern".

SysFuncDLL Fix + BrowseDirModern Example

Quote:

Originally Posted by audiofeel (Post 497184)
why does the "FDirBrowse" already have a path "C:\Program Files (x86)" and can't apply {code:nosd} ?

oops. check this out. ;)

FMXInnoDLL v1.0.0.1 + Fix (Lib Only)

Code:

[Setup]
...
DefaultDirName ={code:DefMyPath}\Inno Example with FMXInno Library
...

{Code]
...
function DefMyPath(Param: String): String;
begin
  Result:= ExpandConstant('{win}');
end;
...

procedure FMXDesigning;
begin
...
{ Dir Browse Dlg }                               
  DirBrowseDlg.FCreate(0, 'Select Install Directory', WizardForm.DirEdit.Text);
...
end;


BLACKFIRE69 19-06-2022 16:48

FMXInno v1.0.0.2 - Update
 
Update!

Code:

* Added color conversion between FMX and VCL (Testing).
* Added image slideshow api.
  -- Supports multi-transitions.
* Added some other functions.
  -- GetDesktopImgColorVCL
  -- GetDesktopImgColorFMX
* Added HTTP Client Api to work with single-thread.
* Fixed minor issues known so far.
* Updated Classes.

.

fabrieunko 19-06-2022 21:47

hello, I have a question, is your setup usable with dsg?

BLACKFIRE69 20-06-2022 05:50

Quote:

Originally Posted by fabrieunko (Post 497303)
hello, I have a question, is your setup usable with dsg?

yes, after a few modifications, it can be done. but by default it doesn't work with dsg.

BLACKFIRE69 20-06-2022 05:53

Quote:

Originally Posted by audiofeel (Post 497305)
Greetings. If a theme with multiple images (slide show) is selected in the system, an error occurs. I attach a screenshot. possible only on the Win 11 Dev 25410 build
https://ibb.co/sKr140s

fixed!

.

BLACKFIRE69 20-06-2022 10:27

FMXInno v1.0.0.2 - Fix 02
 
FMXInno v1.0.0.2 - Fix 02

Code:

following functions have been fixed.

1. GetDesktopImgColorVCL
2. GetDesktopImgColorFMX

3. FMXColorToVCL
4. VCLColorToFMX

5. SetVCLColorLighter
6. SetVCLColorDarker

7. GetImgColorVCL
8. GetImgColorFMX

.


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

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