[flexcoders] DataGrid, rowCount, variableRowHeight and wordWrap

2006-08-25 Thread Shannon Hicks





I have a DataGrid 
that I want to always show all 5 rows it will have. The problem is, I have 
variableRowHeight set to true, and when the grid gets populated with something 
that makes the row grow in height (or the window size changes, etc), the 
scrollbars appear. I'd like the grid to change it's height 
instead.

Any ideas on how to 
tackle that?

Shan
__._,_.___





--
Flexcoders Mailing List
FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com








   






  
  
SPONSORED LINKS
  
  
  

Software development tool
  
  
Software development
  
  
Software development services
  
  


Home design software
  
  
Software development company
  

   
  







  
  
  YAHOO! GROUPS LINKS



  Visit your group "flexcoders" on the web.
  To unsubscribe from this group, send an email to:[EMAIL PROTECTED]
  Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.



  






__,_._,___



--
No virus found in this outgoing message.
Checked by AVG Free Edition.
Version: 7.1.405 / Virus Database: 268.11.6/427 - Release Date: 8/24/2006
 


Re: [flexcoders] DataGrid rowcount (2.0)

2005-12-19 Thread Manish Jethani
On 12/19/05, yaagcur [EMAIL PROTECTED] wrote:

 I have a datagrid which I want populated by data which I know has 20
 records

 If I set rowcount=20 , I get 19 showing with a scroll bar.
 Scrolling down gives me the final row of data plus another empty row

I don't remember exactly, but I think 'rowCount' includes the header.

Manish


 Yahoo! Groups Sponsor ~-- 
Most low income homes are not online. Make a difference this holiday season!
http://us.click.yahoo.com/5UeCyC/BWHMAA/TtwFAA/nhFolB/TM
~- 

--
Flexcoders Mailing List
FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com 
Yahoo! Groups Links

* To visit your group on the web, go to:
http://groups.yahoo.com/group/flexcoders/

* To unsubscribe from this group, send an email to:
[EMAIL PROTECTED]

* Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/
 




RE: [flexcoders] DataGrid rowcount (2.0)

2005-12-19 Thread Joan Tan










This is a logged bug that there is an
extra row in the DataGrid or List.











