Re: [flexcoders] Using an Alert when handling another event?

2009-02-23 Thread Laurent Cozic
ozic Flash, Flex and Web Application development http://pogopixels.com --- On Sat, 2/21/09, lanekelly5 wrote: From: lanekelly5 Subject: [flexcoders] Using an Alert when handling another event? To: flexcoders@yahoogroups.com Date: Saturday, February 21, 2009, 10:18 PM

[flexcoders] Using an Alert when handling another event?

2009-02-23 Thread lanekelly5
I'm using a SuperTabNavigator control from the flexlib package. When the user clicks on the close button for a tab it fires the tabClose event. I have specified a handler for this in the mxml for the SuperTabNavigator component: tabClose="confirmTabDelete(event);" In the confirmTabDelete fun