I'm developing a WM6.5 application on Motorola ES400 and need a notification for users to appear when my application is busy doing something Searching in EMDK. I've searched in the Help of EMDK and found the Symbol.MT2000.UserInterface.Spinner class but in calling of this class I've a null exception error this is the code :
`
Symbol.MT2000.UserInterface.Spinner sp = new Symbol.MT2000.UserInterface.Spinner();
//This is a delegate of the DeleteAll function
sp.BeginInvoke(DeleteAll);
`