Re: [flexcoders] Re: How can i make possible to keep user back in the same TAB..

2008-12-19 Thread koti reddy
. From: Tim Hoff To: flexcoders@yahoogroups.com Sent: Thursday, December 18, 2008 6:29:49 PM Subject: [flexcoders] Re: How can i make possible to keep user back in the same TAB.. Honestly, now I'm a little confused. The example below is for a TextInput control. Are you talking

[flexcoders] Re: How can i make possible to keep user back in the same TAB..

2008-12-19 Thread Tim Hoff
Nevermind, I see what you're talking about. Aaron's, link or the link lower in the page for the TabNavigator, sounds like it will work for you. -TH p.s. good stuff Aaron --- In flexcoders@yahoogroups.com, "Tim Hoff" wrote: > > > Honestly, now I'm a little confused. The example below is for a

[flexcoders] Re: How can i make possible to keep user back in the same TAB..

2008-12-18 Thread Tim Hoff
Honestly, now I'm a little confused. The example below is for a TextInput control. Are you talking about a keyboard tab? If so, you can use setFocus(). myTextInput.tabEnabled = false, for the other controls, may work too. If that's what you're asking. :) -TH --- In flexcoders@yahoogroups.co

[flexcoders] Re: How can i make possible to keep user back in the same TAB..

2008-12-18 Thread Tim Hoff
You could just disable the other tabs; until the user has saved the data. -TH --- In flexcoders@yahoogroups.com, "b.kotireddy" wrote: > > Hi, > > The below code is my one of the TAB from 4 tabs. Before leaving this > tab i need to evaluate the page, if user forgot to save his filled > data i ne