1. #11
    Sencha User
    Join Date
    Jul 2011
    Posts
    21
    Vote Rating
    0
    checks is on a distinguished road

      0  

    Default


    Thank you so much for helping me... my problem is solved... with the next code

    Ext.WindowMgr.each(function(w) {
    w.destroy();
    });

  2. #12
    Sencha - Sales Team dawesi's Avatar
    Join Date
    Mar 2007
    Location
    Melbourne, Australia (aka GMT+10)
    Posts
    738
    Vote Rating
    6
    dawesi will become famous soon enough

      0  

    Default


    I would have thought

    Code:
    window.location.reload()
    would also do the job

    Check out SenchaWorld.com for articles, screencasts, conference videos and more.

    Sencha Technical Training : Asia Pacific Region

    Code Validation : JSLint | JSONLint | JSONPLint

  3. #13
    Sencha User
    Join Date
    Jul 2011
    Posts
    21
    Vote Rating
    0
    checks is on a distinguished road

      0  

    Default


    I tested it and you´re right, it also do the job...
    tks!