Hello, I am trying to add another Value in my custom list view.
I was trying with modifying customListView class.... and I get an error:
I have uploaded an example project.
Thank you for your help!
B4X:
clv2.Add(CreateListItem($"Item #${i}"$, clv2.AsView.Width, 70dip), 70dip, $"Item #${i}"$, "another value"&i)
I was trying with modifying customListView class.... and I get an error:
** Activity (main) Create, isFirst = true **
** Activity (main) Resume **
An error occurred:
(Line: 212) Log(CallSub3(CallBack, EventName & "_ItemClick",
java.lang.Exception: Sub clv2_itemclick signature does not match expected signature.
public static anywheresoftware.b4a.pc.RemoteObject anywheresoftware.b4a.samples.customlistview.main_subs_0._clv2_itemclick(anywheresoftware.b4a.pc.RemoteObject,anywheresoftware.b4a.pc.RemoteObject,anywheresoftware.b4a.pc.RemoteObject) throws java.lang.Exception
I have uploaded an example project.
Thank you for your help!