Sskinmanager Root › Discussions › AlphaSkins This topic has 4 replies, 2 voices, and was last updated 12 years, 3 months ago by luan2013. Viewing 4 posts - 1 through 4 (of 4 total) Author Posts January 16, 2013 at 2:50 pm #49909 SupportKeymaster I can suggest two other ways : 1. Change TLabel.Tag to -98 and this control will not be changed by skin. 2. In the TsSkinProvider.OnSkinItem event add this line : if Item is TLabel then CanBeAdded := False; Please do not write with CapsLock, it's not easy to read. January 16, 2013 at 6:15 pm #49921 luan2013Participant I can suggest two other ways : 1. Change TLabel.Tag to -98 and this control will not be changed by skin. 2. In the TsSkinProvider.OnSkinItem event add this line : if Item is TLabel then CanBeAdded := False; 1 ° It will only work if set in own project label.tag: = -98. at runtime if you try label.tag: = -98 will not work 2 ° will only work in the main form. If the Form is in Available Forms. in son form will not work thanks anyway January 21, 2013 at 11:41 am #49980 SupportKeymaster 'luan2013' wrote: 2 ° will only work in the main form. If the Form is in Available Forms. in son form will not work Can you place the TsSkinProvider component on this child form? January 22, 2013 at 6:48 pm #50005 luan2013Participant thank resolved 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 › Discussions › AlphaSkins