Disclosure Statement: This site contains affiliate links, which means that I may receive a commission if you make a purchase using these links. As an eBay Partner, I earn from qualifying purchases.
If you find these projects useful please consider becoming a sponsor with Patreon, GitHub or Liberapay.

Is there "Refresh" method

Post Reply
User avatar
salvadordf
Posts: 4564
Joined: Thu Feb 02, 2017 12:24 pm
Location: Spain
Contact:

Re: Is there "Refresh" method

Post by salvadordf »

I haven't tried but InvalidateRect with TChromiumWindow.ChildWindowHandle as the first parameter should work.
snoop
Posts: 75
Joined: Mon Jul 10, 2017 12:06 pm

Re: Is there "Refresh" method

Post by snoop »

I need this kind of method too please
User avatar
salvadordf
Posts: 4564
Joined: Thu Feb 02, 2017 12:24 pm
Location: Spain
Contact:

Re: Is there "Refresh" method

Post 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.
Post Reply