Wish I could. The error has mysteriously disappeared and the component is now working.
Thanks -- David --- In [email protected], "Doug S." <doug.sar...@...> wrote: > > Can you post your code for the popup? > > --- In [email protected], "stldvd" <stldvd@> wrote: > > > > I've got some UI text fields and labels bound to properties in my model. > > > > I'm dispatching an event which, when listened to, causes a popup to > > appear: > > > > var newRulesetWindow:IFlexDisplayObject = > > PopUpManager.createPopUp(this, NewRuleset, true); > > mx.managers.PopUpManager.centerPopUp(newRulesetWindow); > > > > The popup appears fine, but there is no data loaded from the model. > > I've stepped through the code and this is what appears to be > > happening. I've got an instance of my model (instance named _model) > > declared in the components that need it. But for some reason, after > > those components' code has finished, I'm getting the following error > > from UIComponent.as: > > > > private function callLaterDispatcher(event:Event):void > > No such variable: _model > > > > So it isn't seeing it in this callLaterDispatcher. I'm not sure how to > > get around this -- the _model instance is declared correctly in all my > > components, but isn't being seen in the UIComponent. > > > > Anyone know what to do? > > > > Thanks, > > > > David > > >

