Re: [flexcoders] Deselecting a Tab ??

2006-07-21 Thread Rich Tretola
Well I took a different approach but here it is:
http://www.everythingflex.com/blog/1/2006/07/MultiRowTabs.cfm

Rich

On 7/20/06, Ralf Bokelberg [EMAIL PROTECTED] wrote:
 You can override it, but you can't change the internal _selectedIndex,
 so it's useless.

 Found another solution though:

 tabNavigator.getTabAt(tn.selectedIndex).selected=false;

 Cheers,
 Ralf.




 On 7/20/06, Tom Chiverton [EMAIL PROTECTED] wrote:
  On Thursday 20 July 2006 15:26, Ralf Bokelberg wrote:
   Unfortunately _selectedIndex is private, so we are not able to assign
 
  Can you not use
  override public set selectedIndex()
  ?
 
  --
  Tom Chiverton
 
  
 
  This email is sent for and on behalf of Halliwells LLP.
 
  Halliwells LLP is a limited liability partnership registered in England and 
  Wales under registered number OC307980 whose registered office address is 
  at St James's Court Brown Street Manchester M2 2JF.  A list of members is 
  available for inspection at the registered office. Any reference to a 
  partner in relation to Halliwells LLP means a member of Halliwells LLP. 
  Regulated by the Law Society.
 
  CONFIDENTIALITY
 
  This email is intended only for the use of the addressee named above and 
  may be confidential or legally privileged.  If you are not the addressee 
  you must not read it and must not use any information contained in nor copy 
  it nor inform any person other than Halliwells LLP or the addressee of its 
  existence or contents.  If you have received this email in error please 
  delete it and notify Halliwells LLP IT Department on 0870 365 8008.
 
  For more information about Halliwells LLP visit www.halliwells.com.
 
 
 
 
  --
  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
 
 
 
 
 
 
 


 --
 Ralf Bokelberg [EMAIL PROTECTED]
 Flex  Flash Consultant based in Cologne/Germany



 --
 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










-- 
Rich Tretola
mx:EverythingFlex/
http://www.EverythingFlex.com


 Yahoo! Groups Sponsor ~-- 
Yahoo! Groups gets a make over. See the new email design.
http://us.click.yahoo.com/XISQkA/lOaOAA/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/
 





[flexcoders] Deselecting a Tab ??

2006-07-20 Thread Rich Tretola



Has anyone found a workaround for deselecting a tab in a Flex 2 TabNavigator?To avaoid rehashing what has been tried, none of the following work:selectedIndex = nullselectedIndex = 0selectedIndex = -1
selectedChild = nullAny other ideas?Rich


__._,_.___





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








   






  
  
SPONSORED LINKS
  
  
  

Web site design development
  
  
Computer software development
  
  
Software design and development
  
  


Macromedia flex
  
  
Software development best practice
  

   
  







  
  
  YAHOO! GROUPS LINKS



  Visit your group "flexcoders" on the web.
  To unsubscribe from this group, send an email to:[EMAIL PROTECTED]
  Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.



  






__,_._,___



Re: [flexcoders] Deselecting a Tab ??

2006-07-20 Thread Ralf Bokelberg



NaN maybe? 
Cheers,
Ralf. On 7/20/06, Rich Tretola [EMAIL PROTECTED] wrote:



Has anyone found a workaround for deselecting a tab in a Flex 2 TabNavigator?To avaoid rehashing what has been tried, none of the following work:selectedIndex = nullselectedIndex = 0selectedIndex = -1
selectedChild = nullAny other ideas?Rich





-- Ralf Bokelberg [EMAIL PROTECTED]Flex  Flash Consultant based in Cologne/Germany

__._,_.___





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








   






  
  
SPONSORED LINKS
  
  
  

Web site design development
  
  
Computer software development
  
  
Software design and development
  
  


Macromedia flex
  
  
Software development best practice
  

   
  







  
  
  YAHOO! GROUPS LINKS



  Visit your group "flexcoders" on the web.
  To unsubscribe from this group, send an email to:[EMAIL PROTECTED]
  Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.



  






__,_._,___



Re: [flexcoders] Deselecting a Tab ??

2006-07-20 Thread Tom Chiverton
On Thursday 20 July 2006 11:48, Rich Tretola wrote:
 Has anyone found a workaround for deselecting a tab in a Flex 2
 TabNavigator?

If you are saying that setting the selectedIndex of a tabnavigator doesn't 
work, we're going to need some code to convince us.

-- 
Tom Chiverton



