I need to display the following message for like 5 seconds and then hide it.
The code to display the message is;
Ext.Msg.alert("Alert","How are you?");
and the code to hide the message is;
Ext.Msg.hide();
but how to display it for only 5 seconds ?
1 Answer