Markus Hossner wrote: > > ist this the right newsgroup for questions about xpi programming?
Yes, this is the right group for .xpi install programming. > If there is so: > > I have a question on xul programming for mozilla > > messagepane=getMessageBrowser(); > text=messagepane.editorShell.editorSelection; Ah, XUL is something else. XPInstall is about how you get programs installed, but doesn't much care what's in the files you're installing. netscape.public.dev.xul would be the most appropriate place but it looks pretty low volume. I bet most of the questions get directed at netscape.public.mozilla.xpfe which is the wrong place but I bet they know where to send you. -Dan Veditz
