PDA

View Full Version : Multiline texbox


disbeat
02-08-2011, 05:23 PM
Hi,

How can I create a multiline textbox? Is that possible?

Best regards,

Marco Simoes

Jeff
02-09-2011, 01:31 PM
There is no built-in command for this but you could use a GUI toolkit like wxPython. Instructions for installing wxPython can be found in the following kb article:
http://kb.worldviz.com/articles/72

If you're going to be upgrading to Vizard 4 then you can display an HTML form that incudes a textarea control using the vizhtml module.