g.raghuvamshi
22 Oct 2012, 3:50 AM
Hi,
I migrated my application ExtJS version from 3.4 to 4.1.1.
I modified almost all .js files with the new classes (like instead of Ext.Button used Ext.button.Button etc.), removed all .namespaces(), modified Ext.extend to Ext.define, removed all superclass constructor calls and placed 'this.callParent(arguments) and few more.
After that no errors displayed either in Firebug or in Developer tools (chrome) and more over no page is displayed.
I used Fiddler to see the request breakages and find no clues.
Could anyone have any idea on where exactly do I need to focus to find out the issues for not loading the page..???
Thanks for your help.
Regards,
Raghu
I migrated my application ExtJS version from 3.4 to 4.1.1.
I modified almost all .js files with the new classes (like instead of Ext.Button used Ext.button.Button etc.), removed all .namespaces(), modified Ext.extend to Ext.define, removed all superclass constructor calls and placed 'this.callParent(arguments) and few more.
After that no errors displayed either in Firebug or in Developer tools (chrome) and more over no page is displayed.
I used Fiddler to see the request breakages and find no clues.
Could anyone have any idea on where exactly do I need to focus to find out the issues for not loading the page..???
Thanks for your help.
Regards,
Raghu