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:
are there any suggestions ??
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 ??