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