Hi everyone,
I have a pop-up form (POP UP property set to YES) that displays a WAIT message, while my code performs activity that takes some time (compacting, copying files etc). At the end of the code I close this pop-up form programmatically.
Everything works fine until a user decides to click on that pop-up form (for a reason to close it or without any reason). My application stops to respond. It looks to me it couldn't exit from the activity it did before the user clicked on the pop-up form.
Does anyone have idea how to get around this problem?
Your help is appreciated.
sudakov
I have a pop-up form (POP UP property set to YES) that displays a WAIT message, while my code performs activity that takes some time (compacting, copying files etc). At the end of the code I close this pop-up form programmatically.
Everything works fine until a user decides to click on that pop-up form (for a reason to close it or without any reason). My application stops to respond. It looks to me it couldn't exit from the activity it did before the user clicked on the pop-up form.
Does anyone have idea how to get around this problem?
Your help is appreciated.
sudakov