Search Type: Posts; User: hawkinbj

Search: Search took 0.02 seconds.

  1. Replies
    3
    Views
    191
    any updates to this? I've also packaged my app natively for iOS using phonegap. Have startup images and icon defined in app.js and neither work
  2. I fixed this by adding an AND to check that scrollable was specifically overriden (it's false by default) on the active list instance's config. This works for me.

    changing line 890 of List.js...
  3. Thank you for sharing this tip! This bug/problem STILL exists in 2.1.1 anytime you manually create a map instead of declaring it in an xtype/config. Since you have to get the maprender event to fire...
  4. If floating is deprecated then why are List disclosures floating? Food for thought
  5. Confirmed here as well in both chrome and in phonegap
  6. Confirmed here as well - only on numberfields
  7. bump please. Even after installing the .msi "fix" for windows (which escapes the slashes) it apparently doesn't check the icon copying. Would be nice to have an official update as even the fix I...
  8. http://docs.sencha.com/touch/2-0/#!/api/Ext.scroll.Scroller

    Configure the scrollable property on your list and define an 'initialOffset.' For example (this is taken from my list config):

    ...
  9. idProperty also doesn't reflect changes made by function calls within a mapping, i.e. -



    Ext.define('mobile.model.Roaster', {
    extend : 'Ext.data.Model',
    config : {
    fields :...
  10. Edit: example found here:

    http://www.sencha.com/forum/showthread.php?114317-Button-In-a-Template&p=534588&viewfull=1#post534588
Results 1 to 10 of 10