ct is null
コンポーネントを配置するコンテナ要素が存在しないときにでる。
たいていはrenderToで設定しているidが間違っていて存在しないDOMへレンダリングさせようとするといったミスが原因
・・・さっきはまってました。:p
Tag-Archive for » ExtJSエラー «
木曜日, 3 月 12th, 2009 | Author: djodjo
Category: ExtJS
| | Leave a Comment
月曜日, 3 月 02nd, 2009 | Author: djodjo
慣れてくるとあまり見かけなくなりましたが、コンポーネントの継承とかやり始めたころはよくお目にかかったエラーです。
[Exception... "Component returned failure code: 0x80004003 (NS_ERROR_INVALID_POINTER)
[nsIDOMHTMLDivElement.appendChild]” nsresult: “0×80004003 (NS_ERROR_INVALID_POINTER)”
location: “JS frame :: http://hogehoge/lib/ext/ext-all-debug.js :: anonymous :: line 15886″
data: no][Break on this error] pnode.appendChild(this[name].dom);
Category: ExtJS
| | Leave a Comment
水曜日, 2 月 25th, 2009 | Author: djodjo
ExtJSを利用していて、以下のようなJavaScriptエラーがでたら…
types[config.xtype || defaultType] is not a constructor
[Break on this error] return new types[config.xtype || defaultType](config
Category: ExtJS
| | Leave a Comment
