Closed odyright closed 1 year ago
I'll make a commit to remove this dependency and make the installation process easier, but for the time being:
unit Unit1;
interface
uses
Winapi.Windows,
Winapi.Messages,
System.SysUtils,
System.Variants,
System.Classes,
Vcl.Graphics,
Vcl.Controls,
Vcl.Forms,
Vcl.Dialogs,
AcrylicFormU;
type
TForm1 = class(TAcrylicForm)
private
{ Private declarations }
public
{ Public declarations }
end;
Updated the project now, should work fine without the additional steps. Don't forget to run Delphi as admin when installing.
Thank you for your assistance! It seems it's only available for Vcl.
Yes, you can try this if you're using FireMonkey: https://github.com/ah-jr/FMX-form-with-blurred-background
it's much simpler though
It said: [dcc32 Fatal Error] AcrylicGhostPanelU.pas(19): F2613 Unit 'GR32' not found. when i tried to install.