
28-12-2023, 23:42
|
 |
Registered User
|
|
Join Date: Mar 2019
Location: In the Hell
Posts: 688
Thanks: 481
Thanked 2,547 Times in 561 Posts
|
|
FMXInno v1.0.0.2 - New Updates
FMXInno Final Release: [2023-Dec-29] - Update 02
Quote:
@everyone who contributed to FMXInno,
As we wrap up the year, and with this being the last update for this year, i want to express my gratitude for your invaluable contributions—bug reports, feature requests, and creative ideas. Your involvement has played a key role in refining FMXInno throughout all the years since the start. Thanks for being part of the FMXInno journey. Wishing you all the best in the coming year!
Cheers!
- BLACKFIRE
|
New update uploaded to first post, check it out.
What's new:
Code:
1. Added:
- function wSystemReboot(EWX_Flags: UINT): Boolean;
- function WinElevenTime(const IsClock24: Boolean): WideString;
- function WinElevenDate: WideString;
- procedure WinElevenChangeTimeAbbrev(const sAM, sPM: WideString);
- procedure WinElevenChangeTimeFormat(const sTimeFormat: WideString);
- procedure WinElevenChangeDayStr(const DayIdx: Integer; DayStr: WideString);
- procedure WinElevenChangeMonthStr(const MonthIdx: Integer; MonthStr: WideString);
- procedure WinElevenChangeDateFormat(const sDateFormat: WideString);
- New FTrackBarCustom class.
2. Updated:
- function wGetShortCut(Key: Word; Shift: TShiftState): TShortCut;
- FCmdOut class.
- FVirtualAction class.
- FInstNewProc class.
- DrawFrame for FForm, FCustomFluentWindow, FFluentDirBrowse and FFluentStartBrowse classes.
3. Fixed:
- function InstallFMXFont(FontFileName: WideString): Boolean;
- function DeleteFMXFont(FontFileName: WideString): Boolean;
- procedure InvalidateFMXFont;
- IsChecked for FToggleCheckBox.
4. FFluentDirBrowse, FFluentStartBrowse are now more customizable.
- Added DisableDefaultAppName.
- Button settings
- and more.
5. Some improvements and minor bug fixes.
Last edited by BLACKFIRE69; 14-07-2024 at 02:14.
|