frameDecoration::closeResponder
Posted: 20 May 2012 12:17
Guys
I am trying to verify the close requests with user input. But, I can not see how to prevent closure .
here is clip of code in question:
results in e631
any suggestions on how to fix this?
dave plummer
I am trying to verify the close requests with user input. But, I can not see how to prevent closure .
here is clip of code in question:
Code: Select all
predicates
onClose : frameDecoration::closeResponder.
clauses
onClose(_Source) =frameDecoration::defaultCloseHandling():-
Ans=vpiCommonDialogs::ask("Are You Sure",["Yes","No","Maybe"]),
Ans=1,
!.
any suggestions on how to fix this?
dave plummer