[flexcoders] TabNavigator - have to click twice on tab to display page

2008-09-25 Thread donald_d_hook
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.



[flexcoders] TabNavigator - have to click twice on tab to display page

2008-09-25 Thread donald_d_hook
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.



Re: [flexcoders] TabNavigator - have to click twice on tab to display page

2008-09-25 Thread Sajid Hussain
I have this same issue with super tab navigator .I left this for my pending 
work but it seems to be genral fix like tab navigators on click event and 
settign up our required tab .
furhter this forum is full of gurus 


  

RE: [flexcoders] TabNavigator - have to click twice on tab to display page

2008-09-25 Thread Tracy Spratt
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:[EMAIL PROTECTED] On
Behalf Of donald_d_hook
Sent: Thursday, September 25, 2008 2:15 PM
To: flexcoders@yahoogroups.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.

 



RE: [flexcoders] TabNavigator - have to click twice on tab to display page

2008-09-25 Thread Manu Dhanda

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:[EMAIL PROTECTED] On
 Behalf Of donald_d_hook
 Sent: Thursday, September 25, 2008 2:15 PM
 To: flexcoders@yahoogroups.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-to-display-page-tp19675428p19681501.html
Sent from the FlexCoders mailing list archive at Nabble.com.