WorldViz User Forum

WorldViz User Forum (https://forum.worldviz.com/index.php)
-   Vizard (https://forum.worldviz.com/forumdisplay.php?f=17)
-   -   multi line text boxes (https://forum.worldviz.com/showthread.php?t=2156)

mjabon 07-14-2009 12:26 PM

multi line text boxes
 
Hello. I can't seem to find a multi-line text box in Vizard. We need to be able to accept long inputs (like 3 paragraphs). How can we do this in vizard?

jaylocco 07-15-2009 09:45 PM

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...

mjabon 07-16-2009 11:37 AM

Quote:

Originally Posted by jaylocco (Post 8348)
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?


All times are GMT -7. The time now is 11:08 AM.

Powered by vBulletin® Version 3.8.7
Copyright ©2000 - 2024, vBulletin Solutions, Inc.
Copyright 2002-2023 WorldViz LLC