Four Js Development Tools Forum

Discussions by product => GDC => Topic started by: Jeff Wollrabe on October 11, 2010, 11:04:17 PM

Title: TextEdit row height in table
Post by: Jeff Wollrabe on October 11, 2010, 11:04:17 PM
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.
Title: Re: TextEdit row height in table
Post by: Lionel Fluck on October 15, 2010, 11:41:40 AM
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
Title: Re: TextEdit row height in table
Post by: Jeff Wollrabe on November 05, 2010, 07:41:18 PM
Is this option available in Genero Studio version 2.30?
Title: Re: TextEdit row height in table
Post by: Lionel Fluck on November 08, 2010, 10:24:47 AM
Hi Jeff,

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

Regards,
Lionel