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.ca...@...> 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. >

