Hi!
I wanted to use a textbox for a text input, but after typing the text I wanted to lose the textbox focus. (It was very umbressing, if it does'nt.) So I've read an old question
here, but I can't write there. (This was an old topic, but eventually up to date! :) Who thougt it?
So, the
only possibility to get a textbox losing focus, to request an another textbox the focus.
So I created a 0 pixel wide textbox next to the textbox I wanted to lose focus and gave it the focus (call
0pxwideTextbox RequestFocus).
And TADAM! It works!