Hi all,
i have a dialog which contains some mandatory fields and if these fields are empty the dialog must not be closed.
So i extend the Dialog class and implement some code. Now i want to execute my "mandatory field" logic. But i can't find a way to place my logic (to prevent the dialog being closed...). I tried to overwrite close, but close is never executed???
Any ideas?
Frank