View Single Post
  #1  
Old 03-24-2010, 12:31 AM
billjarrold billjarrold is offline
Member
 
Join Date: Jul 2009
Location: San Francisco Bay Area
Posts: 39
too large string for <viz>.input

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
Reply With Quote