On Dec 13, 6:55 pm, Daniele Rizzo <[EMAIL PROTECTED]> wrote: > What is the solution?
I've never met a dict. If you have a problem you need to specify the realm/domain. It sounds like you're using python and you should talk to the pyxpcom developers (really there's just one). your choices are basically: 0. getting dicts to have some magic 1. creating a nsSupportsVoidImpl object and stashing your dictionary 2. create a python object that implements some nsISupports interface (probably nsIPropertyBag or a variation of that) and giving it your dictionary and then passing that object. _______________________________________________ dev-tech-xpcom mailing list [email protected] https://lists.mozilla.org/listinfo/dev-tech-xpcom
