Hi list...

I can't get a doLater working for a V2 ComboBox in a movieclip attached
to the stage (_root.mc.cb).

I want the doLater to call a function that lives in a subclass that's
been instanced by my singleton.
i.e.: _root.mc.cb.doLater(_root.singleton.subclass, "someFunction")

The help says: componentInstance.doLater(target, "function")
target: A reference to a timeline that contains the specified function.

I tried putting the function on the _root timeline, but that hasn't
worked either.  Any ideas are greatly appreciated.

Thanks,
- Michael M.
_______________________________________________
[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

Reply via email to