I'll check that out. I did find some info in my "Flex 2 Training From The Source" book.. turned out I was creating the popup window wrong...
The way I was doing it.... detailsWindow = PopUpManager.createPopUp(this,EntityDetails,true); New way: detailsWindow = EntityDetails(PopUpManager.createPopUp (this,EntityDetails,true)); Apparenntly, that helps the compiler understand the public variables and public functions of the EntityDetails component.... Rick On 3/8/07, Craig Drabik <[EMAIL PROTECTED]> wrote: > > Have a look at Jeff Tapper's Actionscript data manager. You should be > able to find it from his blog at http://jeff.mxdj.com > > ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Upgrade to Adobe ColdFusion MX7 The most significant release in over 10 years. Upgrade & see new features. http://www.adobe.com/products/coldfusion Archive: http://www.houseoffusion.com/groups/Flex/message.cfm/messageid:3703 Subscription: http://www.houseoffusion.com/groups/Flex/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.37
