I try to avoid the infobox to give focus, I try to validate a textbox and show an infobox that say something, but while the infobox is displaying I like to mantain the focus on the textbox, it is posible? I try with mytextbox.focus before calling the infobox without sucess, but when I call the infobox, if I press faster click on the textbox, it get focus.
I think that if I pause some millisecons and focus on textbox it can have focus but I think that's not a good idea :/
Thanks
I think InfoBox.focus is what you want.
Cheers, Peter