E Eduard Active Member Licensed User Longtime User Nov 26, 2012 #1 I want to close the activity automatically if user closes a progressdialog that is cancelable by pressing the back button It this possible? code: ProgressDialogShow2(message as string,cancelable as boolean)
I want to close the activity automatically if user closes a progressdialog that is cancelable by pressing the back button It this possible? code: ProgressDialogShow2(message as string,cancelable as boolean)
Erel B4X founder Staff member Licensed User Longtime User Nov 26, 2012 #2 No. The keys are handled by the dialog. You can show a regular panel with an indeterminate progress bar instead. Upvote 0
No. The keys are handled by the dialog. You can show a regular panel with an indeterminate progress bar instead.