[flexcoders] Re: PopUp removal

2007-12-20 Thread rueter007
pass in popup A as a variable instance into popup B and call PopUpManager.removePopUp(parentInstance) - venkat http://www.venkatj.com --- In flexcoders@yahoogroups.com, "candysmate" <[EMAIL PROTECTED]> wrote: > > My popup A opens popup B. Upon item selection within popup B I want to > close both

[flexcoders] Re: PopUp removal

2007-12-20 Thread candysmate
--- In flexcoders@yahoogroups.com, "rueter007" <[EMAIL PROTECTED]> wrote: > > pass in popup A as a variable instance into popup B and call > PopUpManager.removePopUp(parentInstance) > > - venkat Much appreciated Venkat - many thanks!