Thank you for reporting this bug. We will make it our priority to review this report.
  1. #1
    Sencha User j-joey's Avatar
    Join Date
    Apr 2008
    Location
    Mersin, Turkey
    Posts
    186
    Vote Rating
    0
    j-joey is on a distinguished road

      0  

    Default [FIXED-65] error while right clicking a store and select Load Data

    [FIXED-65] error while right clicking a store and select Load Data


    Auto-columns problem is fixed in the update [1.0.0.3], but still getting this error while right clicking a store and select Load Data with this error type:
    TypeError: Result of expression 'this.owner' [undefined] is not an object

  2. #2
    Sencha User
    Join Date
    Feb 2009
    Posts
    15
    Vote Rating
    0
    knappy is on a distinguished road

      0  

    Default


    I am getting the same error on line 7 in mine
    Here is my store code....

    Code:
     
    responsesStore = Ext.extend(Ext.data.JsonStore, {
        constructor: function() {
            responsesStore.superclass.constructor.call(this, {
                storeId: 'responseStore',
                url: 'reports_survey_sum_data.php',
                totalProperty: 'total',
                root: 'results',
                autoLoad: true,
                idProperty: 'q_id',
                fields : [
                {
                    xtype: 'datafield',
                    name: 'q_desc',
                    type: 'string',
                    mapping: 'q_desc'
                },
                {
                    xtype: 'datafield',
                    name: 'q_question',
                    type: 'string',
                    mapping: 'q_question'
                },
                {
                    xtype: 'datafield',
                    name: 'avr',
                    type: 'int',
                    mapping: 'avr'
                },
                {
                    xtype: 'datafield',
                    name: 'cnt',
                    type: 'int',
                    mapping: 'cnt'
                }
            ]
            });
        }
    });
    new responsesStore();

  3. #3
    Sencha User
    Join Date
    Feb 2009
    Posts
    15
    Vote Rating
    0
    knappy is on a distinguished road

      0  

    Default


    got beyond this... but only once...
    will post findings on another thread

  4. #4
    Sencha - Architect Dev Team aconran's Avatar
    Join Date
    Mar 2007
    Posts
    8,185
    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


    Fixed in 1.0.0.5 to be pushed out within the hour....
    Aaron Conran
    @aconran
    Sencha Architect Development Team