Quote:
Originally Posted by audiofeel
@BLACKFIRE69.
I found a small bug. If the user chose "solid color" instead of wallpaper, there will be an error. Culprit = "GetDesktopImgColorFMX", "FUserInfo" - "function Wallpaper: WideString"
|
this could be more helpful.
Code:
* Added new functions.
- GetDesktopSolidColorVCL
- GetDesktopSolidColorFMX
- DesktopImgExist
Code:
Example:
if DesktopImgExist then
FMXForm.FCreateFluentColor(WizardForm.Handle, GetDesktopImgColorVCL, False, 0.4, 0)
else
FMXForm.FCreateFluentColor(WizardForm.Handle, GetDesktopSolidColorVCL, False, 0.4, 0);