From: Alex T. <al...@tw...> - 2004-09-07 20:45:40
|
At 15:00 07/09/2004 -0400, Gregory Pi=F1ero wrote: >Hi, > >I can't seem to get the word wrap to happen in a textarea. It shows the=20 >portion of text that fits in the first row of the textarea but cuts off=20 >everything after that. I've included the code I'm using at the end of=20 >this email (ignore my email's word-wrapping if possible) >This is the definition: > widgetDefn=3D{'type':'TextArea', > 'name':'txt'+ column[0], > 'position':(xPosWidget, yPos), > 'size':(255*9, NumRows*rowHeight), That's 2295 pixels wide, so the text below wouldn't need to wrap to fit=20 inside it. note - the text area will NOT be confined to the screen size, or the window= =20 size, or ..... it will be 2295 pixels wide. -- Alex |