F fishwolf Well-Known Member Licensed User Longtime User Jul 7, 2016 #1 B4X: ListPush.Initialize(Me, "Push", 100%x, Colors.White) Types do not match (warning #22) i think refer to first parameter, how to can remove this warning? Last edited: Jul 7, 2016
B4X: ListPush.Initialize(Me, "Push", 100%x, Colors.White) Types do not match (warning #22) i think refer to first parameter, how to can remove this warning?
F fishwolf Well-Known Member Licensed User Longtime User Jul 9, 2016 #3 tufanv said: what is listpush ? Click to expand... Sorry, a CustomListView Upvote 0
Erel B4X founder Staff member Licensed User Longtime User Jul 10, 2016 #4 CustumListView.Initialize signature is: B4X: Public Sub Initialize (vCallback As Object, vEventName As String) You should add it with the designer (and don't call the Initialize method). Upvote 0
CustumListView.Initialize signature is: B4X: Public Sub Initialize (vCallback As Object, vEventName As String) You should add it with the designer (and don't call the Initialize method).