D dbprogramer Member Licensed User Longtime User Apr 24, 2015 #1 I'm trying to find where exactly on a panel the user is pressing when there is a longclick event. Can this be done without using Touch?
I'm trying to find where exactly on a panel the user is pressing when there is a longclick event. Can this be done without using Touch?
DonManfred Expert Licensed User Longtime User Apr 24, 2015 #2 No. You need to capture the touch Upvote 0
D dbprogramer Member Licensed User Longtime User Apr 25, 2015 #3 Thanks -- that's what I guessed. Can I capture the touch without messing up the scrolling of the panel? Upvote 0
Thanks -- that's what I guessed. Can I capture the touch without messing up the scrolling of the panel?
RandomCoder Well-Known Member Licensed User Longtime User Apr 25, 2015 #4 I think this will help... Delegating Events Upvote 0
D dbprogramer Member Licensed User Longtime User Apr 30, 2015 #5 RandomCoder said: I think this will help... Delegating Events Click to expand... Thanks, that looks like the right direction to go. Upvote 0
RandomCoder said: I think this will help... Delegating Events Click to expand... Thanks, that looks like the right direction to go.