Search Type: Posts; User: sadagopan

Page 1 of 3 1 2 3

Search: Search took 0.03 seconds.

  1. http://www.mobiledevelopersolutions.com/
  2. Hi
    yeah i'm using eclipse . it works fine . if you try updating your MDS plugin . i think it will work
  3. Hi
    I tested my app in all versions from 2.3 to 4.0 . it is working fine. if develop the app in a lower version n try installing it in 4.0 . it fail to work .
  4. Replies
    7
    Views
    551
    The grid im trying here was placed inside a panel and it should render itself to the panel. I guess by default the grid takes the whole space which is not possible. we need to define the height for...
  5. I tried getting it by making an alert in an android device but it fails !

    alert (Ext.device.device.uuid);
  6. Hi
    How to retrieve the UUID of the device using sencha touch ?
  7. Replies
    3
    Views
    1,265
    Yeah thats fine , but only in nested list the back button has got random value according to the title .so if you need to get the value of that button in nested list , do you have any other option ?
  8. Replies
    3
    Views
    1,265
    Hi All,
    I'm not sure this is a bug but still im posting it here
    , in nested list , the back button is made hidden and defaults to back .

    The nested list uses the title as back text...
  9. Replies
    1
    Views
    351
    Hi all
    i need to get the parent item from the current list of item on nested list

    my list looks like
    Item 1
    item 1.1
    item 1.1.1
    Item 2
    item2.1
    item 2.1.1
  10. Replies
    2
    Views
    996
    Is there any examples to use Node interface class ?


    leaf item tap itself has got the NestedList . cant i get the parent node from this ?

    leafitemtap( Ext.dataview.NestedList this, Ext.List...
  11. Hi
    How to use phonegap events(device ready , pause or resume ) in sencha touch . is there any similar ones in ST? or i need to use only phonegap for that ?

    i need to lock my application...
  12. Replies
    4
    Views
    538
    I think you have configured a store inside a model and vice versa.
    check this link for proper configuration

    http://docs.sencha.com/touch/2-0/#!/example/list
  13. chk this its working now

    http://www.senchafiddle.com/#4hKD8#uZlr7

    There where couple of incompatibilities
    store should have a autoload and rootProperty
  14. Replies
    4
    Views
    538
    have you defined the store inside a model ?
  15. Hi
    I'm using the following function for animating my carousel . I need to set delay for this .

    animateActiveItem( Object/Number activeItem, Object/Ext.fx.layout.Card animation )
  16. Replies
    2
    Views
    996
    How get the value of the parent item when you select the leaf item ?
    I have designed my nested list like this

    Client 1
    ->Accounts 1
    ->Taxable
    if i select the taxable i need...
  17. Try something like this
    http://www.sencha.com/forum/showthread.php?197260-No-data-loaded-from-the-store

    you have made a complex view . i guess it has over nested
  18. Hi
    Is there any way to change the store Proxy URL dynamically with respect to the tap event ? I have to change the data according to the tap . The model and the store remains the same but the...
  19. Replies
    7
    Views
    551
    I have changed the height of the grid to 500 and the xtype .. it s working now .. Thanks a lot for the help people



    {
    xtype: 'container',
    layout: 'fit',...
  20. Replies
    7
    Views
    551
    I'm using the following one

    https://github.com/mitchellsimoens/Ext.ux.touch.grid

    I'm trying to fit it inside a panel .
  21. Replies
    7
    Views
    551
    I can see the data file loading in the console but throws the same above warning
  22. Replies
    7
    Views
    551
    Hi ,
    I have configured the a grid with the grid example . it loads me the columns headers but no grid data is been loaded . I'm getting some warning in the console

    "[Ext.Loader]...
  23. Replies
    10
    Views
    1,130
    Thanks a lot :)
  24. Replies
    10
    Views
    1,130
    I tried the other way as well but no data loaded into the list ..
  25. Replies
    10
    Views
    1,130
    It returns undefined ..
Results 1 to 25 of 59
Page 1 of 3 1 2 3