Thanx! Joan and Matt. -Keishichi
--- In [email protected], "joan_lynn" <[EMAIL PROTECTED]> wrote: > > This is a bug logged in our system and it should be fixed in upcoming > builds of Flex2. > > Joan > > --- In [email protected], "Matt Chotin" <[EMAIL PROTECTED]> wrote: > > > > 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: [email protected] > [mailto:[EMAIL PROTECTED] On > > Behalf Of keishichi2001 > > Sent: Monday, December 12, 2005 6:02 PM > > To: [email protected] > > Subject: [flexcoders] Re: columnCount prop doesn't work in > > TileList(Flex2.0) > > > > --- In [email protected], "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 [email protected], "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/

