CustomDialog

cnicolapc

Active Member
Licensed User
Longtime User
Hi,
I can add a listView a CustomDialog?
How I can get value with listview_itemclick on CustomDialog?
Thanks in advance
Nicola
 

cnicolapc

Active Member
Licensed User
Longtime User
Hi Angraham,
sorry but I can not capture the event ItemClick.
I added the listview (List1) to CustomDialog and then I added the sub List1_ItemClick (as int position, value as Object) but I can not capture the value of such a msgbox (Value, "GetValue").
I do not get anything when I click on the list view in CustomDialog
What is wrong?
Thank You
Nicola
 
Upvote 0

kickaha

Well-Known Member
Licensed User
Longtime User
When you initialize the listview do you set the event name to list1?
B4X:
List1.Initialize("List1")
 
Upvote 0
Top