-
7 Mar 2011 9:44 AM #1
[OPEN]Ext.Application not working
[OPEN]Ext.Application not working
I try to execute
But getting following errorCode:new Ext.Application({ name: 'MyApp', launch: function() { console.log('test'); } });
Code:Ext.Viewport.init is not a function
-
7 Mar 2011 10:20 AM #2
Try
autoInitViewport: false,
-
7 Mar 2011 11:44 AM #3
Thank you for reporting this bug. We will make it our priority to review this report.
Similar Threads
-
[CLOSED]Twiiter application is not working in 0.97
By blessan in forum Sencha Touch 1.x: BugsReplies: 1Last Post: 14 Oct 2010, 8:58 PM -
Need some advice for my application - an open source one !
By cybervirax in forum Ext 3.x: Help & DiscussionReplies: 5Last Post: 4 Apr 2010, 1:22 PM -
Open a external application (PC type application) from extJS
By msairam.28@gmail.com in forum Ext 2.x: Help & DiscussionReplies: 3Last Post: 20 May 2009, 1:16 PM -
Working with ExtJS with a traditional ASPX application
By rjorge99 in forum Ext 2.x: Help & DiscussionReplies: 8Last Post: 20 Apr 2009, 11:53 AM


Reply With Quote