import mx.managers.DepthManager;
import mx.controls.ComboBox;

var _cb:ComboBox = ComboBox(createClassChildAtDepth(ComboBox, 
DepthManager.kTop));
trace(_cb.getDepth());

regards,
Muzak

----- Original Message ----- 
From: "Randy Tinfow" <[EMAIL PROTECTED]>
To: <flashcoders@chattyfig.figleaf.com>
Sent: Friday, June 01, 2007 4:50 PM
Subject: RE: [Flashcoders] combo box problem


> Don't use getNextHighestDepth() when using the v2 component framework.
> Use the DepthManager.

Tried following the DepthManager syntax from the help, but can't get it
to work.  Can't find any references to more assitance via Google.

Do you have any links to useful documentation for the DepthManager
class?

Thank you very much.  We're ready to pull our hair out here.

RT


_______________________________________________
Flashcoders@chattyfig.figleaf.com
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

Reply via email to