Tom,

I reported it for Windows 2000 and XP, using 2006r4 and 2005r4.

Unfortunately the code you posted does not work on Windows for these controls
(HTMLViewer and WebBrowser). Not even using Window.RefreshRect or
ControlName.RefreshRect.

I found this bug when trying to get a workaround for this one:
<http://www.realsoftware.com/feedback/viewreport.php?reportid=hqxzlgnk>
http://snipurl.com/hqxzlgnk

One bug never comes alone ;-)

Carlos


On Dec 02, 2006 11:50 PM, Tom Benson wrote:
> Carlos,
>
> OS X, Windows or Linux? If OS X - Composite or non composite windows??
>
> Also, i know you have a workaround, but how about trying
>
> HTMLviewer.window.refreshrect HTMLviewer.left,
> HTMLviewer.top,HTMLviewer.width,HTMLviewer.height,false
>
> This has got to be a better solution
>
> - Tom
>
> On 03/12/2006, at 4:15 AM, Carlos M wrote:
>
> > 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

_______________________________________________
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