Forums

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
  • Hoang Tuan Anh

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

    6/27/2009 10:33 PM
    • Not Ranked
    • Joined on 8/27/2008
    • Posts 4

     

    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 !

     

  • Claudio Piffer

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

    6/28/2009 4:44 PM
    • Top 500 Contributor
    • Joined on 5/4/2007
    • Posts 43
    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
  • Hoang Tuan Anh

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

    6/28/2009 8:34 PM
    • Not Ranked
    • Joined on 8/27/2008
    • Posts 4

    Thank you very much ! I done it ! Smile

  • Hoang Tuan Anh

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

    7/1/2009 10:23 AM
    • Not Ranked
    • Joined on 8/27/2008
    • Posts 4

    Hi,

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

    Thanks !

  • Claudio Piffer

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

    7/1/2009 12:25 PM
    • Top 500 Contributor
    • Joined on 5/4/2007
    • Posts 43
    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
  • Alex M (DevExpress)

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

    7/2/2009 4:01 AM
    • Top 50 Contributor
    • Joined on 10/8/2008
    • Posts 967

    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.

    Regards,
    Alex
  • Claudio Piffer

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

    7/2/2009 5:17 AM
    • Top 500 Contributor
    • Joined on 5/4/2007
    • Posts 43
    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
  • Claudio Piffer

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

    7/2/2009 5:40 AM
    • Top 500 Contributor
    • Joined on 5/4/2007
    • Posts 43
    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
  • Claudio Piffer

    Image Skinning standard message Dialogs

    7/2/2009 5:41 AM
    • Top 500 Contributor
    • Joined on 5/4/2007
    • Posts 43
     


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

    The message was checked by ESET NOD32 Antivirus.

    http://www.eset.com

  • Alex M (DevExpress)

    Re: Image Skinning standard message Dialogs

    7/6/2009 10:12 AM
    • Top 50 Contributor
    • Joined on 10/8/2008
    • Posts 967

    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.

    Regards,
    Alex
  • Mesud Pasic

    DLL form problem

    7/22/2009 9:20 AM
    • Not Ranked
    • Joined on 5/29/2009
    • Posts 7

    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?? 

More from DevExpress
Live Chat
Have a pre-sales question?
Need assistance with your evaluation?
We are here to help.
Chat is one of the many ways you can contact members of the DevExpress Team. We are available Monday-Friday between 8:30am and 5:00pm Pacific Time.
If you need additional product information, require pre-sales assistance, or want help with your order, write to us at info@devexpress.com or call us at
+1 (818) 844-3383.