MathGroup Archive 2008

[Date Index] [Thread Index] [Author Index]

Search the Archive

InputField won't accept wrapped text

  • To: mathgroup at smc.vnet.net
  • Subject: [mg89007] InputField won't accept wrapped text
  • From: robert prince-wright <robertprincewright at yahoo.com>
  • Date: Fri, 23 May 2008 03:09:52 -0400 (EDT)

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


      


  • Prev by Date: please ignore my previous message-SameTest is the solution
  • Next by Date: Legends in ListPlot
  • Previous by thread: please ignore my previous message-SameTest is the solution
  • Next by thread: Re: InputField won't accept wrapped text