Search Type: Posts; User: Bunchofstring

Page 1 of 5 1 2 3 4

Search: Search took 0.02 seconds.

  1. Just beware that store.clearFilter() can take significant time to complete when working with many records. If need be, there is a way to obviate the clearFilter call (but it's not trivial).
  2. What should my minSdkVersion should be if I don't want my app to be available on devices whose webview environment is incompatible with the Sencha framework? Currently, I am using ST 2.0.1 in my app,...
  3. Thanks Jay. I will wait until the GA release (which will hopefully include a multiplatform themeing/packaging video or tutorial).
  4. I saw the blog post about WindowsPhone support (yay!), but I haven't found any Sencha Tough guides on how to achieve Microsoft's mobile UI style in a Sencha app. I would appreciate if someone would...
  5. Sounds like a fun project. Hopefully this helps:
    http://docs.sencha.com/touch/2-1/#!/api/Ext.Ajax
  6. @Philip, an xtype can be used in a component query without any dot before it (see docs for more info). Regarding your ref-based control: I have found that refs work best when the referenced component...
  7. Replies
    4
    Views
    831
    The package includes an example. Are you getting an error? Keep in mind that it is not tested on ST2.1.
  8. Replies
    4
    Views
    831
    Shameless plug
    https://market.sencha.com/extensions/ext-plugin-dropdownmenu

    This app shows some other custom things it can do
    https://play.google.com/store/apps/details?id=com.es3.discasaurus
  9. I'm pretty sure that when you use refs, the component query is used once and the resulting component is cached for future references. However, if you use the selector (not a ref) within the...
  10. Yes, I'm using an HTC Incredible 4G LTE (ADR6410L)
  11. Thanks for sharing. This gives me hope for ST2.1

    Your site scrolls nicely on my dual-core Android phone in Mobile Chrome, but if I flick the page up and flick again before the momentum scroll...
  12. @Mitchell, I need a way to accommodate both services with the same Model and Store. Are you suggesting that I do something like this (shown below)?

    var store = Ext.getStore('Person'),
    proxy =...
  13. My only gripe with this otherwise sweet plugin is that disabling it has no effect. This is common with plugins (including some that I've written), but I thought it might be good if it could be...
  14. What's the best way to get server data into a store if the response format is different from one web service to another? Example:

    user/1 returns

    {response:
    {id:1, name:'Charles'}
    }
    ...
  15. Like many others here, I can't justify updating to 2.1 if there's going to be a list scrolling performance issue on Android. I see commentary about the betas and RCs, but has anyone confirmed if this...
  16. Update: After fiddling with some overrides, I figured out a way to really disable and re-enable the plugin. Please let me know if there are any concerns with this approach. Sample code is adopted...
  17. I would like to dynamically, disable and re-enable the plugin on an existing list. Is this possible?

    So far, I've discovered:

    pullRefreshPlugin.disable() does not disable the plugin at all...
  18. I'm not a guru at all, but this is interesting so I'll contribute what I can.

    "Default style for TabPanel is gradient color using css: background-image: -webkit-gradient right?"
    Answer: Yes
    ...
  19. Replies
    4
    Views
    1,767
    @realjax, I really appreciate your notes. I put that dropdown in there to hint that other countries are coming to Discasaurus soon. However, without a clear indication that it's not ready yet, it...
  20. Replies
    4
    Views
    1,767
    Update: Thanks for the feedback @realjax. The login issue you encountered was because I did not regression test that release (bad, I know), but it's fixed now and available in the Play store. I also...
  21. Replies
    5
    Views
    630
    Your issue seems related to a recent bug fix in RC1. From the release notes:
    "[TOUCH-3486] Fixed an issue where itemHeights would be incorrect if the list was refreshed or updated while the list was...
  22. Beautiful app. I especially like the grungy theme you put on it, and the view of equipped armor/weapons. Thanks for sharing!
  23. I've struggled with this in ST2.0.1 quite a bit. My solution is below (class and variable names have been changed to protect the innocent, haha):

    Ext.define('MyApp.controller.MyView',{
    ...
  24. @Mitchell, Thanks for suggesting the preferred pattern. Is there a material difference between using the view's listeners config vs. using this.on('myEvent',doSomething) in an overridden constructor?
  25. Replies
    3
    Views
    1,296
    @webrocky and @webpiter - Thanks for responding, but your posts only describe what Markup is and what it is used for... without actually answering my question. In other words, neither reply explains...
Results 1 to 25 of 112
Page 1 of 5 1 2 3 4