Yes, this is a bug in Flex2 for TileList not honoring columnCount when
you have height or width settings. It has been fixed internally, so you
should see the fix in subsequent builds.

Thanks,
Joan

-----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 --------------------~--> 
Get Bzzzy! (real tools to help you find a job). Welcome to the Sweet Life.
http://us.click.yahoo.com/KIlPFB/vlQLAA/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