View Single Post
  #8  
Old 14-11-2022, 04:44
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
Quote:
Originally Posted by audiofeel View Post
here is another example of what can be done with FMXInno. the work is taken as a basis
https://krinkels.org/resources/yuwiz.416/
good job mate. keep going...


for peeps who love Win11 blur effects,
Code:
// function IsOSMatched(const fOsMinimum: DWORD): Boolean;

if IsOSMatched(B_WIN11_21H2) and FBlur then  // Windows 11 or newer
  // enable Fluent blur
else
  // regular


--------------------------------------------------------------------------

Code:
FMXInno:

* Latest update added to first post. [2022-Nov-14]

Last edited by BLACKFIRE69; 14-07-2024 at 01:42.
Reply With Quote
The Following 4 Users Say Thank You to BLACKFIRE69 For This Useful Post:
ADMIRAL (14-11-2022), audiofeel (14-11-2022), houcine80 (14-11-2022), ScOOt3r (14-11-2022)