On Jun 24, 7:09 pm, [EMAIL PROTECTED] wrote: > I am looking at designing a media player using XUL and PyXPCOM. My > question is with PyXPCOM can you use regular python code to write > scripts for XUL to use for handling GUI actions? If not how can I > implement a gstreamer like system using PyXPCOM? Also is there any > documentation for PyXPCOM too? Thank you for any response. > > Kyle Wiebers
If you use either the trunk or (IIRC) the Mozilla 2.0 branch, you can use python event handlers. In earlier versions, a work around is to have the "raw" event handler in JS then call you python component. The docs that do exist can be found at http://developer.mozilla.org/en/docs/PyXPCOM - you will also find reference to a pyxpcom mailing list. Cheers, Mark _______________________________________________ dev-tech-xpcom mailing list [email protected] https://lists.mozilla.org/listinfo/dev-tech-xpcom
