Search Type: Posts; User: pixelated
Search: Search took 0.01 seconds.
-
20 Feb 2013 12:40 AM
Jump to post Thread: Ext.data.proxy.Sql Date type by pixelated
- Replies
- 1
- Views
- 342
REQUIRED INFORMATION
Sencha Touch version tested:
ST 2.1.0
Browser versions tested against: -
30 Jan 2013 5:09 PM
- Replies
- 1
- Views
- 385
REQUIRED INFORMATION
Ext version tested:
Touch 2.1
Description:
When auto-retreiving data from a hasMany association, it fails because the sorters param is null and there is no check for... -
19 Dec 2012 9:58 PM
- Replies
- 4
- Views
- 510
I can confirm that this is indeed a bug. I too have come across it.
One way to bypass the issue is to force set filters and sorters in your Store's config:
config: {
...
remoteSort:... -
18 Nov 2012 3:27 PM
- Replies
- 2
- Views
- 538
Hi Mitchell, I'm adding it in within the app.json file
"js": [
{
"path": "assets/lib/JavaScriptUtil.js",
"update": "delta",
"remote": true
... -
14 Nov 2012 1:58 PM
- Replies
- 2
- Views
- 538
Sencha Touch won't 'see' third-party JavaScripts once the system has been compiled into production and deployed remotely.
As a result, any third-party JavaScripts become useless and any part of... -
4 Nov 2012 3:19 PM
- Replies
- 20
- Views
- 7,193
Yes, I think the issue here is related to web-apps.
-
1 Nov 2012 11:49 PM
- Replies
- 20
- Views
- 7,193
I can confirm that this is indeed the case.
External libraries (non-sencha related such as JavaScripTools on sourceforge) will only be seen by the app in development and testing modes.
In...
Results 1 to 7 of 7
