View Single Post
  #2  
Old 07-15-2009, 09:45 PM
jaylocco jaylocco is offline
Member
 
Join Date: Jun 2009
Posts: 19
Hi, im not the expert but i wish to share with you this:

try use
Code:
text = viz.addTextbox()
text.translate(.5,.5)
text.overflow(viz.OVERFLOW_GROW)
the text box will expand to fit all the text..

hope this would helps...
Reply With Quote