0
我有一個MessageBox
和init是ActivityIndicator
像spinner
。因此,要顯示警報失敗,我將不得不隱藏包含ActivityIndicator
的MessageBox
,並顯示警報,如下所示;MessageBox隱藏不顯示
但是,只要hide()
代碼得到執行,警報垃圾箱也隱藏(或不顯示)。那我該如何預防呢?
// There is a MessageBox here, and i will be hiding it to show the alert.
Ext.Msg.hide();
Ext.Msg.alert('Failed, faileddd');