Question
swipeContainer which turns around (page 1,2,3,1,..) I want to have a swipe container with 3 pages where the first page is selected if the last is swiped. Is there an easier way than proposed below?
I could derive a new container from the swipeContainer, but different from older touchGFX the swipeContainer is now a member of the generated ViewBase.
I would try to solve it like described below, but is there an easier way?
Proposed solution:
Inherit MySwipeContainer from SwipeContainer
At Runtime remove the SwipeContainer from the View
Add the MySwipeContainer to the View (at runtime)