in
Forums
Blogs
DevExpress.com
Client Center
Support Center
DevExpress Channel

How can I make a form like that (using Delphi 12) ?

Last post 7/22/2009 9:20 AM by Mesud Pasic. 10 replies.
Sort Posts: Previous Next
  • 6/27/2009 10:33 PM

    How can I make a form like that (using Delphi 12) ?

     

    How can I make a form like that (using Delphi 12) ? I dont want to use window standard form. I tried to declare as bellow :

    uses dxSkinsForm;

    TForm1 = class(TdxSkinForm)

    ...

     

    But nothing change ! Help me please !

     

    Thanks !

     

  • 6/28/2009 4:44 PM In reply to

    Re: How can I make a form like that (using Delphi 12) ?

    Answer
    Hi Hoang,
     
    simply you add in your form a TdxSkinController component and set the SkinName property.
    The class TForm is automatically skinned when you run the project
     
    Best Regards
     
    Claudio
    "Hoang Tuan Anh" wrote in message news:266866@community.devexpress.com...

     

    How can I make a form like that (using Delphi 12) ? I dont want to use window standard form. I tried to declare as bellow :

    uses dxSkinsForm;

    TForm1 = class(TdxSkinForm)

    ...

     

    But nothing change ! Help me please !

     

    Thanks !

     



    http://community.devexpress.com/forums/p/77985/266866.aspx#266866



    __________ Information from ESET NOD32 Antivirus, version of virus signature database 4194 (20090628) __________

    The message was checked by ESET NOD32 Antivirus.

    http://www.eset.com
  • 6/28/2009 8:34 PM In reply to

    Re: How can I make a form like that (using Delphi 12) ?

    Thank you very much ! I done it ! Smile

  • 7/1/2009 10:23 AM In reply to

    Re: How can I make a form like that (using Delphi 12) ?

    Hi,

    I have more question :-) How can I use skin for message box, too ?

    Thanks !

  • 7/1/2009 12:25 PM In reply to

    Re: How can I make a form like that (using Delphi 12) ?

    Hi Hoang,
     
    in this moment the standard Message Box is not supported.
     
    I have developed an my MessageBox system (based on TForm class) and this is skinned correctly.
     
    Best Regards

    Claudio
     
    "Hoang Tuan Anh" wrote in message news:267272@community.devexpress.com...

    Hi,

    I have more question :-) How can I use skin for message box, too ?

    Thanks !



    http://community.devexpress.com/forums/p/77985/267272.aspx#267272



    __________ Information from ESET NOD32 Antivirus, version of virus signature database 4204 (20090701) __________

    The message was checked by ESET NOD32 Antivirus.

    http://www.eset.com
  • 7/2/2009 4:01 AM In reply to

    Re: How can I make a form like that (using Delphi 12) ?

    Skinning is supported for the dialogs that are invoked by the following methods: ShowMessage(), MessageDlg(), InputBox(), and InputQuery().

    --
    Thanks, Alex
    R&D, VCL Team
    Developer Express Inc.

    PS. If you wish to receive direct assistance from our Support Team, use Support Center at http://www.devexpress.com/Support/Center.

  • 7/2/2009 5:17 AM In reply to

    Re: How can I make a form like that (using Delphi 12) ?

    Hi Alex,
     
    you are right!
     
    sorry for my misunderstand!
     
    Claudio
     
    "Alex M (Developer Express)" wrote in message news:267364@community.devexpress.com...

    Skinning is supported for the dialogs that are invoked by the following methods: ShowMessage(), MessageDlg(), InputBox(), and InputQuery().

    --
    Thanks, Alex
    R&D, VCL Team
    Developer Express Inc.

    PS. If you wish to receive direct assistance from our Support Team, use Support Center at http://www.devexpress.com/Support/Center.



    http://community.devexpress.com/forums/p/77985/267364.aspx#267364



    __________ Information from ESET NOD32 Antivirus, version of virus signature database 4208 (20090702) __________

    The message was checked by ESET NOD32 Antivirus.

    http://www.eset.com
  • 7/2/2009 5:40 AM In reply to

    Re: How can I make a form like that (using Delphi 12) ?

    Hi Alex,
     
    re-sorry ;-)
     
    I re-checked but the ShowMessage() and MessageDlg() are not skinned in my system (Windows Vista 64 with RAD Studio 2009 and DevExpress Suite Build 44).

    See image below:
     
     
    Best Regards
     
    Claudio
    "Alex M (Developer Express)" wrote in message news:267364@community.devexpress.com...

    Skinning is supported for the dialogs that are invoked by the following methods: ShowMessage(), MessageDlg(), InputBox(), and InputQuery().

    --
    Thanks, Alex
    R&D, VCL Team
    Developer Express Inc.

    PS. If you wish to receive direct assistance from our Support Team, use Support Center at http://www.devexpress.com/Support/Center.



    http://community.devexpress.com/forums/p/77985/267364.aspx#267364



    __________ Information from ESET NOD32 Antivirus, version of virus signature database 4208 (20090702) __________

    The message was checked by ESET NOD32 Antivirus.

    http://www.eset.com
  • 7/2/2009 5:41 AM In reply to

    Image Skinning standard message Dialogs

     


    __________ Information from ESET NOD32 Antivirus, version of virus signature database 4208 (20090702) __________

    The message was checked by ESET NOD32 Antivirus.

    http://www.eset.com

  • 7/6/2009 10:12 AM In reply to

    Re: Image Skinning standard message Dialogs

    Thank you for the tip. It seems that this problem is peculiar to Windows Vista and RAD Studio 2009 only. We've submitted a corresponding suggestion to our Support Center (see Suggestion ID: S32808). Please track this suggestion to be automatically notified once it's implemented.

    --
    Thanks, Alex
    R&D, VCL Team
    Developer Express Inc.

    PS. If you wish to receive direct assistance from our Support Team, use Support Center at http://www.devexpress.com/Support/Center.

  • 7/22/2009 9:20 AM In reply to

    DLL form problem

    HI,

     

    I have big problem, I'm using one application with main form which has lookandfeel controller, and some edit style controllers too, but I've also created DLL and one form in it, so I've put DB grid in dll form, and here's the problem, when I load DLL form into main application grid doesn't take any skin from main application. I've also tried to put another look and feel controller on dll form and send skin name through pointer, but doesnt work, does anyone knows hot it can be done?? 

Copyright © 1998-2010 Developer Express Inc.
ALL RIGHTS RESERVED