thank you. Yeah, I've seen those but how do I use something created in catalyst? It gives me a bunch of mxml files that replace the jpeg or png files you'd normally have. How do I use those? I get an error w/ this:
upArrowSkin: Embed(source="../assets/scrollUpArrow2.mxml"); but when I replace it w/ a .png file there are no problems. --- In [email protected], "valdhor" <valdhorli...@...> wrote: > > Check these two sites out for good examples of custom scrollbars for > datagrids... > > http://www.switchonthecode.com/tutorials/flex-fun-advanced-datagrid-topics > > http://www.pixelbox.net/2008/06/02/skinning-scrollbars-in-flex-3/ > > > > --- In [email protected], "hgnowhg" <hgnowhg@> wrote: > > > > newbie here, using flex 4. > > > > I've seen many posts about creating custom components but none really > > explain how to use them in a text box or datagrid. How do I use my custom > > scrollbar in a datagrid? > > > > In my mxml application I have in the opening application tag the following: > > > > xmlns:custom="org.custom.*" > > > > In my datagrid, I've tryed setting verticalScrollBarStyleName to my > > component's name, which is "customSroll". I have no idea where to go from > > here. > > > > thx! > > >

