Android Question CustomListView doent firing events?

Alberto Michelis

Well-Known Member
Licensed User
Longtime User
Hi, Ive copied one module to another app.
This module uses a CustomListView but it does not fire the ItemClick and LongItemClick events.
Anything Im forgeting to set?
Please see image.
 

Attachments

  • q.png
    q.png
    71.1 KB · Views: 97

josejad

Expert
Licensed User
Longtime User
Hi:

If you’re adding the CLV from Designer, you don’t need to initialize it.
You’re initializing the CLV with the event name “PanelArticulos”, so the event fired is PanelArticulos_Click
 
Upvote 0
Top