Re: TMozillaBrowser



"steven" <steven_somenumber@xxxxxxxxxx> wrote in message
news:4xGgf.54787$Vt6.3501103@xxxxxxxxxxxxxxxxxxxxxxxx
> Hi,
> I want to replace a TWebBrowser by TMozillaBrowser in an existing app. The
> old code had a
>
> WebBrowser1.Navigate('about:blank');
>
> in the form's create method which worked like charm. With the
> TMozillaBrowser I get a "Browser is not in a valid state" error.
> The component seems to have hardly any modifiable published properties
> (other than a TComponent's), so it looks like I can't fix it there. Is
there
> a specific method I should call before navigating?

<div style="feeling: puzzled;">
Removed the Navigate method, so the component doesn't have to do a thing,
except just sitting there, and I still get the error.
</div>


.