12-23-2010 05:17 AM
HI,
I want to print 100 strings to screen, each string contains one or two characters.
There are no drawText equivalent. Creating 100 textfield is resouce intensive.
Is there any workaround ?
Solved! Go to Solution.
12-23-2010 08:00 AM
Maybe this post on converting text to bitmaps will help you.
12-24-2010 03:02 PM
I just use a Label to write things to the screen.