6/24/2010 12:05:51 AM
Title:
Alert Window
multiple alert window opening in Apploication...how to resolve it?
6/24/2010 1:57:55 AM
if you do not wish to open multiple alert windows , you can keep a variable in the root and set it true when an alert is opened and set it false when any alert window is closed. before opening any alert check that variable if false then only open an alert window.