Disabling alphaskin Root › Technical support › Troubleshooting This topic has 5 replies, 3 voices, and was last updated 9 years, 10 months ago by Pierrotsc. Viewing 6 posts - 1 through 6 (of 6 total) Author Posts January 3, 2015 at 4:06 pm #36409 PierrotscParticipant When i try to scan from delphi, the epson twain pops up and it is skinned. The problem is that some of the buttons are not available. Is it possible to disable alphaskin when the epson twain module opens? Thanks. Pierre 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 6 posts - 1 through 6 (of 6 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