Search Type: Posts; User: porpoise
Search: Search took 0.07 seconds.
-
2 Dec 2011 1:07 PM
- Replies
- 6
- Views
- 769
Ha - solved it. I wasn't running my app from a web server. I did that and now it works! Thanks for your help!!
-
2 Dec 2011 1:00 PM
- Replies
- 6
- Views
- 769
Oops. That wasn't very helpful, was it. From the debug.js I get this error from console:
TypeError: 'undefined' is not an object (evaluating 'records.length')
from
sencha-touch-debug:7231 -
2 Dec 2011 12:58 PM
- Replies
- 6
- Views
- 769
I get this error in console:
TypeError: 'undefined' is not an object (evaluating 'a.length')
It says it's in sencha-touch.js:6
Does that yield any clues? -
2 Dec 2011 12:34 PM
- Replies
- 6
- Views
- 769
I replaced my JSON code with this:
[
{
"firstName": "John",
"lastName" : "Smith"
}
] -
2 Dec 2011 7:28 AM
- Replies
- 6
- Views
- 769
Hi all,
Sooooo close to nailing this but I can't get it to work. Problem is that it's not loading the JSON and displaying it. My JSON file is valid (I checked it at JSON Lint) and is very simple....
Results 1 to 5 of 5
