I am using TnTControls along with DKLang.
I have included a sample program of the problem.
If skinmanager.active := true it will NOT change the form caption.
If Skinmanager.active := false it WILL change the form caption.
also when skinmanager.active := true when you use the arrow keys to scroll threw the
combobox the button on the form is not redrawn correctly
If we use Form = class(Tform) it will make the change to the form caption while skinned and not skinned. However the unicode is not displayed correctly.
Call components on the form are TnT based.
Sample program
Thanks
ehoba