View Single Post
  #3  
Old 07-16-2009, 11:37 AM
mjabon mjabon is offline
Member
 
Join Date: Jul 2007
Posts: 63
Quote:
Originally Posted by jaylocco View Post
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...
Thank you, but this is what we do and the text grows off the screen which is unacceptable. Is there not multiple lines?
Reply With Quote