Title: creationPolicy="queued" only works in application mxml?

Hi,

Just wanted to make sure I'm not missing something.  I tried changing the Flex doc example
at

http://livedocs.macromedia.com/flex/15/flex_docs_en/00001152.htm

to

application.mxml...

<mx:Application xmlns:mx="http://www.macromedia.com/2003/mxml"
        xmlns="*"
>
        <container/>
</mx:Application>

container.mxml....

<mx:VBox xmlns:mx="http://www.macromedia.com/2003/mxml">
   <mx:Panel id="panel1" creationPolicy="queued">
      <mx:Button id="button1a" />
      <mx:Button id="button1b" />
   </mx:Panel>

   <mx:Panel id="panel2" creationPolicy="queued">
      <mx:Button id="button2a" />
      <mx:Button id="button2b" />
   </mx:Panel>

   <mx:Panel id="panel3" creationPolicy="queued">
      <mx:Button id="button3a" />
      <mx:Button id="button3b" />
   </mx:Panel>
</mx:VBox>

and all of a sudden the panel children aren't created.  Am I missing something or
can you only use the "queued" creationPolicy at the application level?

Cheers,
Paul.




~~-------
This e-mail may contain confidential information. If you are not the intended recipient, please notify the sender immediately and delete this e-mail from your system. You must not disclose this e-mail to anyone without express permission from the sender. The contents of all e-mails sent to and received from Optus may be scanned, stored, or disclosed to others at Optus discretion.

Optus has exercised care to avoid errors in the information contained in this e-mail but does not warrant that the information is error or omission free. The information (including any pricing information) contained in this e-mail is subject to change. This e-mail is not a quotation or proposal and no contractual obligations arise until you and Optus sign a formal written contract or formal variation to your existing contract.

Any pricing contained in this e-mail is exclusive of GST unless otherwise stated.
********************************************************************


--
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




Reply via email to