Re: Re: InputField won't accept wrapped text
- To: mathgroup at smc.vnet.net
- Subject: [mg89117] Re: [mg89078] Re: InputField won't accept wrapped text
- From: robert prince-wright <robertprincewright at yahoo.com>
- Date: Mon, 26 May 2008 01:30:29 -0400 (EDT)
It now works for me as well. I was getting a dotted slash character at the wrapping point - but that's stopped. Must have been closing and then opening the notebook that corrected the problem. I can't reproduce it! --- David Reiss <dbreiss at gmail.com> wrote: > It seems to work fine for me. What do you mean by > "jumbled up?" > > --David > > On May 23, 3:14 am, robert prince-wright > <robertprincewri... at yahoo.com> wrote: > > The code below does not behave as expected - if > you > > type in a long sentence that spans multiple lines > then > > the words get jumbled up. I tried setting the > "type" > > to String but that doesnt help. Any ideas? > > > > cellSize = {15, 3}; > > x = Table[ i, {i, 4}]; > > myCell = InputField[ Dynamic[x[[1]]], FieldSize -> > > cellSize] > > > > Robert > > > Robert Prince-Wright Houston TX, 77006 USA