var myMask = new Ext.LoadMask(Ext.getBody(), {msg: message});
myMask.show();

is this suppose to mask the whole page? because the mask (overlay which prevents user from interacting with page) is not showing, but the message is showing, please help, thanks