-
15 Apr 2009 11:22 AM #1
[FIXED][3.0svn] Error in latest SVN code
[FIXED][3.0svn] Error in latest SVN code
Hi guys... just updated from SVN a few minutes ago (3:15pm EST) and seeing an error when switching to a tab that loads remote data... from Firebug:
No code changes to the application, so reverted to v3 code from SVN from some time on Monday and the error went away. I didn't dig into it at all, pretty busy today, but wanted to point it out ASAP.Code:this.api is undefined ext-all-debug.js Line 20069: if (!this.api[action]) {Frank W. Zammetti
Author of "Practical Palm Pre webOS Projects"
and "Practical Ext JS Projects with Gears"
and "Practical Dojo Projects"
and "Practical DWR 2 Projects"
and "Practical JavaScript, DOM Scripting and Ajax Projects"
and "Practical Ajax Projects with Java Technology"
(For info: apress.com/book/search?searchterm=zammetti&act=search)
All you could possibly want is here: zammetti.com
-
15 Apr 2009 11:44 AM #2
Your title should probably have "this.api is undefined" in it. If you check the svn updates over last few days you can see several changes were made BTW (several changes in this area).
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
-
15 Apr 2009 12:02 PM #3
Yeah, fair point about the title. If some moderator wants to make that change I certainly don't object, doesn't seem to be something I can do though.
I can't say for sure when the breakage was introduced because I've been on assignment the past two days and haven't updated from SVN since Monday before today, so it could have happened any time between Monday afternoon and today.Frank W. Zammetti
Author of "Practical Palm Pre webOS Projects"
and "Practical Ext JS Projects with Gears"
and "Practical Dojo Projects"
and "Practical DWR 2 Projects"
and "Practical JavaScript, DOM Scripting and Ajax Projects"
and "Practical Ajax Projects with Java Technology"
(For info: apress.com/book/search?searchterm=zammetti&act=search)
All you could possibly want is here: zammetti.com
-
15 Apr 2009 12:40 PM #4
FYI if you edit your first post, go advanced, you can edit the title, delete the thread, etc.
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
-
15 Apr 2009 12:44 PM #5
Frank, the load method has been reintroduced into the DataProxy. However, it has been deprecated and if you are using a custom proxy, you'll have to update the class to implement doRequest.
/**
* @author Chris Scott
* @business www.transistorsoft.com
* @rate $120USD / hr; training $500USD / day / developer (5 dev min)
*
* @SenchaDevs http://senchadevs.com/developers/transistor-software
* @twitter http://twitter.com/#!/christocracy
* @github https://github.com/christocracy
*/
-
16 Apr 2009 6:05 AM #6
Thanks Chris, that change was already made based on a previous issue I had found. I see this is marked as fixed, so I'll go grab the latest and see if we're good to go... if you don't hear back from me in a few minutes you can assume this issue is no more

Thanks for the tip MJ, I missed that option, good to know for sure.Frank W. Zammetti
Author of "Practical Palm Pre webOS Projects"
and "Practical Ext JS Projects with Gears"
and "Practical Dojo Projects"
and "Practical DWR 2 Projects"
and "Practical JavaScript, DOM Scripting and Ajax Projects"
and "Practical Ajax Projects with Java Technology"
(For info: apress.com/book/search?searchterm=zammetti&act=search)
All you could possibly want is here: zammetti.com
Thank you for reporting this bug. We will make it our priority to review this report.





Reply With Quote