This email is sent for and on behalf of Halliwells LLP.

Halliwells LLP is a limited liability partnership registered in England and 
Wales under registered number OC307980 whose registered office address is at St 
James's Court Brown Street Manchester M2 2JF.  A list of members is available 
for inspection at the registered office. Any reference to a partner in relation 
to Halliwells LLP means a member of Halliwells LLP. Regulated by the Law 
Society.

CONFIDENTIALITY

This email is intended only for the use of the addressee named above and may be 
confidential or legally privileged.  If you are not the addressee you must not 
read it and must not use any information contained in nor copy it nor inform 
any person other than Halliwells LLP or the addressee of its existence or 
contents.  If you have received this email in error please delete it and notify 
Halliwells LLP IT Department on 0870 365 8008.

For more information about Halliwells LLP visit www.halliwells.com.



 Yahoo! Groups Sponsor ~-- 
Yahoo! Groups gets a make over. See the new email design.
http://us.click.yahoo.com/XISQkA/lOaOAA/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/
 




Re: [flexcoders] Deselecting a Tab ??

2006-07-20 Thread Rich Tretola



Nope, tried that as well. That won't even compile.On 7/20/06, Ralf Bokelberg [EMAIL PROTECTED]
 wrote:


NaN maybe? 
Cheers,
Ralf. On 7/20/06, Rich Tretola 
[EMAIL PROTECTED] wrote:



Has anyone found a workaround for deselecting a tab in a Flex 2 TabNavigator?To avaoid rehashing what has been tried, none of the following work:selectedIndex = nullselectedIndex = 0selectedIndex = -1
selectedChild = nullAny other ideas?Rich





-- Ralf Bokelberg 
[EMAIL PROTECTED]Flex  Flash Consultant based in Cologne/Germany




-- Rich Tretolamx:EverythingFlex/http://www.EverythingFlex.com

__._,_.___





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








   






  
  
SPONSORED LINKS
  
  
  

Web site design development
  
  
Computer software development
  
  
Software design and development
  
  


Macromedia flex
  
  
Software development best practice
  

   
  







  
  
  YAHOO! GROUPS LINKS



  Visit your group "flexcoders" on the web.
  To unsubscribe from this group, send an email to:[EMAIL PROTECTED]
  Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.



  






__,_._,___



Re: [flexcoders] Deselecting a Tab ??

2006-07-20 Thread Tom Chiverton
On Thursday 20 July 2006 12:45, Rich Tretola wrote:
 I am not saying that setting a TabNavigators selectedIndex doesn't
 work, I am saying that I can not put a TabNavigator into a state where
 there are no tabs selected.

That's impossible - what on earth would it look like ?
You can set visible to false to hide it all together if that is what you 
mean ?

-- 
Tom Chiverton



This email is sent for and on behalf of Halliwells LLP.

Halliwells LLP is a limited liability partnership registered in England and 
Wales under registered number OC307980 whose registered office address is at St 
James's Court Brown Street Manchester M2 2JF.  A list of members is available 
for inspection at the registered office. Any reference to a partner in relation 
to Halliwells LLP means a member of Halliwells LLP. Regulated by the Law 
Society.

CONFIDENTIALITY

This email is intended only for the use of the addressee named above and may be 
confidential or legally privileged.  If you are not the addressee you must not 
read it and must not use any information contained in nor copy it nor inform 
any person other than Halliwells LLP or the addressee of its existence or 
contents.  If you have received this email in error please delete it and notify 
Halliwells LLP IT Department on 0870 365 8008.

For more information about Halliwells LLP visit www.halliwells.com.



 Yahoo! Groups Sponsor ~-- 
Yahoo! Groups gets a make over. See the new email design.
http://us.click.yahoo.com/XISQkA/lOaOAA/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/
 





Re: [flexcoders] Deselecting a Tab ??

2006-07-20 Thread Rich Tretola
Not the content, the actual tab in the navigator.  In Flex 1.5 setting
selectedIndex to -1 put all of the tabs in the unselected state
visually but this doesn't work in Flex 2.

Rich

