Search Type: Posts; User: jattardi

Page 1 of 2 1 2

Search: Search took 0.03 seconds.

  1. Replies
    25
    Views
    990
    OK, I just updated my app to use Touch 2.2.1, and running inside PhoneGap, scrolling is back to normal now. Performance seems snappier overall, too. Thanks so much, guys!
  2. Replies
    2
    Views
    138
    There are definitely some broken examples and some options/things that are missing, I agree. But compared to the docs for many frameworks, Sencha Touch docs are way better than most I've worked with.
  3. Replies
    25
    Views
    990
    Awesome, thanks guys. I will go try out the new release and report back.
  4. Replies
    25
    Views
    990
    What's sandboxing?
  5. Replies
    25
    Views
    990
    After testing a little more, it looks like the issue (at least in my case) manifests itself when running inside PhoneGap. I just tried running my app directly from the phone's browser, and scrolling...
  6. Replies
    25
    Views
    990
    *crickets*...

    Why is Sencha so quiet on this one? Seems like it's affecting a lot of people.
  7. Replies
    25
    Views
    990
    This isn't limited to just Android, either. If you run in a desktop browser, with deviceType=phone, it exhibits the same results!

    See for yourself. Compare the Pull to Refresh, Carousel, and other...
  8. In my app, I need to show a combined list of two heterogeneous object types. I'd like to avoid having one mega-model that contains the union of all the fields in the two object types. Is there any...
  9. Replies
    25
    Views
    990
    I've seen this also. It's driving me crazy. The pull to refresh plugin is barely functional, as there is hardly enough space to scroll up far enough to activate it! PLEASE FIX THIS!
  10. Where would be the appropriate place to do this if I need this field updated on every refresh?
    Add a listener to the load event on the Store, then iterate over all items and set the field blank to...
  11. Hi all!

    I have a List backed by a Store, with the PullRefresh plugin. One of the fields in my Model is a calculated field. It represents the average of two other fields. (This is for showing disk...
  12. Ah, that makes a lot more sense! I had only gone down the Store route because I had seen some earlier examples. I hadn't thought of just using localStorage directly - sometimes I miss the obvious. :)...
  13. I'm adding user settings to my Sencha Touch app, and using local storage to store them, but am not sure the best way to manage it.

    As I've seen suggested in other threads, I have a UserSettings...
  14. Hi,

    I need to distinguish between connection errors and errors for unauthenticated users. My server will return a HTTP 401 when the user is not authenticated. However, no matter what I try, Sencha...
  15. The categories are kind of vague. There's certainly room for innovation, but I don't see how much one can push the envelope with, say, a weather app, other than making a great UX.

    Is that enough...
  16. Sorry, I just realized you said you're on Windows XP. The steps I mentioned above only work on a Mac or Linux system, or on Windows if you're using cygwin. If you're running on just plain Windows, it...
  17. You can hack the 'sencha' shell script to see the error that's occuring. By default, it seems to output stderr to a file called 'stderr.txt', but then deletes it before the program exits. So if...
  18. Now that Sencha Cmd is Ant-based, there is an opportunity to eliminate the dependency of downloading and installing Ruby and the gems required for Compass. This can be accomplished by calling JRuby...
  19. I already have .svn set to be ignored:



    "ignore": [
    ".svn"
    ],


    Anyway, the problem isn't .svn directories in my project directory. The problem is .svn directories in the sencha cmd's...
  20. Due to restrictions on our build server beyond my control, I've been forced to check the Sencha Cmd Linux distribution into our SVN repository for use on build machines. We have to do this with...
  21. Makes sense, thanks. Sorry I didn't think to look in the directories first. :)
  22. I'm a little confused about the licensing terms. We are using Sencha Touch 2.1 under the free commercial license. When I downloaded it, it looks like Charts was included in the download (the chart/...
  23. Thanks for the suggestion, but that didn't seem to work. I called setData with the newly refreshed single object:


    console.log(record.data); // this verifies that it has the updated object, with...
  24. I have a Store used to back a List. When I tap on a list item, I show a "details" panel. One of the buttons on the details panel initiates a POST request to initiate a server-side operation. This...
  25. I have a List that's using the Ext.plugin.PullRefresh plugin, but I'm having an issue with duplicate items appearing after doing the refresh.

    Here's my model class:

    ...
Results 1 to 25 of 42
Page 1 of 2 1 2