Disabling alphaskin Root › Technical support › Troubleshooting This topic has 5 replies, 3 voices, and was last updated 10 years, 3 months ago by Pierrotsc. Viewing 5 posts - 1 through 5 (of 5 total) Author Posts January 5, 2015 at 3:10 pm #52971 SupportKeymaster Hello You can disable a skinning of dialogs by this code: sSkinManager1.SkinningRules := sSkinManager1.SkinningRules – [srThirdParty] Enable: sSkinManager1.SkinningRules := sSkinManager1.SkinningRules + [srThirdParty] Write again if it doesn't helps. January 7, 2015 at 4:30 pm #52984 PierrotscParticipant 'Support' wrote: Hello You can disable a skinning of dialogs by this code: sSkinManager1.SkinningRules := sSkinManager1.SkinningRules – [srThirdParty] Enable: sSkinManager1.SkinningRules := sSkinManager1.SkinningRules + [srThirdParty] Write again if it doesn't helps. The scanning form is not on the main form so i have to use mainform.skinmanager.skinningrules to point it to the right thing. Now i get a red line under srthirdparty. What code do i need to write to point it to the skinmanager on the mainform? Thanks. Peter January 8, 2015 at 2:38 am #52985 molParticipant 'Pierrotsc' wrote: What code do i need to write to point it to the skinmanager on the mainform? uses sSkinManager; on your scanning form? -Uwe January 8, 2015 at 8:08 am #52986 SupportKeymaster You can change this property in design-time in the object inspector. January 8, 2015 at 1:50 pm #52988 PierrotscParticipant 'mol' wrote: uses sSkinManager; on your scanning form? -Uwe Thanks…That did it. Author Posts Viewing 5 posts - 1 through 5 (of 5 total) You must be logged in to reply to this topic. Log In Username: Password: Keep me signed in Log In Root › Technical support › Troubleshooting