User Activity

Align_VerticalView.cpp:24:12: error: unused variable 'fontBaseline' [-Werror=unused-variable] const int fontBaseline { mono.getFontBaseline () };
Hi TouchGfx Team,Could you please consider adding a menu item to start MSVS project \simulator\msvs\Application.sln ? Ideally a keyboard shortcut as well.Thank youFerro
Hi,I cannot find API to get display height/width. Is there any ? I tried to find something likeint16_t touchgfx::HAL::GetDisplayHeight (); int16_t touchgfx::HAL::GetDisplayWidth (); In GfxDesigner I see 240x320 values: In TouchGFXConfiguration.cpp th...
Hi,Do you know what I am doing wrong ? Thanks
Hi Gfx Team,Could you comment on this please ?I tried to View.add () heap allocated container and it seems to be working Okay.The container might be statically allocated as well. The key point is, the View is not aware of it at compile time.Before Tr...