stop close stack
Posted: Thu May 24, 2012 8:36 am
Hi,
how can I control the closure of the substack when the user clicks on the window button close?
but the window is always closed
thanks
how can I control the closure of the substack when the user clicks on the window button close?
Code: Select all
on CloseStack
answer info "Close ?" with "Yes" or "No"
switch it
case "Yes"
.... close stack
case "No"
exit CloseStack
end CloseStack
thanks