I still don't understand.  If you only have one popup, what should
back/forward do?
 
Please investigate the third-party UrlKit for back/forward.  In Flex 3,
it will be BrowserManager.
 
Feel free to ask questions both in english and follow with a copy in
your native language.  There are some good translators on this forum.
 
-Alex

________________________________

From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On
Behalf Of Rodrigo Pereira Fraga
Sent: Monday, August 27, 2007 7:36 AM
To: flexcoders@yahoogroups.com
Subject: [flexcoders] Re: Verify an Object in Memory.



the problem to verify instancia in the memory already I solved, 
Thanks Alex!!
\o/

but... somebody has idea of as can make the navigation?

--- In flexcoders@yahoogroups.com <mailto:flexcoders%40yahoogroups.com>
, "Rodrigo Pereira Fraga" 
<[EMAIL PROTECTED]> wrote:
>
> Excuses, but I expressed myself badly. 
> 
> Problem 1:
> ----------
> 
> I have a PopUp (myPopUpWindow), and only he can have, one instance. 
> thus, I make:
> 
> if (myPopUpWindow! = instancied) {
> showMyPopWindow;
> }
> 
> ....
> 
> Poblem 2:
> ---------
> What I need to make, is the navigation between windows (PopUp's).
> you know the button "Back" and "forward" of the Explorer?
> 
> 
> The logic of navigation until already I mounted, but I do not know 
> what to call when the button "back" or "forward" will be pressed.
> 
> Thanks!
> 
> 
> 
> 
> 
> 
> --- In flexcoders@yahoogroups.com
<mailto:flexcoders%40yahoogroups.com> , "Alex Harui" <aharui@> wrote:
> >
> > Not sure I understand.
> > 
> > Do you want to know if a class had an instance made from it? I'd 
> put a
> > static variable like a counter in the constructor.
> > 
> > Do you want to use keyboard to switch between a Flash App and 
> Windows?
> > Or between popups in a Flex app? Or use the mouse to switch 
> Windows?
> > Flex handles mouse switching, but you probably can't get at alt-
tab 
> and
> > maybe not ctrl-tab either.
> > 
> > ________________________________
> > 
> > From: flexcoders@yahoogroups.com
<mailto:flexcoders%40yahoogroups.com>  
> [mailto:flexcoders@yahoogroups.com
<mailto:flexcoders%40yahoogroups.com> ] On
> > Behalf Of Rodrigo Pereira Fraga
> > Sent: Sunday, August 26, 2007 6:47 PM
> > To: flexcoders@yahoogroups.com <mailto:flexcoders%40yahoogroups.com>

> > Subject: [flexcoders] Verify an Object in Memory.
> > 
> > 
> > 
> > how I can verify if an Object was instancied, (mxml or as3)?
> > 
> > and.. i need to make the logic to advance and to back of the 
> windows 
> > common in MSWindows...
> > somebody has an idea of which would be the best solution?
> > 
> > Good Week!
> > Thanks!
> >
>



 

Reply via email to