B b4auser1 Well-Known Member Licensed User Longtime User May 12, 2017 #1 I added custom items to ListView with some views. I need to handle _MouseClicked from these view ? I placed in code Sub Label1_MouseClicked (EventData As MouseEvent) ... but nothing happened. Label1 is view in custom item of listview
I added custom items to ListView with some views. I need to handle _MouseClicked from these view ? I placed in code Sub Label1_MouseClicked (EventData As MouseEvent) ... but nothing happened. Label1 is view in custom item of listview
DonManfred Expert Licensed User Longtime User May 13, 2017 #2 And the view has the EventName set to "Label1"? Without seeing your code it is hard to give any congrete advice Upvote 0
And the view has the EventName set to "Label1"? Without seeing your code it is hard to give any congrete advice
B b4auser1 Well-Known Member Licensed User Longtime User May 14, 2017 #3 DonManfred said: And the view has the EventName set to "Label1" Click to expand... Sure. Did you try in your applications to handle events from views in row of ListView ? It works ? If yes, then I will do search a bug in my code. Upvote 0
DonManfred said: And the view has the EventName set to "Label1" Click to expand... Sure. Did you try in your applications to handle events from views in row of ListView ? It works ? If yes, then I will do search a bug in my code.
Erel B4X founder Staff member Licensed User Longtime User May 14, 2017 #4 The simplest way to debug it is if you upload a small project with the list and labels. Upvote 0
DonManfred Expert Licensed User Longtime User May 14, 2017 #5 DonManfred said: Without seeing your code it is hard to give any congrete advice Click to expand... If you want us to help you ahou should upload a small project which shows the issue. Upvote 0
DonManfred said: Without seeing your code it is hard to give any congrete advice Click to expand... If you want us to help you ahou should upload a small project which shows the issue.