Re: Converting IDOMNode to IDOMHTMLInputElement fails

2012-11-20 Thread Pelota
The real problem was using an old 17.0 Gecko SDK. With SDK 17.0b6 there is no problem. Thx for fast help, Kyle! ___ dev-platform mailing list dev-platform@lists.mozilla.org https://lists.mozilla.org/listinfo/dev-platform

Converting IDOMNode to IDOMHTMLInputElement fails

2012-11-19 Thread Pelota
I have an IDOMNode nsCOMPtr_IDOMNode elementNode; from which I can get the node name without problems ("INPUT", "FIELDSET", ...) nsString strName; elementNode->GetNodeName(strName); Since Gecko 17 I have the problem, that I cannot get the HTML Input Element Interface for this node:

Re: Compiling Binary XPCOM Plugin with Gecko 15

2012-08-19 Thread Pelota
> This almost certainly means that you are compiling your code with > -DDEBUG (or -D_DEBUG). > Yes, it is so. Thx for the answer, ___ dev-platform mailing list dev-platform@lists.mozilla.org https://lists.mozilla.org/listinfo/dev-platform