sMessageDlg without sFrameAdaptor -> bad skin

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #35657
    Rafał Drzewiecki
    Participant

    I have a problem. When i use sMessageDlg without sFrameAdaptor i get bad skin (white square):

    I use Delphi 7 with sSkinMenager and sSkinProvider.

    #50240
    Support
    Keymaster

    Hello

    Why you wrote about the sFrameAdapter?

    Can you show a demo with sources, please?

    #50278
    Rafał Drzewiecki
    Participant
    '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)

    #38406
    Support
    Keymaster

    What is your Windows version? I have attached an image which I have under Win7 x64

    And why you wrote about the sFrameAdapter? How you uses it?

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.