User Activity

Can anyone explain to me what the parameters to LCD.blitCopy are?The online help seems to suggest all of the parameters describe the source - sourceData, sourceFormat, source and blitRect all describe the source data. How do I specify the destinatio...
I'm not able top get word wrap working with the TextArea widget.I'm using the TextArea sample. I've changed the text resource "Main_text" to be a single line of text. I've editted the Screen1View() constructor and added... mainTxt.setWideTextAction(t...
To populate the contents of the scrollablecontainer using touchgfx designer, I have to place the contained widgets outside the visible area of the screen. This makes it really hard to see what I have just laid out.Is there any way to see the entire ...
I'm having problems with widgets taking events that weren't supposed to go to them.For example, if I have a SwipeContainer with a Button. If I tap the button, I get a ClickEvent - that's good. But, if swipe, and just happen to start on the button, ...