On Aug 3, 7:38 am, [EMAIL PROTECTED] wrote:
> Type error: Components.classes[cid] has no properties!

this usually means that cid isn't found.

you can try: (cid in Components.classes), it will probably evaluate to
false. there is component manager logging
(NSPR_LOG_MODULES=nsComponentManager:5) if you're using a debug build,
which could help.

_______________________________________________
dev-tech-xpcom mailing list
[email protected]
https://lists.mozilla.org/listinfo/dev-tech-xpcom

Reply via email to