So my issue, I think, is that Puremvc keeps things in memory longer
because it keeps references to your objects.  I was removing objects
from the screen then creating new ones but the old object were getting
hung up so it was referencing old objects.  So I name my objects
object.name="someSpecificNameBasedOnItsData" in my call to removeChild
I reference the objects name, then it knows specifically which one to
remove, rather than removeChild(objectReferencedByAVar);


Thanks, Jason

--- In [email protected], "flexaustin" <flexaus...@...> wrote:
>
> Alex, no they are not popups. I am building an app like google maps so
> the slider needs to remain on top and not be covered by a popup. 
> 
> I am trying to go back to creating component on screen instead of a
> popup, but getting a           DisplayObject not being removed from memory
> getting Error #2025
> 
> So I have on my main Application page 3 components:
> 
> Graph: displaylist[0]
> Menu: displaylist[1]
> vslider: displaylist[2]
> 
> I am trying to create a callout (can't use popup manager because popup
> needs to be between Graph and Menu (see above).
> 
> 
>  
> --- In [email protected], Alex Harui <aharui@> wrote:
> >
> > Hopefully the "always on top" components are also popups.  If not,
> they should be.  Then you can use
> systemManager.popUpChildren.setChildIndex to order them
> > 
> > Alex Harui
> > Flex SDK Developer
> > Adobe Systems Inc.<http://www.adobe.com/>
> > Blog: http://blogs.adobe.com/aharui
> > 
> > From: [email protected] [mailto:[email protected]]
> On Behalf Of flexaustin
> > Sent: Wednesday, February 25, 2009 7:17 PM
> > To: [email protected]
> > Subject: [flexcoders] Re: ToolTip stay until closed
> > 
> > 
> > Ok ran into an issue. FIG Callout works great as a Popup, but the
> > issue is I have two components on the stage that need to stay on top
> > at all times. Is there a way to push the popup down 2 levels on the
> > DisplayList?
> > 
> > TIA
> > 
> > --- In
> [email protected]<mailto:flexcoders%40yahoogroups.com>,
> "flexaustin" <flexaustin@> wrote:
> > >
> > > Yes very very nice! Thanks, for the link.
> > >
> > >
> > >
> > > --- In
> [email protected]<mailto:flexcoders%40yahoogroups.com>, "Cato
> Paus" <cato1@> wrote:
> > > >
> > > > Here is a Nice one :)
> > > > http://www.adobe.com/devnet/flex/samples/fig_callout/
> > > >
> > > >
> > > >
> > > >
> > > > --- In
> [email protected]<mailto:flexcoders%40yahoogroups.com>,
> "flexaustin" <flexaustin@> wrote:
> > > > >
> > > > > Is it possible to make a tooltip stay on until its closed?
> > Maybe put
> > > > > an "x" in the top right corner or something.
> > > > >
> > > > > I don't see any properties that allow it to remain, guessing I
> will
> > > > > need to customize it? Maybe tooltip won't let you do this at
all?
> > > > >
> > > > > TIA
> > > > >
> > > >
> > >
> >
>


Reply via email to