Force repaint Root › Technical support › Troubleshooting This topic has 2 replies, 3 voices, and was last updated 10 years, 5 months ago by Support. Viewing 3 posts - 1 through 3 (of 3 total) Author Posts June 12, 2014 at 6:54 pm #36163 Pete WilliamsParticipant Hi When resizing forms (for instance, stretching the border) sometimes the repaint doesn't work correctly. I've tried doing an invalidate() in the OnResize event, bit it doesn't work. Is there any way I can force a repaint? Thanks June 15, 2014 at 9:17 pm #51997 dhwz2001Participant Try sSkinManager1.Repaintforms(True) June 22, 2014 at 7:01 am #52057 SupportKeymaster 'dhwz2001' wrote: Try sSkinManager1.Repaintforms(True) This procedure repaints all forms in application, you can try sSkinProvider1.SkinData.Invalidate What is your version of the AC package? If you can send me a demo, then I'll try to fix it. Author Posts Viewing 3 posts - 1 through 3 (of 3 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