[CLOSED] Error after the latest update from SVN

  1. #1

    [CLOSED] Error after the latest update from SVN

    After last update from SVN I am receiving this error:

    ContentPH_RowExpander1 is not defined
    [Break On This Error] Ext.net.ResourceMgr.init({id:"MP1$Re...ColumnModel().setEditable(3,true);});
    Any idea?
    Last edited by Daniil; Feb 21, 2011 at 1:51 PM. Reason: Please use [CODE] tags, [CLOSED]
  2. #2
    current version: 1.0.4035.35720
    previous version: 1.0.3995.25674
  3. #3
    Hi,

    Please post a sample which reproduces the issue
  4. #4
    Okay I found out what was the problem here and fixed it.

    Obviously the rendering order has changed, I had store's load handler defined like this:

    ....
          <Listeners>          
                <Load Handler= " #{RowExpander1}.selections = { }; Single="true"/>
            </Listeners>
    </ext:Store>

    It used to work before, but now it does not since RowExpander is not rendered yet...

    Moving this stuff to gridpanel's:

    <ViewReady Handler=...
    do the job.
  5. #5
    Hi,

    Or, please, set Delay="10" for Load listener.
    <Load Handler= " #{RowExpander1}.selections = { }; Single="true" Delay="10" />
    Delay="10" was by default, but now it's 0 by default.

    But, generally speaking, your solution with ViewReady is better.

Similar Threads

  1. [CLOSED] DirectEvent not firing with the latest SVN update
    By sailendra in forum 2.x Legacy Premium Help
    Replies: 6
    Last Post: Jun 18, 2012, 11:57 AM
  2. Replies: 6
    Last Post: May 23, 2012, 1:48 PM
  3. Replies: 2
    Last Post: Sep 09, 2010, 6:52 PM
  4. [CLOSED] [1.0] - Missing Icons in latest SVN Update
    By drkoh in forum 1.x Legacy Premium Help
    Replies: 4
    Last Post: Aug 30, 2010, 1:00 PM
  5. [CLOSED] Error After Update From SVN
    By dev in forum 1.x Legacy Premium Help
    Replies: 1
    Last Post: Jul 30, 2010, 1:56 PM

Posting Permissions