Dialogs2 preferably as it supersedes Dialogs by providing Async calls for all the dialogs. Neither show that actual dialog though the style is similar.
Dialogs2 preferably as it supersedes Dialogs by providing Async calls for all the dialogs. Neither show that actual dialog though the style is similar.
Thanks, yes i think i will use the TimeDialog2, it's the nearest looking
I changed the TimeDialog2 to accept NULL Bitmap. Replacedicon as Bitmap with icon as Object
with:
B4X:
Public Sub Show(Title As String, Positive As String, Cancel As String, Negative As String, icon As Object) As Int
Dim ret As Int = cd.Show(Title, Positive, Cancel, Negative, icon) 'ignore
Return ret
End Sub