Hi,
is it possible to display a Message Box without buttons?
creates one button :/Code:Ext.Msg.show({
buttons: false
});
I want to show this button before I send an Ajax request and hide it as soon as i get a response.
An alternative would be a progress bar or something similar.
-- testvogel

