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)

ravikant 22-07-2023 07:56

Is it possible for you to make a diskspan plugin for your custom scripts

Fak Eid 23-07-2023 11:33

What compression are you trying to extract using DiskSpan GUI that you want to extract from installer?

ravikant 26-07-2023 05:57

Quote:

Originally Posted by Fak Eid (Post 501676)
What compression are you trying to extract using DiskSpan GUI that you want to extract from installer?

I want to make backup of my games and store it each game series having a different type of installer

Behnam2018 26-07-2023 19:44

I run the script, it doesn't give any action
 
1 Attachment(s)
Hello, I run the script, it doesn't give any action, the setup doesn't run, it's Windows 7:(

BLACKFIRE69 27-07-2023 06:52

FMXInno - Updates
 
FMXInno v1.0.0.2 - Cumulative Updates [2023-July-27]


Code:

(*) The FMXInno_Fluent_API has been upgraded from v1.0 to v2.0.

  - The following systems are now supported.
    1. Windows 7
    2. Windows 8 / 8.1
    3. Windows 10
    4. Windows 11
    5. Windows 12 (Upcoming
 
  - Note: Ensure your scripts are up-to-date since the "EnableFluent" function
    within "FluentApi.dll" has been modified
 
(*) Integrated Blend2d - 2D Vector Graphic Engine, to advanced users.
 
(*) Updated ChatGPT.
 
  - Support extended to the following models.
    1. gpt-3.5-turbo
    2. gpt-3.5-turbo-0613
    3. gpt-3.5-turbo-16k
    4. gpt-4
    5. gpt-4-0613
    6. gpt-4-32k
 
(*) Added the capability to create Gradient Forms
  - Customizable.

Code:

(*) New properties have been introduced into the Form class.
  - procedure ChangeFluentTheme(const FDark: Boolean);
  - procedure ChangeFluentColor(const VCLColor: TColor);
  - procedure PauseFormUpdateOnMove(FValue: Boolean);
  - procedure PauseFluentEffectsOnDeacive(FValue: Boolean);
  - procedure Invalidate;
 
(*) Added Global Animator for FMXForm.
  - Ex: FMXForm.AnimateFloatWait(ARect.Handle, 'Position.X', NSX(400), 1.2, atInOut, itBack);
 
(*) Added DiskList blueprint.
  - Customizable.
 
(*) Added percentage indicator for ThinProgressBar class.
  - Customizable. 
 
(*) Added StopWatch class.
(*) Added Math class.

Code:

(*) New properties have been introduced into the following classes.
  1. WinMacTitleBar class.
  2. DynamicTiles class.
  3. SideMenuItem class. 
  4. Fluent Dir/Start Browse class.
 
(*) Added a pair of new functions.
  1. function wIsDriveRemovable(const DriveLetter: WideString): Boolean;
  2. function wGetDriveMediaType(const DriveLetter: WideString): Integer;
    - Return Type:
      1. UNKNOWN
      2. HDD
      3. SSD
      4. SCM
 
(*) Updated BlendOnMove.
(*) Updated CmdOut.
(*) Updated XHashEx. 

(*) Several additional improvements and bug fixes.



The first post has been updated.



.

crachlow 28-07-2023 13:04

@BlackFire69. Here we are faced with such a problem. When packing using the 4x4 method, IsArcEx , when unpacking archives is canceled, it closes abruptly without showing the completion page. And with many other cls, the same thing happens. Could you see how to solve this problem

crachlow 29-07-2023 13:38

Link to example https://youtu.be/f1n4cadWCvc

BLACKFIRE69 29-07-2023 22:53

Quote:

Originally Posted by crachlow (Post 501773)
@BlackFire69. Here we are faced with such a problem. When packing using the 4x4 method, IsArcEx , when unpacking archives is canceled, it closes abruptly without showing the completion page. And with many other cls, the same thing happens. Could you see how to solve this problem

Quote:

Originally Posted by crachlow (Post 501781)


could you test this?

.

crachlow 30-07-2023 00:18

Thanks to @BlackFire69 for the prompt response. So far everything seems to be working as it should. I still have a couple of questions, but for later.
https://youtu.be/eMo9Mo53UH0

crachlow 30-07-2023 01:49

@BlackFire69. In continuation of the same topic question. In the task manager, after unpacking is canceled or its emergency termination, incomplete processes from cls remain that continue their work, while consuming memory quite well. Maybe it is possible to solve this issue somehow?
https://youtu.be/IvkcMEwYrbA

BLACKFIRE69 30-07-2023 05:15

Quote:

Originally Posted by crachlow (Post 501790)
@BlackFire69. In continuation of the same topic question. In the task manager, after unpacking is canceled or its emergency termination, incomplete processes from cls remain that continue their work, while consuming memory quite well. Maybe it is possible to solve this issue somehow?
https://youtu.be/IvkcMEwYrbA


for my system, this update is working as expected(xtool+srep+lolz) (though untested on non-English systems). if you encounter issues, please manually terminate all tasks.

Code:

Exec(ExpandConstant('{sys}\taskkill.exe'), ' /F /IM xtool.exe', '', SW_HIDE, ewWaitUntilTerminated, ErrCode);
Exec(ExpandConstant('{sys}\taskkill.exe'), ' /F /IM cls-lolz_x64.exe', '', SW_HIDE, ewWaitUntilTerminated, ErrCode);
Exec(ExpandConstant('{sys}\taskkill.exe'), ' /F /IM cls-srep_x64.exe', '', SW_HIDE, ewWaitUntilTerminated, ErrCode);


.

crachlow 30-07-2023 08:33

@BlackFire69. Thanks for the emergency fix.
https://youtu.be/q2jW1hAfZ_s

BLACKFIRE69 31-07-2023 22:05

FMXInno Dev
 
FMXInno Dev


can you perform a test with the given conditions and let me know if the scaling is accurate or not?

1. in 2k..8k monitors.
2. with Higher DPI values.

.

Tihiy_Don 31-07-2023 23:19

I'm really looking forward to the functionality of playing videos in the background of the installer window. This means the installer window, similar to the background image of the form to make a background video of the form. So that the elements can be placed on top of the video background.

BLACKFIRE69 01-08-2023 03:14

Quote:

Originally Posted by audiofeel (Post 501821)
The first result (unfortunately, it cannot be called reliable, since we used just screen scaling as a high-resolution emulation).
On the form type "FCreateImageForm" - the result is just fine, except that "FWinTitleBar" refuses to scale on this form type (only on this form type) and looks small. Now for the cons. The form always appears in the upper left corner of the screen and not in the center as it should. ""Toggle CheckBox" scaled a little wrong, the bottom space is a little hidden and they look smudged.


@audiofeel,

don't go beyond that. the given DLL file is not completed and is in development stage. so just tell me about the given example (_TestSpace.iss).


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

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