From: flexcoders@yahoogroups.com
[mailto:[EMAIL PROTECTED] On Behalf
Of yaagcur
Sent: Sunday, December 18, 2005
2:52 PM
To: flexcoders@yahoogroups.com
Subject: [flexcoders] DataGrid
rowcount (2.0)





I have a datagrid which I
want populated by data which I know has 20
records

If I set rowcount=20 , I get 19
showing with a scroll bar.
Scrolling down gives me the final row of data plus
another empty row

Setting vScrollPolicy=off just gives
19 rows

Am I doing something wrong or is this a bug?














--
Flexcoders Mailing List
FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com








  
  
SPONSORED LINKS
  
  
  

Web site design development
  
  
Computer software development
  
  
Software design and development
  
  


Macromedia flex
  
  
Software development best practice
  

   
  







  
  
  YAHOO! GROUPS LINKS



  Visit your group "flexcoders" on the web.
  To unsubscribe from this group, send an email to:[EMAIL PROTECTED]
  Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.



  











[flexcoders] DataGrid rowcount (2.0)

2005-12-18 Thread yaagcur
I have a datagrid which I want populated by data which I know has 20
records

If I set rowcount=20 , I get 19 showing with a scroll bar.
Scrolling down gives me the final row of data plus another empty row

Setting vScrollPolicy=off just gives 19 rows

Am I doing something wrong or is this a bug?








 Yahoo! Groups Sponsor ~-- 
Most low income homes are not online. Make a difference this holiday season!
http://us.click.yahoo.com/5UeCyC/BWHMAA/TtwFAA/nhFolB/TM
~- 

--
Flexcoders Mailing List
FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com 
Yahoo! Groups Links

* To visit your group on the web, go to:
http://groups.yahoo.com/group/flexcoders/

* To unsubscribe from this group, send an email to:
[EMAIL PROTECTED]

* Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/
 




[flexcoders] datagrid rowcount

2005-07-31 Thread Andrew Spaulding
Hi all,

I would like to only have 5 rows in the datagrid but cannot get it to
work. It always seems to keep the rowCount default of 7. I am setting
the rowCount in the mxml tags by rowCount=5 and my dataProvider
length is also 5. I am not setting the height on the datagrid so this
shouldnt be affecting the rowCount at all.

Any suggestions would be greatly appreciated.

Kind regards,

Andrew Spaulding
www.flexdaddy.info




 Yahoo! Groups Sponsor ~-- 
font face=arial size=-1a 
href=http://us.ard.yahoo.com/SIG=12hf08o0b/M=362329.6886308.7839368.1510227/D=groups/S=1705007207:TM/Y=YAHOO/EXP=1122862420/A=2894321/R=0/SIG=11dvsfulr/*http://youthnoise.com/page.php?page_id=1992
Fair play? Video games influencing politics. Click and talk back!/a./font
~- 

--
Flexcoders Mailing List
FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com 
Yahoo! Groups Links

* To visit your group on the web, go to:
http://groups.yahoo.com/group/flexcoders/

* To unsubscribe from this group, send an email to:
[EMAIL PROTECTED]

* Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/
 




RE: [flexcoders] datagrid rowcount

2005-07-31 Thread Matt Chotin










Hmm, what happens if you set it to
something higher than 7, does it take effect then?











From: flexcoders@yahoogroups.com
[mailto:[EMAIL PROTECTED] On Behalf
Of Andrew Spaulding
Sent: Sunday, July 31, 2005 5:14
PM
To: flexcoders@yahoogroups.com
Subject: [flexcoders] datagrid
rowcount





Hi all,

I would like to only have 5 rows in the datagrid
but cannot get it to
work. It always seems to keep the rowCount default
of 7. I am setting
the rowCount in the mxml tags by
rowCount=5 and my dataProvider
length is also 5. I am not setting the height on
the datagrid so this
shouldnt be affecting the rowCount at all.

Any suggestions would be greatly appreciated.

Kind regards,

Andrew Spaulding
www.flexdaddy.info










--
Flexcoders Mailing List
FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com





  




  
  
  YAHOO! GROUPS LINKS



  Visit your group "flexcoders" on the web.
  To unsubscribe from this group, send an email to:[EMAIL PROTECTED]
  Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.



  











[flexcoders] Datagrid rowcount

2005-04-01 Thread Tom Fitzpatrick

Setting a datagrid's variableRowHeight property to true (and enabling 
wordwrap in one of the columns) seems to make it impossible to reset the 
rowCount, which stays at the default of 6 rows even though I define the 
rowCount property as 2 (or try to have it match the length of the 
dataProvider).

Is there any solution to this - if it's not just something I'm doing wrong?

- Tom






 
Yahoo! Groups Links

* To visit your group on the web, go to:
http://groups.yahoo.com/group/flexcoders/

* To unsubscribe from this group, send an email to:
[EMAIL PROTECTED]

* Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/
 





RE: [flexcoders] Datagrid rowcount

2005-04-01 Thread Ashish Goyal


For variable row height DataGrid, rowCount is not supported. Since the
rowheight is not constant in a VRH DG, its not possible to show fix number
of rows in a fixed height datagrid. Make sense?

To show 2 rows in a VRH DG, you can set DataGrid height such that it only
shows 2 rows ;) It will work really well if your row height (row content) is
fixed.

-Ashish


 -Original Message-
 From: Tom Fitzpatrick [mailto:[EMAIL PROTECTED] 
 Sent: Friday, April 01, 2005 1:50 PM
 To: flexcoders@yahoogroups.com
 Subject: [flexcoders] Datagrid rowcount
 
 
 Setting a datagrid's variableRowHeight property to true (and enabling 
 wordwrap in one of the columns) seems to make it impossible 
 to reset the 
 rowCount, which stays at the default of 6 rows even though I 
 define the 
 rowCount property as 2 (or try to have it match the length of the 
 dataProvider).
 
 Is there any solution to this - if it's not just something 
 I'm doing wrong?
 
 - Tom
 
 
 
 
 
 
  
 Yahoo! Groups Links
 
 
 
  
 
 
 
 


 
Yahoo! Groups Links

* To visit your group on the web, go to:
http://groups.yahoo.com/group/flexcoders/

* To unsubscribe from this group, send an email to:
[EMAIL PROTECTED]

* Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/