Couple of things-
I have a mxml component that extends VBox . When i launch this component
as a popup using :

PopUpManager.createPopUp(parent,ManageEvents,true);

Now in this component I have some validation, as its basically a form
popped up on top of the app. So if you havent selected something it throws
an Alert using :

var alertWindow= Alert.show("Please select an event type" "Warning!",
1,this);


The alert window replaces the popped up component, rather than show on top
of it. I even tried PopUpManager.bringToFront ( alertWindow )- a
suggestion I was given. No go.

Am I missing something?

Also each time I launch the component - it retains the items from the last
time i launched and used it ( like populated text fields ), and you see
this visibly redraw. Anyways to get rid of that?

Thanks- Stacey




------------------------ Yahoo! Groups Sponsor --------------------~--> 
Great things are happening at Yahoo! Groups.  See the new email design.
http://us.click.yahoo.com/TISQkA/hOaOAA/yQLSAA/nhFolB/TM
--------------------------------------------------------------------~-> 

--
Flexcoders Mailing List
FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com 
Yahoo! Groups Links

<*> To visit your group on the web, go to:
    http://groups.yahoo.com/group/flexcoders/

<*> To unsubscribe from this group, send an email to:
    [EMAIL PROTECTED]

<*> Your use of Yahoo! Groups is subject to:
    http://docs.yahoo.com/info/terms/
 


Reply via email to