button tap not reacting when view gets added a 2nd time

后端 未结 3 1378
眼角桃花
眼角桃花 2021-01-20 01:34

When an item from a list gets selected i execute the following lines of code.

this.details = Ext.create(\'EventManager.view.EventInfoView\');
this.getNavigat         


        
3条回答
  •  北恋
    北恋 (楼主)
    2021-01-20 01:44

    i faced same problem earlier and it was solved by setting
    autoDestroy: false,
    at config of my navigationView

    its very well working after applying false to this autoDestroy property.
    hope it will work for you too.

提交回复
热议问题