1. #21
    Sencha - Architect Dev Team aconran's Avatar
    Join Date
    Mar 2007
    Posts
    8,189
    Vote Rating
    63
    aconran is just really nice aconran is just really nice aconran is just really nice aconran is just really nice aconran is just really nice

      0  

    Default


    hrm current_observation wasn't in the fields and therefore won't be part of data. You could add a mapping of current_observation.temp_f.

    However it sounds like this isn't even part of a recordset and you don't need a store.

    Have you checked out Ext.data.JsonP.request?
    http://docs.sencha.com/touch/2-0/#!/api/Ext.data.JsonP

    It's funny that the example there is also to retrieve the weather
    Aaron Conran
    @aconran
    Sencha Architect Development Team

  2. #22
    Sencha User
    Join Date
    Jul 2012
    Posts
    38
    Vote Rating
    0
    dboy221 is on a distinguished road

      0  

    Default IT'S WORKING

    IT'S WORKING


    This is great! I actually had two questions answered in one. The first being that of initial question asked here and that of do I need to have store/model configuration for every request on data? It was answered. Thanks for being so thorough and patient.