Hi I have created a ProgressDialog and following is the code,
ProgressDialog pd = new ProgressDialog(context);
pd.show(context,"xxx","yyy",true,false);
ProgressDialog displayed perfectly, i tried pd.dismiss() and pd.cancel(), but still isee the ProgressDialog on screen.
Tnx.



