I have a form with a text area on top of that form. I open the form in a Dialog.
Now I have two issues in one that I want to turn into a feature request although I don’t know what that should be
First: let’s say I only fill that text area with content and no other fields. When I now exit that form by closing it, the content of the field is lost since I didn’t exit the field…
Second: A logical way to exit that field would be by tabbing out of it. I can’t do this because it is a text area. But In fact I only needed a multiline textfield…
So the second one is simple: can you give us a multiline textfield? Or give us a property ‘acceptTab’?
Not in my case. The first form gets updated, the second form (first dialog) does not at first sight!
I am now ‘playing’ with my original application (it is really too difficult to emulate it in another app) and I find that doing a simple application.beep() at the onLostFocus event saves the content of the field!!! HEY and even when I rem that line (‘//’) it works now
I really don’t understand (&(& about this because the same situation works if I don’t call a dialog…