'Support' wrote:
Hello
Why you wrote about the sFrameAdapter?
Can you show a demo with sources, please?
Source:
unit Unit1;
interface
uses
Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms,
Dialogs, StdCtrls, sButton, sSkinManager, sDialogs;
type
TForm1 = class(TForm)
sSkinManager1: TsSkinManager;
sButton1: TsButton;
procedure sButton1Click(Sender: TObject);
private
{ Private declarations }
public
{ Public declarations }
end;
var
Form1: TForm1;
implementation
{$R *.dfm}
procedure TForm1.sButton1Click(Sender: TObject);
begin
sShowMessage('Wrong draw');
end;
end.
New project + (add) sSkinMenager + (skin) AndroidOS + sDialogs
Important I get bad skin only when i run application in delphi 7. When I run application without Delphi, it is ok. When i run procedure sShowMessage with sFrameAdaptor i get good skin. (Run in Delphi)