Android Question Check whether a dialog is displayed

aDuffbartman

New Member
Hello everyone,

can I somehow check whether a dialog is displayed?

The "costumdialog" is called as follows:

B4X:
Dim sf As Object = DetailsDialog.ShowAsync("", "", "", "", Null, True)
DetailsDialog.SetSize(100%x, 100%y)
Wait For (sf) Dialog_Ready(pnl As Panel)
pnl.LoadLayout("v3_dlg")
Wait For (sf) Dialog_Result(res As Int)

Thanks for the help
 
Top