View Single Post
  #275  
Old 27-07-2023, 06:52
BLACKFIRE69's Avatar
BLACKFIRE69 BLACKFIRE69 is offline
Registered User
 
Join Date: Mar 2019
Location: In the Hell
Posts: 688
Thanks: 481
Thanked 2,547 Times in 561 Posts
BLACKFIRE69 is on a distinguished road
Arrow 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.



.

Last edited by BLACKFIRE69; 14-07-2024 at 02:00.
Reply With Quote
The Following 5 Users Say Thank You to BLACKFIRE69 For This Useful Post:
audiofeel (27-07-2023), ffmla (27-07-2023), hitman797 (27-07-2023), ScOOt3r (27-07-2023), Tihiy_Don (27-07-2023)