We can not use alert more than one in a row?
Using like that cause an error
Uncaught exception: java.lang.IllegalArgumentException
If so, how we should do that if we want to show more than one alert.
We can not use alert more than one in a row?
Using like that cause an error
Uncaught exception: java.lang.IllegalArgumentException
If so, how we should do that if we want to show more than one alert.
You cannot show an Alert if another alert is already focused...
Have a look at this blog :
http://www.mernin.com/blog/?p=26
Note: please don't send private questions to me, as I don't have time to provide private support. All such questions should be posted on public forums, where I and others can see and answer them.