Hi folks, I have written a BSP application that allows users to do a simple file upload to a remote location.
However, I am having a slight problem in that when I am waiting for the file to upload, I am still able to click some of the buttons in my application.
Is there some way to do a pop-up screen that tells the user that the file upload is in progress, and lock the screen focus to the pop-up window until the file upload finishes, then close the pop-up window by itself and return the user to the file upload application window?
Please kindly advise. Thanks in advance.