Hi
I’ve create a new window for load a modal form with this code:
var Win = application.createWindow("Indirizzo", JSWindow.MODAL_DIALOG);
Win.show(forms.indirizzi_dtl)
In this form i’ve some textbox, but when i lost focus from the textboxs this don’t invoke method onFocusLost.
How can I intercepted this event in a modal form?
What does it mean the tool tips in this screenshot?
[attachment=0]onFocusLost.JPG[/attachment]
thks for help!