datagrid problem resolved

2009-08-16 Thread Yves COPPE
Hi list if you have a fld in a datagrid ( Form style) and this fld (let us name him : "body") contains from row to row a variable text, you will use a layout script in the following form : put item 2 of theRect + the formattedHeight of field "Body" of me into item 4 of theRect It gives

Re: datagrid problem resolved

2009-08-17 Thread Trevor DeVore
On Aug 16, 2009, at 5:09 AM, Yves COPPE wrote: if you have a fld in a datagrid ( Form style) and this fld (let us name him : "body") contains from row to row a variable text, you will use a layout script in the following form : put item 2 of theRect + the formattedHeight of field "Body" of m

Re: datagrid problem resolved

2009-08-17 Thread Yves COPPE
Le 17 août 09 à 15:46, Trevor DeVore a écrit : To sum up, Yves had a field in his data grid template whose height was adjusted to fit the text contents. His original code was setting the rect of the field in one pass. The problem with setting the rect in one pass when the field is being

Re: datagrid problem resolved

2009-08-17 Thread Robert Maniquant
] does work fine for me in my layout scripts. Food for thoughts. Amicalement, (from Paris) Robert -- View this message in context: http://www.nabble.com/datagrid-problem-resolved-tp24991650p25009239.html Sent from the Revolution - User mailing list archive at Nabble.com.