onFocusLost

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!

Hi,

I just tried this in Servoy 6.1RC5 and the onFocusLost was triggered in my case. The warning says that when you use a dialog box (such as showInfoDialog I guess) that this will interfere with the focus which is understandable because the focus goes from the elements in the form to the dialogbox and back (after it closes). Maybe somebody can elaborate on the specifics of this?