MathGroup Archive 2008

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

Search the Archive

Re: InputField won't accept wrapped text

  • To: mathgroup at smc.vnet.net
  • Subject: [mg89078] Re: InputField won't accept wrapped text
  • From: David Reiss <dbreiss at gmail.com>
  • Date: Sun, 25 May 2008 03:21:50 -0400 (EDT)
  • References: <g15qs8$pg4$1@smc.vnet.net>

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



  • Prev by Date: Re: Export 3d color information as a texture?
  • Next by Date: Symbols in expression
  • Previous by thread: Re: InputField won't accept wrapped text
  • Next by thread: Re: Re: InputField won't accept wrapped text