Hi,
In one of my activities Another Date Picker shows runtime error Null object reference.... on loading in AfterLoadLayout event at
One of the values returned in Props is null. This used to work fine in previous version 5.0
I guess CallSubDelayed2(Me, "AfterLoadLayout", props) in DesignerCreateView has some issue.
Please provide some clue.
Juzer
In one of my activities Another Date Picker shows runtime error Null object reference.... on loading in AfterLoadLayout event at
B4X:
If Props.Get("CancelVisible") = False And Props.Get("TodayVisible") = False Then p.Height = p.Height - 40dip
I guess CallSubDelayed2(Me, "AfterLoadLayout", props) in DesignerCreateView has some issue.
Please provide some clue.
Juzer