RE: [flexcoders] Question about accordions

2005-09-15 Thread Abdul Qabiz
l From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of [EMAIL PROTECTED]Sent: Thursday, September 15, 2005 7:54 PMTo: flexcoders@yahoogroups.comSubject: Re: [flexcoders] Question about accordions Well I put in creationPolicy= ”all” in the accordion tag right after the widt

Re: [flexcoders] Question about accordions

2005-09-15 Thread nostra72
Well I put in creationPolicy= ”all” in the accordion tag right after the width and I got an error message that says open quote is expected for Attribute "creationPolicy". -- Flexcoders Mailing List FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt Search Archives: http:/

RE: [flexcoders] Question about accordions

2005-09-14 Thread Tracy Spratt
You may be seeing a deferred instantiation effect.  In an accordion, or viewstack, and several others, a cild view is not instantiated, and does not exist at all, until you first click on the header to view it.   The quick fix is to set creationPolicy=”all” on the accordion tag.   If