TextEdit row height in table

Started by Jeff W., October 11, 2010, 11:04:17 PM

Previous topic - Next topic

Jeff W.

I have a (.4fd) form that contains a table with 1 column.  The FormField has a TextEdit widget with a vertical scrollbar.  Is there a way to make each TextEdit line taller, in the table, to display more than 1 row of text at a time?

This can be done with a TextEdit widget used alone (not in a table) by setting the GridHeight, but I don't see a way when inside a table.

Lionel F.

Hi Jeff,

If you're using Genero Studio, this for now a known limitation filed as bz.#7695 (Attribute 'gridHeight' not supported for widgets in TABLE).

But you can easily achieve this in a .per. For instance:

Code (per) Select

TABLE
{
[t01                                                                ]
[                                                                   ]
[                                                                   ]
[                                                                   ]
[t01                                                                ]
[                                                                   ]
[                                                                   ]
[                                                                   ]
[t01                                                                ]
[                                                                   ]
[                                                                   ]
[                                                                   ]
}
END --TABLE


Feel free to let me know if you have further questions.

Best regards,
Lionel

Jeff W.

Is this option available in Genero Studio version 2.30?

Lionel F.

Hi Jeff,

Unfortunately, not yet...no precise date scheduled for now. Sorry for the inconvenience.

Regards,
Lionel