I have implemented the following code from aria_counter example into my application:laString str;
sprintf(charBuff, "%u", tickCount--);
str = laString_CreateFromCharBuffer(charBuff, GFXU_StringFontIndexLookup(&stringTable, string_NewTxt, 0));
laLab..
↧