> i use StandardAlert(...) to create an alert.
> i also provide AlertParams correctly.
[quoted text clipped - 6 lines]
> alert .
> otherwise it does not get closed at all.
I am somewhat confused, because:
1. Normally, one does not close an alert. To close a window means to use its
close box (which an alert shouldn't have) or the Close menu command (which an
alert should disable). You probably mean to say that you can't dismiss the
alert, which you normally do by clicking the OK or the Cancel button?
2. An alert created with StandardAlert is normally modal, so it should be
impossible for you to activate any other application window while an alert is in
the front. Are you really able to select other windows while the alert is up? If
so, that seems really wrong
Finally, let's see some code; it's hard to debug in the dark.
meeroh

Signature
If this message helped you, consider buying an item
from my wish list: <http://web.meeroh.org/wishlist>