AlphaSinks and HTML Help Viewer Question Root › Technical support › Troubleshooting This topic has 4 replies, 2 voices, and was last updated 7 years, 2 months ago by TAZ. Viewing 4 posts - 1 through 4 (of 4 total) Author Posts April 13, 2018 at 4:12 pm #57835 SupportKeymaster Hello! I think, this issue occurs because the TsSkinManager.Options.ChangeSysColor property used. System colors are hoocked and changed to colors from skin in this case. Please, check if this property is True. April 13, 2018 at 5:41 pm #57841 TAZParticipant That was it. By default ChangeSysColor is False. I cannot remember why I set it to True. There are a couple of references about setting it to false fixes a problem. Therefore, what good is ChangeSysColor? April 13, 2018 at 6:01 pm #57842 SupportKeymaster This property changes system colors like clWindow, clBtnFace and others according to current skin palette. This property may be useful if some pieces of the application has standard colors and can't be changed by other way. April 13, 2018 at 6:28 pm #57844 TAZParticipant Makes sense. I looked as far back as 2 years at my project in question and it was set to true. Wish I had commented the reason. I usually don't mess around with the color scheme that you have in place. Perhaps I was experimenting at one time and did not reset this. Don't know. At any rate, thanks. 'Support' wrote: This property changes system colors like clWindow, clBtnFace and others according to current skin palette. This property may be useful if some pieces of the application has standard colors and can't be changed by other way. Author Posts Viewing 4 posts - 1 through 4 (of 4 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