Thx much for the quick packaging. But this should work with just the files from the svn and FB's Source path, shouldn't it?
On 9/18/07, Doug McCune <[EMAIL PROTECTED]> wrote: > > Yeah, you need to download flexlib. I just updated the zip file to > include the CanvasButtonAccordionHeader component. Download it here: > http://code.google.com/p/flexlib/downloads/list > > > unzip that zip file, grab the flexlib.swc file out of the bin directory > that gets unzipped. Add that into your project directory and set the project > preferences panel to reference that SWC file. > > Doug > > > On 9/18/07, Steve Hueners <[EMAIL PROTECTED]> wrote: > > > > I seem to be missing a step in configuring my project's implementation > > of this [to Peter Griffinize my adulation] freak'n awesome component. > > > > Am told: > > Could not resolve <CanvasButtonAccordionHeader> to a component > > implementation. HeaderRenderer.mxml CanvasButtonAccodionHeader > > > > I've set a sourcepath but with no import being declared it isn't clear > > how/where sourcepath is referenced. given the http in the namespace is > > everything coming from flexlib? > > > > utmost thx > > --steve... > > > > > > On 9/18/07, Doug McCune <[EMAIL PROTECTED] <doug%40dougmccune.com>> > > wrote: > > > > > > > > > > > > > > > > > > > > > Aight, check this out: > > > > > > http://dougmccune.com/blog/2007/09/18/using-complex-headers-with-the-flex-accordion/ > > > > > > > > Doug > > > > > > > > > > > > On 9/17/07, Doug McCune <[EMAIL PROTECTED] <doug%40dougmccune.com>> > > wrote: > > > > I might try to do a full post about this soon, but you can try > > checking out the CanvasButton component in FlexLib. Basically this is a > > subclass of Button that works like Canvas, so you can easily add whatever > > children to it that you want. So you would use that to create your header > > renderer, which you can set as a header renderer because it actually > > subclasses Button. You can get the FlexLib components here: > > http://code.google.com/p/flexlib/ > > > > > > > > Hopefully that makes some sense. I'll try to write up a post soon > > since I've seen this question asked multiple times. > > > > > > > > Doug > > > > > > > > > > > > On 9/17/07, Alex Harui < [EMAIL PROTECTED] <aharui%40adobe.com>> > > wrote: > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > Yes, but you have to float buttons over the header. Someone may > > have done this already. > > > > > > > > > > > > > > > > > > > > ________________________________ > > > > > > > > > > > > From: [EMAIL PROTECTED] ups.com [mailto: flexcoders@ > > yahoogroups.com] On Behalf Of kundigee > > > > > > > > > > Sent: Monday, September 17, 2007 8:27 PM > > > > > To: [email protected] <flexcoders%40yahoogroups.com> > > > > > Subject: [flexcoders] Adding buttons to an Accordion header > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > I am dynamically creating an Accordion at run time. I place a new > > > > > panel in the Accordion which generates a new Accordion header that > > I > > > > > attribute an icon to. All good so far. I need to dynamically place > > +/- > > > > > buttons on the right side of each header to give the user the > > ability > > > > > to replicate, or delete the panel/Accordion component. I can't > > seem to > > > > > addChild to the header with a child button. The Accordion header > > is a > > > > > button itself and not a container. I started to create a custom > > MXML > > > > > module extending Button, which I intended to substitute via the > > > > > headerRenderer if I could work something out, but that also will > > not > > > > > allow me to drop anything onto the component, as it is not a > > container. > > > > > > > > > > Is there any way to do what I am trying to accomplish? > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > >

