How is this done? I am not certain what you mean. Thanks, Lee
--- In [email protected], "valdhor" <valdhorli...@...> wrote: > > One way is to extend the popup class and add your RPC calls to this class. > This way the popup itself can send and retrieve data. > > I do this all the time by extending FlexMDI (Part of FlexLib). > > > --- In [email protected], Dave Cates <dave.cates@> wrote: > > > > Hi all, > > > > I have an mxml component that I am displaying via the popup manager method. > > > > But, I have data that is sent to this popup that needs to be data bound > > database updates etc. > > > > So, how do you databind to the vars inside the popup? If the MXML component > > was on the stage as normal I¹d have no problems but the popup, my nature, is > > created at run-time. > > > > So is it possible and if so, how?! > > > > Thanks! > > Dave. > > >

