Hello, I'm trying to get the click event working for some child objects of the panel that was initialized with the draggableview class I added. It all works as I want it to, except now I cannot fire the click event on any of the child views (mostly imageviews + buttons)
pnlMain contains 5 imageviews and I want to be able to click them. I've tried using the 'Sender' function but no luck, and I am aware there is no reflection library within B4i... any ideas?
Thank you!
B4X:
Dim dv As DraggableView
dv.Initialize(Page1.RootPanel, pnlMain)
pnlMain contains 5 imageviews and I want to be able to click them. I've tried using the 'Sender' function but no luck, and I am aware there is no reflection library within B4i... any ideas?
Thank you!