User Activity

Hello all, The model::tick() and screen::handleTickEvent(), which is calling first?How do I query the tickEvent() calling sequence (model / screen / widget) ??
Hi all, Gfx can generate L8_RGB565 & L8_ARGB8888 format bitmap, but each pixel retains one byte of data, Bmp RLE8 format can further compress pixels of the same color. Why doesn't GFX store in this way ? I want to generate a 256-color BMP image wi...
Hello all, I dynamic create widget by 'new' and delete by 'delete', but the project crash when delete it. Are there any examples of that used ? I have 100 custom containers in a screen, but only one will be displayed at a time.So I dynamic create on...
Hello all, I create a custom container and need to used click/drag/gesture event,but the handleClickEvent/handleDragEvent/handleGestureEvent cannot trigger in it. How can get these event in custom container?
Hi, I used a swipe container with 2 pages, and I want to drag the icon from the 1st page to the 2nd page. But the icon cannot move to 2nd page because the icon is create in the 1st page container and doesn't move across container. How can achieve m...
Kudos from