WorldViz User Forum  

Go Back   WorldViz User Forum > Vizard

Reply
 
Thread Tools Rate Thread Display Modes
  #1  
Old 07-14-2009, 12:26 PM
mjabon mjabon is offline
Member
 
Join Date: Jul 2007
Posts: 63
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?
Reply With Quote
  #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
  #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
Reply

Thread Tools
Display Modes Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Informationboxes with text snoopy78 Vizard 3 07-16-2009 10:23 AM
Draw Line between Points Chrissy2009 Vizard 2 05-13-2009 04:42 AM
Vizard tech tip: Text to Speech Jeff Vizard 1 01-15-2009 09:39 PM
3d Text with Transparent Borders vjosh Vizard 3 12-01-2004 10:50 AM
I cannot show wrl file with text node sled Vizard 3 06-25-2003 07:52 AM


All times are GMT -7. The time now is 01:43 AM.


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