Search Type: Posts; User: tkannenb

Search: Search took 0.03 seconds.

  1. I did manage to save the store back to the filesystem, with this function:



    saveSettingsStore: function()
    {
    settingsView = this.getSettingsView();
    ...
  2. 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.
  3. 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...
  4. 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...
  5. 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. 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.
  7. Actually, I did. I defined my store like this:


    Ext.define("CatalogApp.store.SettingsStore", {
    extend: "Ext.data.Store",
    config: {
    model: "CatalogApp.model.Settings",
    ...
  8. 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...
  9. 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.


    ...
  10. 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