If your test case is that simple it may be that TileList has a bug.  

It mostly worked when I just tested it on a local build now, though I
noticed that it was off by one at first and required a slight resize to
get correct (it showed 6 instead of 7).

Matt

-----Original Message-----
From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On
Behalf Of keishichi2001
Sent: Monday, December 12, 2005 6:02 PM
To: flexcoders@yahoogroups.com
Subject: [flexcoders] Re: columnCount prop doesn't work in
TileList(Flex2.0)

--- In flexcoders@yahoogroups.com, "keishichi2001"
<[EMAIL PROTECTED]> wrote:
>
> any info?
> 
In case if you guys are confused with my explanation, i would explain
it more simply....

<mx:TileList id="tl_month" width="100%" height="100%" columnCount="7"
...
</mx:TileList>

With above code, the TileList should have 7 columns, but 4 columns...

Is it a bug on Flex2?


-k


> -k
> 
> --- In flexcoders@yahoogroups.com, "keishichi2001"
> <[EMAIL PROTECTED]> wrote:
> >
> > My application has a TileList as following.
> > 
> > <mx:TileList id="tl_month" width="100%" height="100%"
columnCount="7"
> > borderStyle="none" dataProvider="{myService.getData.result}"
> > listItemRenderer="myCellRenderer" showEffect="Dissolve" >
> > 
> > myCellRenders is a custom component based on Canvas, and it has no
> > definition both on height and width.
> > 
> > The problem is, the TileList displays only 4 columns and 5th element
> > is displayed in next row.
> > I want that to be showed as 7 x N.
> > 
> > Note that the TileList shows a monthly calendar.
> > 
> > 
> > Thanks,
> > Keishichi
> >
>









--
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



 




------------------------ 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/
 


Reply via email to