Hi all
I am facing one issue with Listactivity and progressDialogue.

I have a class extending ListActivity.
and in  onListItemClick()
when I am clicking one item
it should display the dialogue box and then do teh calculation and
tehn dismiss teh dialogye
I have writen the code like

progressDialogue.show (...)
postInvalidate()
calculation
progressDialogue.dismiss();
postInvalidate()

but the dilaogue is getting displayed but not going from teh screen
after the calculation.
how to resolve this sync issue ?
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
[EMAIL PROTECTED]
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to