2021-07-03 08:14 PM
So assume we setup up a swipe container contain:
When we run, the normal container would be shown first. Upon swipe it would go to dynamic graph. But when we swipe the dynamic graph, it would not go to the normal container. Why so?
If I set the dynamic graph as invisible, then the issue not seen i.e. we can swipe away from the dynamic graph, but this would be meaningless.
Solved! Go to Solution.
2021-07-07 01:05 AM
Hello BParh.1,
Because the graph is clickable, the click event is caught by the graph like a button.
Please refer to the enclosed project (done with newest version of TouchGFX 4.17) where a blue button can be clicked and the swipe container will still work.
You can do something very similar with the graph.
/Alexandre
2021-07-07 01:05 AM
Hello BParh.1,
Because the graph is clickable, the click event is caught by the graph like a button.
Please refer to the enclosed project (done with newest version of TouchGFX 4.17) where a blue button can be clicked and the swipe container will still work.
You can do something very similar with the graph.
/Alexandre
2021-07-07 02:39 AM
Thank you @Alexandre RENOUX , ok that make sense. And I appreciate you spend time and effort to give the sample, so nice of you :grinning_face: