[flexcoders] Re: Datagrid height problem.

2009-09-10 Thread turbo_vb
> > > > > > Paul > > > > > > --- In flexcoders@yahoogroups.com, "valdhor" wrote: > > > > > > > > What I do in this situation is to truncate the text in the cell and add > > > > elipses. If the user needs to see all the note tex

[flexcoders] Re: Datagrid height problem.

2009-09-10 Thread aceoohay
truncate the text in the cell and add > > > elipses. If the user needs to see all the note text, they can click on > > > the cell which opens a new popup. If the text is short enough, I use a > > > tooltip. > > > > > > > > > > > > --- In flex

[flexcoders] Re: Datagrid height problem.

2009-09-10 Thread turbo_vb
eds to see all the note text, they can click on the > > cell which opens a new popup. If the text is short enough, I use a tooltip. > > > > > > > > --- In flexcoders@yahoogroups.com, "turbo_vb" wrote: > > > > > > > How can I tell

[flexcoders] Re: Datagrid height problem.

2009-09-10 Thread aceoohay
h, I use a tooltip. > > > > --- In flexcoders@yahoogroups.com, "turbo_vb" wrote: > > > > > How can I tell the datagrid to allow cell heights greater than the > > grid height? > > Even though it's not shown, the cell height is greater than the Data

[flexcoders] Re: Datagrid height problem.

2009-09-10 Thread valdhor
> > How can I tell the datagrid to allow cell heights greater than the > grid height? > Even though it's not shown, the cell height is greater than the DataGrid > height. However, the DataGrid's scroll mechanism will always take you > to the next row, so this isn'

[flexcoders] Re: Datagrid height problem.

2009-09-10 Thread turbo_vb
> How can I tell the datagrid to allow cell heights greater than the grid height? Even though it's not shown, the cell height is greater than the DataGrid height. However, the DataGrid's scroll mechanism will always take you to the next row, so this isn't an option. >

[flexcoders] Datagrid height problem.

2009-09-10 Thread aceoohay
I have a datagrid that displays text from a notes field. I have variableRowHeight="true". This works well unless one record has a note that is larger than the height of the entire grid. In this case I cannot see the bottom of the note. It truncates the lines at the height of the grid There is a

[flexcoders] Dynamic Datagrid Height

2007-06-15 Thread smustafa77
some wayout where I can dynamically change the datagrid height so as to get around this problem. MS

[flexcoders] Re: datagrid height

2005-06-14 Thread flexcoding
:[EMAIL PROTECTED] > Sent: Tuesday, March 01, 2005 9:44 AM > To: flexcoders@yahoogroups.com > Subject: [flexcoders] datagrid height > > > > Hey guys...I am trying something and getting a strange behavior. I get an > array of objects from the database that becomes t

RE: [flexcoders] Re: datagrid height

2005-06-14 Thread Tracy Spratt
om Subject: [flexcoders] Re: datagrid height Hi Matt, If the datagrid is in Accordian and still hidden, the rowcount property is not working somehow. If the results change when the datagrid is visible, it works. Any clue? Regards... --- In flexcoders@yahoogroups.com, Matt Chotin <[EMAIL PROTECTED]>

Re: [flexcoders] List / DataGrid height problem

2005-03-17 Thread Christoph Guse
: flexcoders@yahoogroups.com Subject: Re: [flexcoders] List / DataGrid height problem Hi Matt, i tried a real value and undefined instead of 100%, didn't help. Perhaps you have another idea, otherwise I have to change my layout. I prefer the first option ;-) Good night Christoph Matt Chotin schrieb:

RE: [flexcoders] List / DataGrid height problem

2005-03-16 Thread Matt Chotin
No real other ideas off-hand, and no time to experiment, sorry! Matt -Original Message- From: Christoph Guse [mailto:[EMAIL PROTECTED] Sent: Wednesday, March 16, 2005 1:18 PM To: flexcoders@yahoogroups.com Subject: Re: [flexcoders] List / DataGrid height problem Hi Matt, i tried a

Re: [flexcoders] List / DataGrid height problem

2005-03-16 Thread Christoph Guse
o the preferred size of the children. Matt *From:* Christoph Guse [mailto:[EMAIL PROTECTED] *Sent:* Wednesday, March 16, 2005 9:43 AM *To:* flexcoders@yahoogroups.com *Subject:* Re: [flexcoders] List / DataGrid height probl

RE: [flexcoders] List / DataGrid height problem

2005-03-16 Thread Matt Chotin
/ DataGrid height problem   Hi Matt, you are right. I give you some snippets of my code. List / DataGrid variableRowHeight="true" dataProvider="{aufgabenData}" cellRenderer="aufgaben.AufgabenCellRenderer">   

Re: [flexcoders] List / DataGrid height problem

2005-03-16 Thread Christoph Guse
Hi Matt, you are right. I give you some snippets of my code. List / DataGrid

RE: [flexcoders] List / DataGrid height problem

2005-03-16 Thread Matt Chotin
I assume you have variableRowHeight set to true? -Original Message- From: Christoph Guse [mailto:[EMAIL PROTECTED] Sent: Wednesday, March 16, 2005 1:48 AM To: flexcoders@yahoogroups.com Subject: [flexcoders] List / DataGrid height problem Hi List, I have some trouble with my custom

List / DataGrid height problem

2005-03-16 Thread Christoph Guse
Hi List, I have some trouble with my custom CellRenderer. It is Panel wich expands when you click on it. The initial height is 28pt and when it expands, it has the height it needs. The Problem is, that when you click on it, the Panel expands as expected, but the row height doesn't change. I only

RE: [flexcoders] datagrid height

2005-03-01 Thread Robert Brueckmann
Thanks Matt…I really need to work on my patience factor with searching the APIs.  Sorry…such an idiotI am.   From: Matt Chotin [mailto:[EMAIL PROTECTED] Sent: Tuesday, March 01, 2005 10:55 AM To: [EMAIL PROTECTED] Subject: RE: [flexcoders] datagrid height   http

RE: [flexcoders] datagrid height

2005-03-01 Thread Matt Chotin
http://livedocs.macromedia.com/flex/15/asdocs_en/mx/controls/listclasses/ScrollSelectList.html#rowCount J   From: Robert Brueckmann [mailto:[EMAIL PROTECTED] Sent: Tuesday, March 01, 2005 9:44 AM To: flexcoders@yahoogroups.com Subject: [flexcoders] datagrid height   Hey

datagrid height

2005-03-01 Thread Robert Brueckmann
Hey guys…I am trying something and getting a strange behavior.  I get an array of objects from the database that becomes the data provider for my datagrid.  I know the length of my data provider thanks to the myDataGrid.dataProvider.length method and I figure I could multiply that number by