not skin dll form

Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #33485
    simon
    Participant

    I load a dll with form,but alphacontrol auto skin it
    I don't want let alphacontrol skin this dll's form
    how to do?
    use sSkinManager1.SkinningRules:=[srStdForms, srThirdParty] can let dll's form not skin
    but opendilogs etc also can not skin.

    #41425
    Support
    Keymaster

    Hello
    You can disable the srStdForms property only. Dialogs will be skinned in this case.

    #41447
    simon
    Participant

    QUOTE (Support @ Jan 13 2010, 11:26 AM)
    Hello
    You can disable the srStdForms property only. Dialogs will be skinned in this case.

    not work,even use sSkinManager1.SkinningRules:=[];
    then dll's form will show normal and no skin first ,but when move this dll's form,alphaskin will skin this form again

    and also use 5.x version have no this problem,so something must changed,but I don't konw how to fix this

    #41572
    Support
    Keymaster

    QUOTE (simon @ Jan 14 2010, 01:36 PM)
    not work,even use sSkinManager1.SkinningRules:=[];
    then dll's form will show normal and no skin first ,but when move this dll's form,alphaskin will skin this form again


    It's not possible. You uses one SkinManager only?

    QUOTE
    and also use 5.x version have no this problem,so something must changed,but I don't konw how to fix this


    Version 5 haven't automatic skinning of forms.

    #41581
    simon
    Participant

    QUOTE (Support @ Feb 2 2010, 12:41 PM)
    It's not possible. You uses one SkinManager only?

    Version 5 haven't automatic skinning of forms.

    yes,I use oneskinmanager on mainform only,even only hide this dll's form then show this dll's form
    alphacontrols will skin this dll's form,so I want to konw there is a option to check if it's a dll's form
    alphacontrols will not skin it?

    #41582
    simon
    Participant

    I also find I use this dll name enhancer 0.17 is a winamp's dsp dll,
    it's a dialog form,so when use sSkinManager1.SkinningRules:=[srStdForms, srThirdParty]
    work fine,but this time,my open file dialog will not skined,so not 100% work,
    so I think alphacontrols should add a option[srStdForms,srStdDialogs,srStdDlls,srThirdParty]

    #41677
    Support
    Keymaster

    I'm thinking about a solution <img src="style_emoticons//smile.gif” style=”vertical-align:middle” emoid=”:)” border=”0″ alt=”smile.gif” />

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