Hi all, I'm trying to embed gecko using pyxpcom into a pygtk app.
Things are running quite well (pyxpcom is awesome!), but i still haven't managed to put modal chrome dialogs to work yet. If I run a modal loop like gtk_main() inside showAsModal(), the content of the dialog is never loaded (a blank window with the default size is opened). When I exit from the loop with Ctrl-C, the content is loaded, but then exitModalEventLoop() is never called. Any idea why showAsModal() blocks the loading of the chrome content? Thanks, Tomeu _______________________________________________ dev-embedding mailing list [email protected] https://lists.mozilla.org/listinfo/dev-embedding
