Search Type: Posts; User: babar.sajjad
Search: Search took 0.03 seconds.
-
17 May 2012 4:19 AM
- Replies
- 13
- Views
- 1,615
How can I break my app into two files, I have a login page and the rest of the application, so it will be a good idea to load files when login panel is showing up, any idea how can I achieve this, I...
-
28 Apr 2012 4:57 AM
- Replies
- 7
- Views
- 1,984
Lets suppose I have a controller
Ext.define('Application.controller.MyPlan' ,{
extend : 'Ext.app.Controller',
config: {
id: 'nut', stores: [
... -
28 Apr 2012 3:16 AM
- Replies
- 1
- Views
- 254
I am referring to lazy loading type of thing. :-?
-
28 Apr 2012 3:15 AM
- Replies
- 1
- Views
- 254
Hi,
I am following MVC design pattern and I do not want to load all my controllers and there dependencies in app.js file, As soon as my customer login into the mobile then other controllers of app... -
19 Apr 2012 2:40 AM
- Replies
- 1
- Views
- 946
Hi,
I require charts files in my app.js and charts work fine in normal mood except this error Cannot read property 'pseudos' of undefined ,but when I compiled my project into production mood and I... -
14 Apr 2012 1:46 AM
- Replies
- 13
- Views
- 1,615
Thanks Jamie, By doing this my application is now working on iPhone 3G, but it is slow as compared to the production mood any idea how can I use production mood ?
Again thanks for your guidance. -
13 Apr 2012 9:20 AM
- Replies
- 13
- Views
- 1,615
Here is my app.json file
{
/**
* The application's namespace, used by Sencha Command to generate classes
*/
"name": "Application", -
13 Apr 2012 9:10 AM
- Replies
- 13
- Views
- 1,615
How can I turn off local storage cache in app.json ?
-
13 Apr 2012 6:46 AM
- Replies
- 13
- Views
- 1,615
OS version is 4.1 (8B117)
-
13 Apr 2012 5:09 AM
- Replies
- 13
- Views
- 1,615
Hi,
Sencha Version: 2.0
Device : iPhone 3G
Browser: safari
I converted my app into production mode and the size of my app.js file is 720 KB, this means that my app is a big one :( so when I... -
11 Apr 2012 2:31 AM
- Replies
- 7
- Views
- 3,686
Hi,
I am also getting the same problem on iPad, The error is generated on the function written below, If I refresh the page error goes away, Any idea why it is coming
processRead:... -
2 Apr 2012 5:05 AM
Jump to post Thread: Problems in Production mode by babar.sajjad
- Replies
- 3
- Views
- 419
what should I do If I wanted to use global functions ?
-
30 Mar 2012 10:19 AM
Jump to post Thread: Problems in Production mode by babar.sajjad
- Replies
- 3
- Views
- 419
Hi,
In My application I have a file bootstrap and in this file I have written global functions and included this file in app.json as well but when I compiled my project into production I get ... -
30 Mar 2012 6:42 AM
Jump to post Thread: Ux.locale.Manager by babar.sajjad
- Replies
- 55
- Views
- 11,133
Hi Mitchell,
Great plugin to enable localization in to your app but I have few issues with this plugin. when I build my app into testing, the whole code merges in one file then in the override... -
15 Mar 2012 8:01 AM
- Replies
- 36
- Views
- 4,326
My bad ....... I was pointing it to the Sencha 1.0 root folder .... Problem is solved
Thanks Man -
15 Mar 2012 7:51 AM
- Replies
- 36
- Views
- 4,326
Thanks for quick response, I am in a folder where I had installed the Sencha beta 2.0 SDK but not sure about the path you are mentioning.
-
15 Mar 2012 7:27 AM
- Replies
- 36
- Views
- 4,326
The sencha command works fine but I am getting only these sets of commands
The available commands are:
build build a JSB project
create bootstrapdata ... -
1 Feb 2012 7:06 AM
- Replies
- 1
- Views
- 767
did you find any solution, I am also facing this problem. Any help is appreciated.
-
27 Dec 2011 6:10 AM
Jump to post Thread: Sench Chart Crashing in IPAD by babar.sajjad
- Replies
- 15
- Views
- 3,753
Any update on this issue, I am waiting .........
-
7 Sep 2011 6:36 AM
- Replies
- 14
- Views
- 3,401
And if i use legend in this code and remove interactions
Application.views.ProgressViewGraph = Ext.extend(Ext.chart.Chart,{
id : 'ProgressViewGraphID',
animate: true,
store:... -
7 Sep 2011 3:42 AM
- Replies
- 14
- Views
- 3,401
If i removed interactions from the above code it works fine, desperately looking for a solution :(
-
7 Sep 2011 3:38 AM
- Replies
- 14
- Views
- 3,401
Now I got a problem again :( , first time it works fine and when i navigate back to page i get this error Uncaught TypeError: Object #<Object> has no method 'getRefItems', my application is in MVC...
-
7 Sep 2011 2:21 AM
- Replies
- 14
- Views
- 3,401
Thanks and its working :)
-
6 Sep 2011 3:26 AM
- Replies
- 14
- Views
- 3,401
I am getting this Object #<Object> has no method 'getRefItems', when i added chart.Chart in the panel, my code is like this
Application.views.ProgressViewGraph = Ext.extend(Ext.chart.Chart,{... -
6 Sep 2011 3:18 AM
- Replies
- 14
- Views
- 3,401
Hi
I am facing same problem, what should i do ?
Results 1 to 25 of 81