On 7/20/06, Tom Chiverton [EMAIL PROTECTED] wrote:
 On Thursday 20 July 2006 12:45, Rich Tretola wrote:
  I am not saying that setting a TabNavigators selectedIndex doesn't
  work, I am saying that I can not put a TabNavigator into a state where
  there are no tabs selected.

 That's impossible - what on earth would it look like ?
 You can set visible to false to hide it all together if that is what you
 mean ?

 --
 Tom Chiverton

 

 This email is sent for and on behalf of Halliwells LLP.

 Halliwells LLP is a limited liability partnership registered in England and 
 Wales under registered number OC307980 whose registered office address is at 
 St James's Court Brown Street Manchester M2 2JF.  A list of members is 
 available for inspection at the registered office. Any reference to a partner 
 in relation to Halliwells LLP means a member of Halliwells LLP. Regulated by 
 the Law Society.

 CONFIDENTIALITY

 This email is intended only for the use of the addressee named above and may 
 be confidential or legally privileged.  If you are not the addressee you must 
 not read it and must not use any information contained in nor copy it nor 
 inform any person other than Halliwells LLP or the addressee of its existence 
 or contents.  If you have received this email in error please delete it and 
 notify Halliwells LLP IT Department on 0870 365 8008.

 For more information about Halliwells LLP visit www.halliwells.com.




 --
 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










-- 
Rich Tretola
mx:EverythingFlex/
http://www.EverythingFlex.com


 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/
 





Re: [flexcoders] Deselecting a Tab ??

2006-07-20 Thread Rich Tretola
There is a valid reason for why I want to do this and that is to have
a multirow custom navigator.  Darron
(http://www.ifbin.com/news/2005/11/flex-15-multiline-tabnavigator-by.html)
accomplished this in Flex 1.5 by repositing the 2 navigators and
setting the selectedIndex to -1 in the upper navigator.  I have ported
this to flex 2 but unless I can deselect the upper navigators selected
tab, it is kind of useless.

Rich

On 7/20/06, Tom Chiverton [EMAIL PROTECTED] wrote:
 On Thursday 20 July 2006 13:50, Rich Tretola wrote:
  Not the content, the actual tab in the navigator.  In Flex 1.5 setting
  selectedIndex to -1 put all of the tabs in the unselected state
  visually but this doesn't work in Flex 2.

 Sounds to me (a non Flex 1.5 head) that Adobe fixed a bug there then :-)

 --
 Tom Chiverton

 

 This email is sent for and on behalf of Halliwells LLP.

 Halliwells LLP is a limited liability partnership registered in England and 
 Wales under registered number OC307980 whose registered office address is at 
 St James's Court Brown Street Manchester M2 2JF.  A list of members is 
 available for inspection at the registered office. Any reference to a partner 
 in relation to Halliwells LLP means a member of Halliwells LLP. Regulated by 
 the Law Society.

 CONFIDENTIALITY

 This email is intended only for the use of the addressee named above and may 
 be confidential or legally privileged.  If you are not the addressee you must 
 not read it and must not use any information contained in nor copy it nor 
 inform any person other than Halliwells LLP or the addressee of its existence 
 or contents.  If you have received this email in error please delete it and 
 notify Halliwells LLP IT Department on 0870 365 8008.

 For more information about Halliwells LLP visit www.halliwells.com.




 --
 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









-- 
Rich Tretola
mx:EverythingFlex/
http://www.EverythingFlex.com


 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/
 





Re: [flexcoders] Deselecting a Tab ??

2006-07-20 Thread Rich Tretola
That is worth a shot.

Rich

