• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Ron McLeod
  • Tim Cooke
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • Junilu Lacar
  • Rob Spoor
  • Jeanne Boyarsky
Saloon Keepers:
  • Stephan van Hulst
  • Carey Brown
  • Tim Holloway
  • Piet Souris
Bartenders:

Multiple AlertDialog dismiss

 
Ranch Hand
Posts: 57
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hello

I have a requirement something like a

dialog 1:
if OK is clicked
then Dialog 2

dialog 2:
if Ok is clicked
then dialog 3
(I am using alertDialogBuilder for this)
The problem is I have implemented this but whenever my dialog 3 has completed its task dialog 1 is visible again.

I have tried using

DialogInteface. cancel/dismiss
alertDialog=alertDialogBuilder.create()
alertDialog.dismiss/cancel

but have not been able to yield any result




second part




 
Forget Steve. Look at this tiny ad:
The Low Tech Laboratory Movie Kickstarter is LIVE NOW!
https://www.kickstarter.com/projects/paulwheaton/low-tech
reply
    Bookmark Topic Watch Topic
  • New Topic