Ok thanks, i'm a newbie in the flex world. Please can you explain me, how to subclass and override drawSelectionIndicator ?
--- In [email protected], "Alex Harui" <[EMAIL PROTECTED]> wrote: > > The way to disable is to subclass and override drawSelectionIndicator > > > > ________________________________ > > From: [email protected] [mailto:[EMAIL PROTECTED] On > Behalf Of jmfillman > Sent: Thursday, April 10, 2008 2:42 PM > To: [email protected] > Subject: [flexcoders] Re: TileList and color of selected item > > > > I don't know that there is a way to disable it, however, you can > effectively do this by setting the selectionDuration to a number so > large it won't ever finish before another selection is made or the > application closed. For example: > > <mx:TileList id="myList" dataProvider="[]" dragEnabled="true" > width="200" useRollOver="false" columnCount="1" > selectionDuration="99999999999999999999999999999"> > > --- In [email protected] <mailto:flexcoders%40yahoogroups.com> > , "linkmatthias" <maize@> wrote: > > > > No, i want to disable the color, when you click on a tilelist item. > > if i use the same color like the tilelist bg color, i cannot use a > > alpha value for the tilelist :/ > > > > --- In [email protected] > <mailto:flexcoders%40yahoogroups.com> , "jmfillman" <jmfillman@> wrote: > > > > > > If I understand you correctly, you don't want the tile to be > > > highlighted when the mouse is over the tile. > > > > > > To do this, you can use either rollOverColor or themeColor, or > both, > > > depending on what you want. Set the color to the same as the > tileList > > > background color. > > > > > > --- In [email protected] > <mailto:flexcoders%40yahoogroups.com> , "linkmatthias" <maize@> wrote: > > > > > > > > Hey Guys, > > > > i have short question. > > > > how can i disable the color of a selected item in a tilelist ? > > > > selectable="false" doesn't work, because i want to drag the > item. > > > > i search for a property like useRollOver="false", but i didn't > find > > > > anything like this in the documentation. > > > > > > > > Greets, Matthias alias maize > > > > > > > > > >

