Four Js Development Tools Forum

Discussions by product => GDC => Topic started by: Jeff W. on October 11, 2010, 11:04:17 pm



Title: TextEdit row height in table
Post by: Jeff W. 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 F. 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
  1. TABLE
  2. {
  3. [t01                                                                ]
  4. [                                                                   ]
  5. [                                                                   ]
  6. [                                                                   ]
  7. [t01                                                                ]
  8. [                                                                   ]
  9. [                                                                   ]
  10. [                                                                   ]
  11. [t01                                                                ]
  12. [                                                                   ]
  13. [                                                                   ]
  14. [                                                                   ]
  15. }
  16. END --TABLE
  17.  

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

Best regards,
Lionel


Title: Re: TextEdit row height in table
Post by: Jeff W. 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 F. 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