Hi,
cool randy, glad its fixed.
Note however that that is the solution the article posted before describes:)

greetz
JC


On 6/1/07, Randy Tinfow <[EMAIL PROTECTED]> wrote:

We'd tried this on our own with no success.

The brilliant Felix Turner gave us the simple solution:

Put the main combobox in a MC and everything else on the stage in a
different MC and always make sure the combobox MC is always on top.  Too
easy...

Thanks for all the suggestions.

RT



> -----Original Message-----
> From: [EMAIL PROTECTED]
> [mailto:[EMAIL PROTECTED] On Behalf Of Muzak
> Sent: Friday, June 01, 2007 12:36 PM
> To: flashcoders@chattyfig.figleaf.com
> Subject: Re: [Flashcoders] combo box problem
>
> 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
>
>
_______________________________________________
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

_______________________________________________
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