224 views
in GUI Development by

Hi,

My trace console is being flooded with the following message 

I am trying to display date and time stamp in one of the text areas as below:

below is the code snippet i had used:

sender; /* the method is called from the sender object */

var Core::Time t = new Core::Time;
var string TimeDate = "%I:%M:%S%p | %b %d, %Y";

t = t.CurrentTime;

DateTimeText.String = t.Format( TimeDate );

I tried using "string" method also, but same warning is showing up.

Setup details:

1. Embedded wizard 14

2. Custom board: STM32F746BG

3. Display: Winstar (WK0F0007000A8GXAASA00) (1024 X 600)

1 Answer

+1 vote
by
 
Best answer

Hello,

please have a look to the section Detect and handle text overflows - it explains the details, I hope this helps...

Best regards,

Manfred.

by
Thank you, for the quick response. I had gone through the font section and the warning got fixed after reducing the font size.

Ask Embedded Wizard

Welcome to the question and answer site for Embedded Wizard users and UI developers.

Ask your question and receive answers from the Embedded Wizard support team or from other members of the community!

Embedded Wizard Website | Privacy Policy | Imprint

...