RE: [flexcoders] Re: Problem with TileLIst RowCount

2007-11-24 Thread Alex Harui
Can you post a test case for what you are trying to do? From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of oneproofdk Sent: Friday, November 23, 2007 4:32 AM To: flexcoders@yahoogroups.com Subject: [flexcoders] Re: Problem with TileLIst

[flexcoders] Re: Problem with TileLIst RowCount

2007-11-23 Thread oneproofdk
Hi Alex Not sure what you mean, instead of scaling the container ?? Or ALSO scale the tilelist, setting the height of it ? Not sure how I should do that as I cant resolve how many rows the tilelist has. Hope you can clarify, this is driving me craazyyy Thanks again for all your time ! Mark ---

RE: [flexcoders] Re: Problem with TileLIst RowCount

2007-11-21 Thread Alex Harui
Try scaling the tilelist? From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of oneproofdk Sent: Wednesday, November 21, 2007 12:35 AM To: flexcoders@yahoogroups.com Subject: [flexcoders] Re: Problem with TileLIst RowCount Hi Alex

[flexcoders] Re: Problem with TileLIst RowCount

2007-11-21 Thread oneproofdk
Hi Alex Somehow the ColumnCount actually is correct ?? Even though I performed a updateNow() it still return columnCount=2 no matter what. Is it because I initially draw the TileList container (Canvas) very small - height=5 - I do this to be able to expand the container(s) simultaniously if need

Re: [flexcoders] Re: Problem With TileList...

2005-08-04 Thread Manish Jethani
On 8/4/05, sir_janksalot <[EMAIL PROTECTED]> wrote: > It looks like this: > > public function setValue( str : String, item : Object ) : Void > { > var alreadyAddedFilterObject : Boolean = ( user == item || item > == null || item == undefined ); > if ( alreadyAddedFilterObject ) > { >

[flexcoders] Re: Problem With TileList...

2005-08-04 Thread sir_janksalot
It looks like this: public function setValue( str : String, item : Object ) : Void { var alreadyAddedFilterObject : Boolean = ( user == item || item == null || item == undefined ); if ( alreadyAddedFilterObject ) { return; } else {

Re: [flexcoders] Re: Problem With TileList...

2005-08-04 Thread Manish Jethani
On 8/4/05, sir_janksalot <[EMAIL PROTECTED]> wrote: > Exactly. When I shorten the list I get the same problem with 1st and > 6th. How do I fix this? What does your setValue implementation look like? You need to update the cell renderer with the new data. Manish Yahoo!

[flexcoders] Re: Problem With TileList...

2005-08-04 Thread sir_janksalot
Exactly. When I shorten the list I get the same problem with 1st and 6th. How do I fix this? sj --- In flexcoders@yahoogroups.com, "Matt Chotin" <[EMAIL PROTECTED]> wrote: > Well the 12th row is the first one that comes from offscreen right? So > the TileList is re-using the cells from the 1st r