Android Question ProcessDialog box disappears

HARRY

Active Member
Licensed User
Longtime User
Hi,

In my program an action can take quite some time. I use the ProcessDialog box to inform the user. In order to prevent that the user intervenes, I set for all views enabled to false. Yet, when the user touches the screen on any place, the ProcessDialog box disappears, leaving the user puzzling what is happening.
How can I force the ProcessDialog box to stay visible?

Harry
 
Top