I am in the process of moving my app from 2.0 to 2.1.
The main issue I have encountered is that the loading indicator 'propeller' is not showing, the message shows, code here:
Ext.Viewport.setMasked({
xtype: 'loadmask',
message: 'Processing Email ',
indicator: true
});
Any ideas?

