Hi all,

I was wondering if it's possible to create a dialog in OOo using API that would open an html page -- and not in Writer, just like in a help browser. I know that in principle, it should be possible, as help browser uses mozilla internally. I would like to create an html form dynamically from my extension, including some simple javascript for a search control, and then display it in OOo as a native dialog. I haven't even found a complete example on how to use com.sun.star.form.component.HTMLForm in a dialog (I might be completely off the mark by trying to use it as a widget).

It seems a lot simpler to create an html page for my extension, as there is no AWT tree control that would allow to include check boxes as nodes, and implementing such a control in html with js is trivially easy.

Thanks for any pointers that might help. In the worst case, I might embed a simple http server in my extension and launch the external default web browser.

Regards
 Marcin

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@openoffice.org
For additional commands, e-mail: dev-h...@openoffice.org

Reply via email to