Search Type: Posts; User: FPXdeveloper_4
Search: Search took 0.01 seconds.
-
21 May 2012 9:39 AM
Jump to post Thread: Deltas by FPXdeveloper_4
- Replies
- 1
- Views
- 430
I'm building a Sencha Touch 2 app. If I use deltas to enable over-the-air delta update for a file, how are those deltas calculated. Specifically, does the same developer need to build the app so that...
-
27 Apr 2012 12:04 PM
Jump to post Thread: Mixin with static members by FPXdeveloper_4
- Replies
- 1
- Views
- 341
I found a couple answers to this. First there is an inheritableStatics configuration presumably for things like this. However I still couldn't get it working as a mixin. Instead I defined a function...
-
26 Apr 2012 12:42 PM
Jump to post Thread: Mixin with static members by FPXdeveloper_4
- Replies
- 1
- Views
- 341
Can a mixin have static members? I would like to implement a lazy loading singleton. However my static members are not defined when I try to access them via the class. If I create the class I can...
-
12 Apr 2012 11:11 AM
Jump to post Thread: Sencha app resolve output by FPXdeveloper_4
- Replies
- 2
- Views
- 906
This relates to Touch 2.0
What do I do with the output of sencha app resolve? Should I put the array that it generates into app.js, should I link something to the json file that it outputs? -
22 Mar 2012 8:29 AM
Jump to post Thread: How to make sortable lists by FPXdeveloper_4
- Replies
- 6
- Views
- 1,934
I would also like to see this ported.
Any updates? -
23 Feb 2012 3:35 PM
- Replies
- 11
- Views
- 1,439
Yeah, that sounds about right.
Another issue seems to be that sometimes deleting a class level component out of Designer does not delete the file under .metadata/view even though it does delete... -
17 Feb 2012 12:37 PM
- Replies
- 11
- Views
- 1,439
If a project is checked into source control (e.g. subversion) does the .metadata folder need to be checked in?
The reason I ask is that it seems to change a lot. If I expand or collapse a tree in... -
15 Feb 2012 7:22 AM
- Replies
- 3
- Views
- 789
I can no longer reproduce this bug either. My current build is 276, but I'm not entirely sure if that was the build that the error originally occurred on.
-
13 Feb 2012 11:03 AM
- Replies
- 1
- Views
- 442
This gets close:
menu.setDocked(null) and menu.setDocked('left') as replacements for
removeDocked(menu) and addDocked(menu)
However, this sets menu as a child of the viewport and it seems like... -
13 Feb 2012 10:41 AM
- Replies
- 1
- Views
- 442
I'd like to toggle between a floating nav bar and a left-docked nav bar as seen here:
http://www.sencha.com/learn/idiomatic-layouts-with-sencha-touch
My problem is that some calls have changed... -
13 Feb 2012 6:42 AM
- Replies
- 3
- Views
- 940
The same code works, it is just that the query in it needs to actually match something.
-
9 Feb 2012 2:57 PM
- Replies
- 3
- Views
- 940
Nevermind. It does work with the double quotes, my query was just off.
-
9 Feb 2012 2:26 PM
- Replies
- 3
- Views
- 940
[SOLVED] A Controller Action should be able to reference a named Controller Reference according to the Sencha Touch2 documentation. This doesn't seem possible currently with the designer as it puts...
-
9 Feb 2012 1:15 PM
- Replies
- 3
- Views
- 789
I have selectFields that I filled in options arrays for. Designer is complaining that "The following components are missing a store:
[List of selectFields] These components will cause runtime... -
9 Feb 2012 1:09 PM
- Replies
- 1
- Views
- 441
Two questions:
Saving a project now seems to write out files. App, View, Model, etc. It used to be that you had to "Save" and the click "Export Project." Has "Export Project" now become a part of... -
27 Jan 2012 11:33 AM
- Replies
- 1
- Views
- 1,003
Has this been answered yet?
-
1 Dec 2011 9:23 AM
- Replies
- 2
- Views
- 1,136
version 1.2.2
Also do you load controllers like:
#1: controllers: [ 'myController' ],
#2: controllers: [ 'app.controller.myController' ], -
1 Dec 2011 9:11 AM
- Replies
- 2
- Views
- 1,179
Cool thanks.
-
30 Nov 2011 2:33 PM
- Replies
- 2
- Views
- 1,179
Because I'm operating on a strange server setup (which wont be changed) my app folder is located outside of the webpage's current path. Say the webpage is located at:
www.myhost.com/abc/index.html... -
30 Nov 2011 1:25 PM
- Replies
- 2
- Views
- 1,136
In order to get my controllers to show up in my .jsb3 file using sencha create, I had to require them like
Ext.require('app.controller.ControllerName');
I tried to get them to add using both the... -
30 Nov 2011 1:12 PM
- Replies
- 2
- Views
- 1,027
I have a bug that appears only in app-all and not in app.js (probably because I'm still not building correctly).
However, I came up with my own solution to my problem. Inside the .jsb3 file I set... -
30 Nov 2011 9:25 AM
- Replies
- 2
- Views
- 1,027
I've gotten everything running with app-all.js. However as I come across bugs, I'd like to use the non-minified all-classes.js but, as I understand it, all-classes does not contain app.js and so...
-
28 Nov 2011 7:22 AM
- Replies
- 4
- Views
- 2,509
Thanks for the reply. Now given that I am using Ext.class.requires, do I also need to use Ext.require?
-
28 Nov 2011 6:50 AM
- Replies
- 4
- Views
- 2,509
It has been said often in here that the SDK tools need files to use the "uses" or "require" statements. Can we also use the Ext.class.requires array?...
-
19 Nov 2011 7:47 AM
- Replies
- 2
- Views
- 762
I was looking for the same thing. It looks as though you have to extend the Number field to allow for formatting. The tricky thing is if you want that formatting to disappear when you click in the...
Results 1 to 25 of 26
