Subscribe for automatic updates: RSS icon RSS

Login icon Sign in for full access | Help icon Help
Advanced search

Pages: [1]
  Reply  |  Print  
Author Topic: TextEdit row height in table  (Read 10410 times)
Jeff W.
Posts: 31


« 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.
Lionel F.
Four Js
Posts: 82


« Reply #1 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
Jeff W.
Posts: 31


« Reply #2 on: November 05, 2010, 07:41:18 pm »

Is this option available in Genero Studio version 2.30?
Lionel F.
Four Js
Posts: 82


« Reply #3 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
Pages: [1]
  Reply  |  Print  
 
Jump to:  

Powered by SMF 1.1.21 | SMF © 2015, Simple Machines