[flexcoders] AccordionHeader

2006-10-12 Thread Maciek Wciƛlik
Hi list,

I want to have custom Accordion header (found Waldo Smith old 
implementation - doesn't work in new Flex2) with two controls in it - 
Button which controls Accordion behavior (as normal AccordionHeader), 
and CheckBox to do something else.
Does anybody did somethinglike that?
br
maciek


--
Flexcoders Mailing List
FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com 
Yahoo! Groups Links

<*> To visit your group on the web, go to:
http://groups.yahoo.com/group/flexcoders/

<*> Your email settings:
Individual Email | Traditional

<*> To change settings online go to:
http://groups.yahoo.com/group/flexcoders/join
(Yahoo! ID required)

<*> To change settings via email:
mailto:[EMAIL PROTECTED] 
mailto:[EMAIL PROTECTED]

<*> To unsubscribe from this group, send an email to:
[EMAIL PROTECTED]

<*> Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/
 



[flexcoders] AccordionHeader Binding

2008-07-04 Thread linkmatthias
Hello Guys,

today i had a problem with the accordion component.
i want to bind the "y" property of a canvas to the "y" property of a
individual accordionheader.
after initialisiation the binding works fine, but if i click on an
accordionheader the binding get lost and the canvas don't follow the
accordioheader.

here the code to unterstand better my problem:


http://www.adobe.com/2006/mxml";
layout="absolute" creationComplete="init()">
































And here is the online demo:

http://www.maize.de/flexforum/AccordionHeaderBinding/AccordionHeaderBinding.html

Greets, Matthias