All - thanks for your help.  It is a bug with Adobe - here is the url.

http://bugs.adobe.com/jira/browse/SDK-17120

Hyder mentioned at the very beginning of the thread - thanks....

--- In flexcoders@yahoogroups.com, "donald_d_hook" <[EMAIL PROTECTED]> 
wrote:
>
> _rico - you may be right.  Thanks!
> 
> 
> --- In flexcoders@yahoogroups.com, "rleuthold" <rleuthold@> wrote:
> >
> > Maybe the issue is related to this bug - 
> http://bugs.adobe.com/jira/browse/SDK-15974
> > 
> > _rico
> > 
> > --- In flexcoders@yahoogroups.com, "donald_d_hook" 
<donald_d_hook@> 
> wrote:
> > >
> > > Tracy - thanks - thats what I have started to do...
> > > 
> > > I appreciate the feedback from you and everyone else - thanks!
> > > 
> > > --- In flexcoders@yahoogroups.com, "Tracy Spratt" <tspratt@> 
> wrote:
> > > >
> > > > This is definitely not normal behavior, so you must have 
> something
> > > > unusual going on.  We haven't seen any code so we are just 
> stabbing 
> > > in
> > > > the dark.
> > > > 
> > > >  
> > > > 
> > > > Rip out everything until it works, start adding it back til it 
> > > breaks.
> > > > 
> > > >  
> > > > 
> > > > Tracy
> > > > 
> > > >  
> > > > 
> > > > ________________________________
> > > > 
> > > > From: flexcoders@yahoogroups.com 
> [mailto:[EMAIL PROTECTED] 
> > > On
> > > > Behalf Of Tim Hoff
> > > > Sent: Friday, September 26, 2008 12:52 PM
> > > > To: flexcoders@yahoogroups.com
> > > > Subject: [flexcoders] Re: TabNavigator - have to click twice 
on 
> tab 
> > > to
> > > > display page
> > > > 
> > > >  
> > > > 
> > > > 
> > > > So, when you click the 2nd tab, does the 2nd tab remain 
> selected, or
> > > > does it switch back to the first tab? If it stays on the 2nd 
> tab, 
> > > are
> > > > you still seeing the content from the first tab, or is it just 
> > > blank;
> > > > until you click the 2nd tab again?
> > > > 
> > > > -TH
> > > > 
> > > > --- In flexcoders@yahoogroups.com 
> > > <mailto:flexcoders%40yahoogroups.com>
> > > > , "donald_d_hook" <donald_d_hook@>
> > > > wrote:
> > > > >
> > > > > TH -
> > > > >
> > > > > No, I m not doing that, thats what I thought it was 
> originally.
> > > > >
> > > > > Thanks
> > > > >
> > > > > --- In flexcoders@yahoogroups.com
> > > > <mailto:flexcoders%40yahoogroups.com> , "Tim Hoff" TimHoff@ 
> wrote:
> > > > > >
> > > > > >
> > > > > > Cool, one other thing to check would be if you are 
manually 
> > > setting
> > > > > the
> > > > > > selectedIndex of the TabNavigator anywhere. Just guessing 
> > > though;
> > > > > > without seeing the code.
> > > > > >
> > > > > > -TH
> > > > > >
> > > > > > --- In flexcoders@yahoogroups.com
> > > > <mailto:flexcoders%40yahoogroups.com> , "donald_d_hook" 
> > > <donald_d_hook@>
> > > > > > wrote:
> > > > > > >
> > > > > > > TH -
> > > > > > >
> > > > > > > THanks - I will give it a shot and see.
> > > > > > >
> > > > > > >
> > > > > > > --- In flexcoders@yahoogroups.com
> > > > <mailto:flexcoders%40yahoogroups.com> , "Tim Hoff" TimHoff@ 
> wrote:
> > > > > > > >
> > > > > > > >
> > > > > > > > Sounds suspiciously like a callLater() solution. Have 
> you 
> > > tested
> > > > > > > > whether the creationComplete event is actually firing, 
> > > before
> > > > > you
> > > > > > > click
> > > > > > > > tab2, for all of the child components? Sometimes not 
> setting 
> > > the
> > > > > > > data,
> > > > > > > > in a timely fashion, can also make a view appear 
blank.
> > > > > > > >
> > > > > > > > -TH
> > > > > > > >
> > > > > > > > --- In flexcoders@yahoogroups.com
> > > > <mailto:flexcoders%40yahoogroups.com> , Manu Dhanda 
> > > <manuraj.dhanda@>
> > > > > > > > wrote:
> > > > > > > > >
> > > > > > > > >
> > > > > > > > > Hi Tracy,
> > > > > > > > >
> > > > > > > > > It's really an issue with TabNavigator and we had 
> faced 
> > > it.
> > > > > > > > > I won't say that I need to click the tab twice, but 
I 
> need 
> > > to
> > > > > > > switch
> > > > > > > > back to
> > > > > > > > > Tab1 and then come back to Tab2 to see the content 
on 
> my 
> > > 2nd
> > > > > Tab.
> > > > > > > > >
> > > > > > > > > And yes, already tried with creationPolicy='all', 
but 
> it 
> > > din't
> > > > > > > worked.
> > > > > > > > >
> > > > > > > > > -Manu.
> > > > > > > > >
> > > > > > > > >
> > > > > > > > > Tracy Spratt wrote:
> > > > > > > > > >
> > > > > > > > > > Are you programatically doing anything with the 
> content 
> > > of
> > > > > tab
> > > > > > > 2?
> > > > > > > > > >
> > > > > > > > > >
> > > > > > > > > >
> > > > > > > > > > Do you understand about deferred instantiation and
> > > > > > > creationPolicy?
> > > > > > > > > >
> > > > > > > > > >
> > > > > > > > > >
> > > > > > > > > > Tracy
> > > > > > > > > >
> > > > > > > > > >
> > > > > > > > > >
> > > > > > > > > > ________________________________
> > > > > > > > > >
> > > > > > > > > > From: flexcoders@yahoogroups.com
> > > > <mailto:flexcoders%40yahoogroups.com> 
> > > > > > > [mailto:flexcoders@yahoogroups.com
> > > > <mailto:flexcoders%40yahoogroups.com> ]
> > > > > > > > On
> > > > > > > > > > Behalf Of donald_d_hook
> > > > > > > > > > Sent: Thursday, September 25, 2008 2:15 PM
> > > > > > > > > > To: flexcoders@yahoogroups.com
> > > > <mailto:flexcoders%40yahoogroups.com> 
> > > > > > > > > > Subject: [flexcoders] TabNavigator - have to click 
> twice 
> > > on
> > > > > tab
> > > > > > > to
> > > > > > > > > > display page
> > > > > > > > > >
> > > > > > > > > >
> > > > > > > > > >
> > > > > > > > > > I have a tab navigator with 3 tabs. Each tab has a 
> > > canvas
> > > > > with
> > > > > > > > > > several components on it. when the page is 
> displayed, 
> > > you
> > > > > see
> > > > > > > the
> > > > > > > > 1st
> > > > > > > > > > tab. When I navigate to the 2nd tab, I have to 
click 
> the 
> > > 2nd
> > > > > tab
> > > > > > > > > > twice in order to view the contents of the tab. It 
> looks
> > > > > like
> > > > > > > the
> > > > > > > > > > first click on the 2nd tab goes back to the first 
> tab, 
> > > then
> > > > > the
> > > > > > > 2nd
> > > > > > > > > > click displays the contents of the 2nd tab.
> > > > > > > > > >
> > > > > > > > > > Was wondering if anyone has experienced this 
> behavior 
> > > and
> > > > > > > wondering
> > > > > > > > > > what I am doing wrong.
> > > > > > > > > >
> > > > > > > > > > Thanks in advance.
> > > > > > > > > >
> > > > > > > > > >
> > > > > > > > > >
> > > > > > > > > >
> > > > > > > > > >
> > > > > > > > >
> > > > > > > > > --
> > > > > > > > > View this message in context:
> > > > > > > > http://www.nabble.com/TabNavigator---have-to-click-
> twice-on-
> > > tab-
> > > > <http://www.nabble.com/TabNavigator---have-to-click-twice-on-
> tab-> 
> > > > > to-
> > > > > > > displ\
> > > > > > > > ay-page-tp19675428p19681501.html
> > > > > > > > > Sent from the FlexCoders mailing list archive at 
> > > Nabble.com.
> > > > > > > > >
> > > > > > > >
> > > > > > >
> > > > > >
> > > > >
> > > >
> > >
> >
>



Reply via email to