TMozillaBrowser



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?
TIA

Steven


.