I have no idea how you would use Catalyst - I haven't used it.

I know you can't embed an MXML file like you are trying. You may like to peruse 
the archives of this list as I seem to remember seeing something like this 
before. Perhaps compiling your MXML file to a SWF and embedding that may help.

I will leave this to people more in the know about skinning.

--- In [email protected], "hgnowhg" <hgno...@...> wrote:
>
> 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" <valdhorlists@> 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!
> > >
> >
>


Reply via email to