[flexcoders] Re: tilelist rowCount not working...

2009-06-25 Thread Amy
--- In flexcoders@yahoogroups.com, grimmwerks gr...@... wrote: Ugh. It appears it's something inherent with Flex 3, was abandoned and fixed in F4. http://bugs.adobe.com/jira/browse/SDK-15335 I don't think it's a bug, just counterintuitive:

[flexcoders] Re: tilelist rowCount not working...

2009-06-24 Thread Tim Hoff
Assuming that the direction=horizontal, the rowCount should work; unless you are setting an explicit width and the number of items will spill into an additional row. They have to go somewhere, right? What happens if you remove the width property? -TH --- In flexcoders@yahoogroups.com,

Re: [flexcoders] Re: tilelist rowCount not working...

2009-06-24 Thread grimmwerks
Direction is horz., and it's at 100% within another view; but why would it have to spill into another row? Meaning it becomes a vertical scroll; if I'm not setting columnCount why would it not spill to the right and have a horizontal scroll? On Jun 24, 2009, at 4:53 PM, Tim Hoff wrote:

Re: [flexcoders] Re: tilelist rowCount not working...

2009-06-24 Thread grimmwerks
Ugh. It appears it's something inherent with Flex 3, was abandoned and fixed in F4. http://bugs.adobe.com/jira/browse/SDK-15335 On Jun 24, 2009, at 5:06 PM, grimmwerks wrote: Direction is horz., and it's at 100% within another view; but why would it have to spill into another row? Meaning

[flexcoders] Re: tilelist rowCount not working...

2009-06-24 Thread Tim Hoff
From the docs: rowCount Number of rows to be displayed. If the height of the component has been explicitly set, this property might not have any effect. -TH --- In flexcoders@yahoogroups.com, Tim Hoff timh...@... wrote: Assuming that the direction=horizontal, the rowCount should work;