Page 1 of 1

Re: Is there "Refresh" method

Posted: Mon Nov 13, 2017 1:49 pm
by salvadordf
I haven't tried but InvalidateRect with TChromiumWindow.ChildWindowHandle as the first parameter should work.

Re: Is there "Refresh" method

Posted: Wed Nov 15, 2017 12:30 pm
by snoop
I need this kind of method too please

Re: Is there "Refresh" method

Posted: Wed Nov 15, 2017 1:21 pm
by salvadordf
Have you tried setting the visibility to False in the panels below the top panel ?
When you need to switch to a different panel you only need to set its visibility to True again, call the bringtofront function and set the focus in the browser.