HTMLViewer.Refresh (or WebBrowser.Refresh) erases the control
<http://www.realsoftware.com/feedback/viewreport.php?reportid=bmjvpxwo>

HTMLViewer:
- When using HTMLViewer.Refresh(true) the HTMLViewer disapears.
- When using HTMLViewer.Refresh(false) the HTMLViewer gets a white rectangle
over it.

WebBrowser:
- When using WebBrowser1.Refresh(true) it disapears.
- When using WebBrowser1.Refresh(false) it does NOT disapear.

---

HTMLViewer and WebBrowser on a TabPanel Disapears when using Refresh
<http://www.realsoftware.com/feedback/viewreport.php?reportid=wkqaonqa>

HTMLViewer and WebBrowser on a TabPanel Disapears when using the control Refresh
method, with or without using the EraseBackground.
- HtmlViewer.Refresh or HtmlViewer.Refresh(False)
- WebBrowser.Refresh or WebBrowser.Refresh(False)

Note: This bug might be related with: bmjvpxwo

---

Workaround for both problems:
Instead of Refresh use Visible:
control.visible = false
control.visible = true

Carlos

_______________________________________________
Unsubscribe or switch delivery mode:
<http://www.realsoftware.com/support/listmanager/>

Search the archives of this list here:
<http://support.realsoftware.com/listarchives/lists.html>

Reply via email to