Hi all.
I'd like to close a BSP page when clicking one button, instead of the browser close button, but I need to do some validations before. So I've thought to catch the button in OnInputProcessing event, make the validations and finally close the window.
I've tried with navigation->exit( '' ). but it keeps a blank page.