User Activity

Sometimes I update old replies/post with small corrections (grammar or formatting) or adding additional comments (maybe the solution is outdated for a newer version of a toolchain and I will expand the solution for the newer version, for instance, or...
I want to programmatically scroll up and down a scrollList. I want a button push or something in the application to trigger scrolling up or down one item or 1 page.The goal is a list of error codes. Right now they are just strings with numbers betwee...
Attached SVG image with vertical gradient renders correctly in TouchGFX Designer 4.24.1, but not in the simulator.In simulator the gradient is horizontal in landscape mode and vertical in portrait mode.Edit. SVG attachments are banned, but renaming i...
I have a STM32H7 and I use USB MSC. I do not use an RTOS.If I plug in my USB thumb drive I append a counter to a file and close it.This works.If I remove the thumb drive very quickly at precisely the wrong moment I get a hardfault.if Appli_state == A...
I have a small application, but I have over a 100 texts. Quite a few are duplicates. But even without duplicates it's a lot of scrollingIf I want to change the translation of a word I would need to scroll through the list manually. It's easier if I c...