Android Question AnotherDatePicker

Hamied Abou Hulaikah

Well-Known Member
Licensed User
Longtime User
i called AnotherDatePicker in (DetailsDialog.bal) but when datepicker is shown it appears behind the dialog form,
i wrote (holder.BringToFront) in the show function in the Datetepicker module but it doesn't work
as following:
B4X:
Public Sub Show
    If waitForAddToActivity Then
        'not ready yey
        CallSubDelayed(Me, "show")
        Return
    End If
    holder.SetVisibleAnimated(500, True)
    DrawDays
    holder.BringToFront
End Sub

are there any suggestions ??
 
Cookies are required to use this site. You must accept them to continue using the site. Learn more…