Hybrid View

  1. #1
    Sencha Premium Member
    Join Date
    Oct 2011
    Posts
    148
    Vote Rating
    -10
    Answers
    7
    glafrance is infamous around these parts glafrance is infamous around these parts

      0  

    Default Unanswered: [W] Obsolete warnings

    Unanswered: [W] Obsolete warnings


    I'm getting a ton of these [W] Obsolete warnings, but not info on what is obsolete.

    I'd prefer not getting these warnings, how do I figure out how to resolve them?

    I am using ExtJS 4.1

    Thanks!

    ObsoleteWarning.png

  2. #2
    Touch Premium Member suzuki1100nz's Avatar
    Join Date
    Apr 2011
    Location
    New Zealand
    Posts
    345
    Vote Rating
    17
    Answers
    15
    suzuki1100nz will become famous soon enough suzuki1100nz will become famous soon enough

      0  

    Default


    Easiest way to find out is to look at the file source and see what is raising the warning.
    i.e. line 11505 of ext-all-dev.js if you click on the blue file name it should open the source file in debugger at the line position.

    My guess is you maybe in your app somewhere using the functions - determineScrollbars or invalidateScroller on Ext.panel.Table
    These two methods have been depreciated - hence the warning.