On 7/20/06, Tom Chiverton [EMAIL PROTECTED] wrote:
 On Thursday 20 July 2006 14:14, Rich Tretola wrote:
  There is a valid reason for why I want to do this and that is to have
  a multirow custom navigator.  Darron
  (http://www.ifbin.com/news/2005/11/flex-15-multiline-tabnavigator-by.html)
  accomplished this in Flex 1.5 by repositing the 2 navigators and
  setting the selectedIndex to -1 in the upper navigator.  I have ported
  this to flex 2 but unless I can deselect the upper navigators selected
  tab, it is kind of useless.

 *Righhht*.
 You could try sub-classing the control and overriding the selectedIndex
 behaviour with your own ?

 --
 Tom Chiverton

 

 This email is sent for and on behalf of Halliwells LLP.

 Halliwells LLP is a limited liability partnership registered in England and 
 Wales under registered number OC307980 whose registered office address is at 
 St James's Court Brown Street Manchester M2 2JF.  A list of members is 
 available for inspection at the registered office. Any reference to a partner 
 in relation to Halliwells LLP means a member of Halliwells LLP. Regulated by 
 the Law Society.

 CONFIDENTIALITY

 This email is intended only for the use of the addressee named above and may 
 be confidential or legally privileged.  If you are not the addressee you must 
 not read it and must not use any information contained in nor copy it nor 
 inform any person other than Halliwells LLP or the addressee of its existence 
 or contents.  If you have received this email in error please delete it and 
 notify Halliwells LLP IT Department on 0870 365 8008.

 For more information about Halliwells LLP visit www.halliwells.com.




 --
 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










-- 
Rich Tretola
mx:EverythingFlex/
http://www.EverythingFlex.com


 Yahoo! Groups Sponsor ~-- 
Check out the new improvements in Yahoo! Groups email.
http://us.click.yahoo.com/6pRQfA/fOaOAA/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/
 





Re: [flexcoders] Deselecting a Tab ??

2006-07-20 Thread Ralf Bokelberg
Unfortunately _selectedIndex is private, so we are not able to assign
something to it without  using the original setter (which in turn
hinders you from assigning -1)

Maybe you can throw a few buttons into a horizontal box?
Cheers,
Ralf

On 7/20/06, Rich Tretola [EMAIL PROTECTED] wrote:
 That is worth a shot.

 Rich

 On 7/20/06, Tom Chiverton [EMAIL PROTECTED] wrote:
  On Thursday 20 July 2006 14:14, Rich Tretola wrote:
   There is a valid reason for why I want to do this and that is to have
   a multirow custom navigator.  Darron
   (http://www.ifbin.com/news/2005/11/flex-15-multiline-tabnavigator-by.html)
   accomplished this in Flex 1.5 by repositing the 2 navigators and
   setting the selectedIndex to -1 in the upper navigator.  I have ported
   this to flex 2 but unless I can deselect the upper navigators selected
   tab, it is kind of useless.
 
  *Righhht*.
  You could try sub-classing the control and overriding the selectedIndex
  behaviour with your own ?
 
  --
  Tom Chiverton
 
  
 
  This email is sent for and on behalf of Halliwells LLP.
 
  Halliwells LLP is a limited liability partnership registered in England and 
  Wales under registered number OC307980 whose registered office address is 
  at St James's Court Brown Street Manchester M2 2JF.  A list of members is 
  available for inspection at the registered office. Any reference to a 
  partner in relation to Halliwells LLP means a member of Halliwells LLP. 
  Regulated by the Law Society.
 
  CONFIDENTIALITY
 
  This email is intended only for the use of the addressee named above and 
  may be confidential or legally privileged.  If you are not the addressee 
  you must not read it and must not use any information contained in nor copy 
  it nor inform any person other than Halliwells LLP or the addressee of its 
  existence or contents.  If you have received this email in error please 
  delete it and notify Halliwells LLP IT Department on 0870 365 8008.
 
  For more information about Halliwells LLP visit www.halliwells.com.
 
 
 
 
  --
  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
 
 
 
 
 
 
 
 


 --
 Rich Tretola
 mx:EverythingFlex/
 http://www.EverythingFlex.com



 --
 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










-- 
Ralf Bokelberg [EMAIL PROTECTED]
Flex  Flash Consultant based in Cologne/Germany


 Yahoo! Groups Sponsor ~-- 
Something is new at Yahoo! Groups.  Check out the enhanced email design.
http://us.click.yahoo.com/SISQkA/gOaOAA/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/
 





Re: [flexcoders] Deselecting a Tab ??

2006-07-20 Thread Rich Tretola
Yeah, I did something like that also but it didn't look as nice.

Rich

On 7/20/06, Ralf Bokelberg [EMAIL PROTECTED] wrote:
 Unfortunately _selectedIndex is private, so we are not able to assign
 something to it without  using the original setter (which in turn
 hinders you from assigning -1)

 Maybe you can throw a few buttons into a horizontal box?
 Cheers,
 Ralf

 On 7/20/06, Rich Tretola [EMAIL PROTECTED] wrote:
  That is worth a shot.
 
  Rich
 
  On 7/20/06, Tom Chiverton [EMAIL PROTECTED] wrote:
   On Thursday 20 July 2006 14:14, Rich Tretola wrote:
There is a valid reason for why I want to do this and that is to have
a multirow custom navigator.  Darron
(http://www.ifbin.com/news/2005/11/flex-15-multiline-tabnavigator-by.html)
accomplished this in Flex 1.5 by repositing the 2 navigators and
setting the selectedIndex to -1 in the upper navigator.  I have ported
this to flex 2 but unless I can deselect the upper navigators selected
tab, it is kind of useless.
  
   *Righhht*.
   You could try sub-classing the control and overriding the selectedIndex
   behaviour with your own ?
  
   --
   Tom Chiverton
  
   
  
   This email is sent for and on behalf of Halliwells LLP.
  
   Halliwells LLP is a limited liability partnership registered in England 
   and Wales under registered number OC307980 whose registered office 
   address is at St James's Court Brown Street Manchester M2 2JF.  A list of 
   members is available for inspection at the registered office. Any 
   reference to a partner in relation to Halliwells LLP means a member of 
   Halliwells LLP. Regulated by the Law Society.
  
   CONFIDENTIALITY
  
   This email is intended only for the use of the addressee named above and 
   may be confidential or legally privileged.  If you are not the addressee 
   you must not read it and must not use any information contained in nor 
   copy it nor inform any person other than Halliwells LLP or the addressee 
   of its existence or contents.  If you have received this email in error 
   please delete it and notify Halliwells LLP IT Department on 0870 365 8008.
  
   For more information about Halliwells LLP visit www.halliwells.com.
  
  
  
  
   --
   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
  
  
  
  
  
  
  
  
 
 
  --
  Rich Tretola
  mx:EverythingFlex/
  http://www.EverythingFlex.com
 
 
 
  --
  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
 
 
 
 
 
 
 
 


 --
 Ralf Bokelberg [EMAIL PROTECTED]
 Flex  Flash Consultant based in Cologne/Germany



 --
 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










-- 
Rich Tretola
mx:EverythingFlex/
http://www.EverythingFlex.com


 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/
 





Re: [flexcoders] Deselecting a Tab ??

2006-07-20 Thread Tom Chiverton
On Thursday 20 July 2006 15:26, Ralf Bokelberg wrote:
 Unfortunately _selectedIndex is private, so we are not able to assign

Can you not use
override public set selectedIndex()
?

-- 
Tom Chiverton



This email is sent for and on behalf of Halliwells LLP.

Halliwells LLP is a limited liability partnership registered in England and 
Wales under registered number OC307980 whose registered office address is at St 
James's Court Brown Street Manchester M2 2JF.  A list of members is available 
for inspection at the registered office. Any reference to a partner in relation 
to Halliwells LLP means a member of Halliwells LLP. Regulated by the Law 
Society.

CONFIDENTIALITY

This email is intended only for the use of the addressee named above and may be 
confidential or legally privileged.  If you are not the addressee you must not 
read it and must not use any information contained in nor copy it nor inform 
any person other than Halliwells LLP or the addressee of its existence or 
contents.  If you have received this email in error please delete it and notify 
Halliwells LLP IT Department on 0870 365 8008.

For more information about Halliwells LLP visit www.halliwells.com.



 Yahoo! Groups Sponsor ~-- 
Something is new at Yahoo! Groups.  Check out the enhanced email design.
http://us.click.yahoo.com/SISQkA/gOaOAA/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/
 




Re: [flexcoders] Deselecting a Tab ??

2006-07-20 Thread Ralf Bokelberg
You can override it, but you can't change the internal _selectedIndex,
so it's useless.

Found another solution though:

tabNavigator.getTabAt(tn.selectedIndex).selected=false;

Cheers,
Ralf.




On 7/20/06, Tom Chiverton [EMAIL PROTECTED] wrote:
 On Thursday 20 July 2006 15:26, Ralf Bokelberg wrote:
  Unfortunately _selectedIndex is private, so we are not able to assign

 Can you not use
 override public set selectedIndex()
 ?

 --
 Tom Chiverton

 

 This email is sent for and on behalf of Halliwells LLP.

 Halliwells LLP is a limited liability partnership registered in England and 
 Wales under registered number OC307980 whose registered office address is at 
 St James's Court Brown Street Manchester M2 2JF.  A list of members is 
 available for inspection at the registered office. Any reference to a partner 
 in relation to Halliwells LLP means a member of Halliwells LLP. Regulated by 
 the Law Society.

 CONFIDENTIALITY

 This email is intended only for the use of the addressee named above and may 
 be confidential or legally privileged.  If you are not the addressee you must 
 not read it and must not use any information contained in nor copy it nor 
 inform any person other than Halliwells LLP or the addressee of its existence 
 or contents.  If you have received this email in error please delete it and 
 notify Halliwells LLP IT Department on 0870 365 8008.

 For more information about Halliwells LLP visit www.halliwells.com.




 --
 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









-- 
Ralf Bokelberg [EMAIL PROTECTED]
Flex  Flash Consultant based in Cologne/Germany


 Yahoo! Groups Sponsor ~-- 
See what's inside the new Yahoo! Groups email.
http://us.click.yahoo.com/2pRQfA/bOaOAA/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/