Heres an image of my icons which is basically what I'm after. http://i223.photobucket.com/albums/dd147/jimmyoneshot/theicons.jpg
The only difference is these are all just static ones I put in myself, now I need them to be dynamic i.e. the user can add and remove icons which is why I need it to resize. I've found a way of getting a tilelist to autoresize but there is a problem witrh this. I also want them to have a glow effect as you can see there. In that last version on application complete all of those images were converted to greyscale then got converted to color when each one was hovered over. I need to achieve this same effect again but I'm not sure if a tilelist can achieve this either as it simply has that dull blue theme box. I know this box can be removed using actionscript but how can one add in the glow effect to a tilelist hovered over item? --- In [email protected], "valdhor" <valdhorli...@...> wrote: > > Take a look at SuperTabNavigator which is part of FlexLib > (http://code.google.com/p/flexlib/). From your description, it looks like it > would do the trick. > > --- In [email protected], "James" <garymoorcroft_ict@> wrote: > > > > I'm lost as to what component to use for navigation within my application. > > Across the top of my app I want something which horizontally displays a > > list of categories which the user can click to select. This is fine if I > > use a tilelist but I also want to allow my client to add and remove > > categories and for the width of the component to adjust so that new > > categories fit in but it seems impossible to apply <fit to content> to a > > tilelist the way you can to a hbox which obviously means scrollbars will > > appear and if you switch the scroll policy off this simply means any added > > categories won't be visible if they are past the set width. > > > > If a hbox had a selecteditem property that would be perfect. Is there any > > such way of getting a component to work like this? > > >

