-
7 May 2009 11:23 AM #1
[FIXED][3.0] with ext-jquery-adapter.js - Ext.util.TaskRunner is undefined
[FIXED][3.0] with ext-jquery-adapter.js - Ext.util.TaskRunner is undefined
Workable configuration:
Ext.util.TaskRunner is constructorPHP Code:<script src="/js/jquery-1.3.2.min.js" type="text/javascript"></script>
<script src="/extjs30/adapter/ext/ext-base.js" type="text/javascript"></script>
<script src="/extjs30/ext-all-debug.js" type="text/javascript"></script>
With this head
I have errorPHP Code:<script src="/js/jquery-1.3.2.min.js" type="text/javascript"></script>
<script src="/extjs30/adapter/jquery/ext-jquery-adapter.js" type="text/javascript"></script>
<script src="/extjs30/ext-all-debug.js" type="text/javascript"></script>
Message: Ext.util.TaskRunner is not a constructor
File: http://work.master.local/extjs30/ext-all-debug.js
Line: 33470
PHP Code:Ext.FormPanel = Ext.extend(Ext.Panel, {
...
startMonitoring : function(){
if(!this.validTask){
this.validTask = new Ext.util.TaskRunner(); // (this line has error)
this.validTask.start({
run : this.bindHandler,
interval : this.monitorPoll || 200,
scope: this
});
}
},
...
-
4 Jun 2009 4:25 PM #2
Looks like this may be problem across several adapters:
http://extjs.com/forum/showthread.ph...296#post338296MJ
API Search || Ext 3: docs-demo-upgrade guide || User Extension Repository
Frequently Asked Questions: FAQs
Tutorial: Grid (php/mysql/json) , Application Design and Structure || Extensions: MetaGrid, MessageWindow
-
5 Jun 2009 8:57 AM #3
Same problem, for me, Im using svn 4223 it's normal that is not already fixed?
-
5 Jun 2009 9:42 AM #4MJ
API Search || Ext 3: docs-demo-upgrade guide || User Extension Repository
Frequently Asked Questions: FAQs
Tutorial: Grid (php/mysql/json) , Application Design and Structure || Extensions: MetaGrid, MessageWindow
-
5 Jun 2009 12:24 PM #5Sencha - Community Support Team
- Join Date
- Nov 2008
- Location
- San Diego, Peoples' Republic of California
- Posts
- 2,040
- Vote Rating
- 7
I've taken to including adapter/ext/ext-base.js after ext-jquery-adapter.js to provide the missing functions.
-
6 Jun 2009 12:19 AM #6
-
15 Jun 2009 11:07 AM #7
Updating status to FIXED.
MJ
API Search || Ext 3: docs-demo-upgrade guide || User Extension Repository
Frequently Asked Questions: FAQs
Tutorial: Grid (php/mysql/json) , Application Design and Structure || Extensions: MetaGrid, MessageWindow
Thank you for reporting this bug. We will make it our priority to review this report.


Reply With Quote