User Activity

So I tried creating a box in the buttoncallback function as follows : touchgfx::Box * box_temp = new touchgfx::Box();    box_temp->setPosition(170,180,500,220);    box_temp->setColor(touchgfx::Color::getColorFrom24BitRGB(255,255,255));    box_t...
Kudos from