ah-jr / TAcrylicForm

This is a Delphi form adapted to use Window's Acrylic material.
6 stars 2 forks source link

Error Installation #1

Closed odyright closed 1 year ago

odyright commented 1 year ago

It said: [dcc32 Fatal Error] AcrylicGhostPanelU.pas(19): F2613 Unit 'GR32' not found. when i tried to install.

ah-jr commented 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;
ah-jr commented 1 year ago

Updated the project now, should work fine without the additional steps. Don't forget to run Delphi as admin when installing.

odyright commented 1 year ago

Thank you for your assistance! It seems it's only available for Vcl.

ah-jr commented 1 year ago

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