PDA

View Full Version : too large string for <viz>.input


billjarrold
03-24-2010, 12:31 AM
Hello,

I have this command...

dob = viz.input("Please enter the subject's date of birth in yyyy-mm-dd format (e.g. Jan 2, 2003 would be 2003-01-02):")

...in my program. It is too big for the little input window to display. It just truncates after somewheres around the word "format" or thereabouts.

Any ideas what I should do? (Hopefully you're not going to say 'Make your input string shorter.') e.g. is there some secret parameter for making the input widget bigger?

Thanks,

Bill

Jeff
03-24-2010, 05:02 PM
The size of the message is fixed. Using a vizinfo box you could create longer messages.