Yes, you can add it with SwipeContainer.add(newPage), but if the page(container) is created in and added to the canvas in the designer, you have to remove it from the view before adding it to the Swipe Container with the function remove(newPage).
HiAn alternative is to use a Scroll List or Scroll Wheel, which allows you to scroll between dataset, in a circular set up, but requires use code to update what is shown on the screen.Otherwise you do not have to add a SwipeContainer in the designer,...
Hi,If you want to only invalidate a certain area of a image, you can use invalidateRect(Rect& invalidatedArea), which invalidates the area specifies by a Rect and as with draw, the are that is invalidated based on the Rect's properties which is relat...
Hi, Emil from the TouchGFX team here.I have tested your project and unfortunately are we not able to recreate the issue with line break, but inserting a line break in the text should help.Regarding the placement of the text, it is sometimes placed di...