posted 22 years ago
Try using the toFront() method of the frame. However, there is always a timing issue involved. Even if you use that method and are clicking on other things while waiting for that window to open, It could bring it to the front, and then you click on something without realizing that it had already shown.
Anyway, toFront() is the method to use though.