Search Type: Posts; User: tkannenb
Search: Search took 0.03 seconds.
-
5 Dec 2012 8:24 AM
- Replies
- 15
- Views
- 2,248
I did manage to save the store back to the filesystem, with this function:
saveSettingsStore: function()
{
settingsView = this.getSettingsView();
... -
9 Oct 2012 7:59 AM
- Replies
- 3
- Views
- 588
I'm using the PhoneGap file system and file transfer APIs to download PDF files from a server and store them locally on the mobile device for offline use.
-
5 Oct 2012 1:25 PM
- Replies
- 3
- Views
- 588
I have an iOS app that I built by creating a Cordova 2.0.0 XCode project according to the instructions provided by Cordova, and then dragging my raw ST2 .js files (not the output of a build) into the...
-
17 Sep 2012 6:12 AM
- Replies
- 2
- Views
- 623
Well, I think I have this fixed, although I'm still somewhat confused. My onElementTap method was changing which view was active in the viewport, from a list view to a detail view for the item whose...
-
13 Sep 2012 1:48 PM
- Replies
- 2
- Views
- 623
I have a Sencha Touch 2 app with a single controller. That controller's init and launch functions fire as expected during the application's launch process. However, there are some situations in...
-
6 Sep 2012 1:09 PM
- Replies
- 15
- Views
- 2,248
If you're developing for iPad, I don't know of a way to test on a Windows PC. Then again, I'm new to PhoneGap myself, so I may very well be missing something.
-
6 Sep 2012 11:49 AM
- Replies
- 15
- Views
- 2,248
Actually, I did. I defined my store like this:
Ext.define("CatalogApp.store.SettingsStore", {
extend: "Ext.data.Store",
config: {
model: "CatalogApp.model.Settings",
... -
22 Aug 2012 12:18 PM
- Replies
- 15
- Views
- 2,248
The stuff in the JSON file isn't static. The app will need to retrieve an updated copy of this data from a server whenever it's online, but still be able to work with the local copy whenever it's...
-
22 Aug 2012 8:17 AM
- Replies
- 15
- Views
- 2,248
So, I have what's probably a bad example of how to populate a store from a file; I'm hoping maybe somebody can take a look and offer some suggestions on how to do this better.
... -
26 Jul 2012 11:29 AM
- Replies
- 15
- Views
- 2,248
Anyone have a good example of how you'd go about populating a Sencha Touch 2 store from an external JSON file using the PhoneGap File API?
Results 1 to 10 of 10
