like this background A specific GUI use case - Ask Embedded Wizard (embedded-wizard.de)
At my BasicPanel, the DoubleFingerSlidePanel need be PresentDialog from the BasicPanel, when two finger slide on the BasicPanel.
At the DoubleFingerSlidePanel have a list which is controlled by SlideTouchHandler(NoOfFingers = 2).
The whole process is : two finger slide on BasicPanel, DoubleFingerSlidePanel immediately be present, the list continue smooth move
Now, i achieve the basic function for two finger slide, but i have problem:
like this picture the BasicPanel have some button and component that have it's self Touch Handler,
case1:On two finger slide on BasicPanel processing when one or two finger touch the button at the start,the BasicPanel button(TouchHandler NoOfFingers = 1) will be trigger.
But we don't want the BasicPanel button trigger On the two finger slide on BasicPanel processing,how can i to achieve this function?
case2:On two finger slide processing,if one finger touch/slide the TouchHandler that can slide (like HorizontalSlider,HorizontalValueBar,HorizontalScrollbar,SimpleTouchHandler)
the DoubleFingerSlidePanel can't been PresentDialog. how can i to PresentDialog the DoubleFingerSlidePanel on this case?
More information for presentDialog process:
BasicSoftware send touch finger number to EW, when the number change we will invoke a slot function.
On the slot function we check the finger number, if number = 2, presentDialog the DoubleFingerSlidePanel.