The sliding panel is great, but I can't get the Panels_Click
or Panels_LongClick
to get raised. Is there a workaround this? I really need both.
Asked
Active
Viewed 1,301 times
0

Scantech
- 9
- 4
1 Answers
0
The problem is that the touch is handled by Panels_Touch sub. You can comment out Sub Panels_Touch and add Panels_Click and Panels_LongClick. The user however will not be able to slide the panels with their finger.

Erel
- 1,802
- 2
- 15
- 58
-
Thanks. I decided to use Slide up/down feature instead of longclick. – Scantech Nov 06 '11 at 16:42