Is there no other way as to add a condition to all the other event listener
functions or to disable the other elements that could dispatch an event? is
there no possibility to say "chancelDisappear"?
--
View this message in context:
http://www.nabble.com/How-to-cancel-other-Events-tf3946840.html
Hello,
I have a form which sets a dirty-Flag if something was changed. How can I
cancel events from the TreeView or from the Menu/TooolBar if they try to
unload the form. I try to catch the "beforeDisapear" but I don't know how to
cancel the other events and keep the form visible.
Can You help me