Hi,
I'm writing an application that needs to interact with Firefox / Netscape (from Delphi). I'm thinking of using the Active X (http://www.iol.ie/~locka/mozilla/mozilla.htm). Is it possible to detect bookmark adds/deletes from firefox and to add/delete in turn via the ActiveX or would I be wasting my time ? Also it seems that embedding it ends up with a prety chunky deployment (I'd be adding at least 10Mb ...(though the above site talks about a small distributable - around 4Mb))
Thanks
John
Hi John,
The Moz ActiveX implements interfaces defined in MSHTML (IHTMLDocument, etc) and Exdisp ( IWebBrowser, etc) libraries (actually, some of the interfaces in mshtml).
Therefore, all you can do is what is documented for these interfaces, so this doesn't include anything about bookmarks.
Bookmarks are not part of gecko (the renderer MozAx and ... mozilla, firefox, as well as all the gecko based browsers embed), as are bookmarks not part of ShdocVw (the component IE embeds).
Alex _______________________________________________ mozilla-embedding mailing list [EMAIL PROTECTED] http://mail.mozilla.org/listinfo/mozilla-embedding