Steve Sobol wrote:
Huh. Ok, that's cool. QueryInterface -- or the equivalent method in SWT's Browser object, I think it's getInterface -- works for all of the other interfaces I'm using. I was not aware that I was accessing them the wrong way!

Well, there's things that you can access using QueryInterface/getInterface on those objects, and they are generally not services. Everything else, you must access via createInstance/getService, depending on the object.

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

Reply via email to