Has anyone encountered vanishing Accordion Labels? Comment out the
loadMovie and the labels appear on the accordion as expected. Uncomment
the loadMovie and the labels disappear...
Here's the AS...imports and var declarations omitted for brevity
//Import Controls/Containers/Classes/Packages
import mx.controls.*;
import mx.containers.Accordion;
import mx.core.View;
//The user interface components
private var shopping_acc:Accordion;
// Create Cart Data Grid
shopping_acc = container_mc.createClassObject(Accordion, "shopping_acc",
depth++);
//Set Size
shopping_acc.setSize(150, 415)
//Create Accordion Children
var cart_obj:Object = shopping_acc.createChild(View, "cart",
{label:"Shopping Cart", icon: "cartIcon"});
var options_obj:Object = shopping_acc.createChild(View, "options",
{label:"Stuff You're Configuring", icon: "wrenchIcon"});
//Load
cart_obj.loadMovie("wgShoppingCartView.swf");
options_obj.loadMovie("wgSelectedOptionsView.swf");
Sincerely,
Matthew Simpson
Senior U.I. Engineer
SmartEquip Inc.
203.604.1309
[EMAIL PROTECTED] <mailto:[EMAIL PROTECTED]>
This e-mail, including attachments, is covered by the Electronic
Communications Privacy Act, 18 U.S.C. 2510-2521, is confidential, and
may be legally privileged. If you are not the intended recipient, you
are hereby notified that any retention, dissemination, distribution, or
copying of this communication is strictly prohibited. Please reply to
the sender that you have received the message in error, and then please
delete it. Thank you.
_______________________________________________
[email protected]
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders
Brought to you by Fig Leaf Software
Premier Authorized Adobe Consulting and Training
http://www.figleaf.com
http://training.figleaf.com