[flexcoders] html text to navigate tab navigator

2006-02-08 Thread rgwilson26
 I have a Tab navigator with HTML links as
 shown below. I want the user to be able to click on the text link,
 and navigate through each tab in the tab navigator depending on what
 link is clicked.
 
 I am calling a funtion from my component startingPoint , 
 however it doesn't change the tabs. Instead I get a no property 
error.
 
 Any suggetions would be greatly appreciated.
 
 **component startingPoint*
 mx:Canvas
 public function tabNavigation():Void{
navigator.selectedChild=definitions;

}

 mx:TextArea
 mx:htmlText
 ![CDATA[
 font face=Verdanaa
 href=asfunction:mx.core.Application.application.tabNavigation   
Click here/font/ato navigate through tab bar.
 ]]
 /mx:htmlText
 /mx:TextArea
 
 mx:Canvas/
 
 
 *Main app**
 mx:Application xmlns:mx=http://www.macromedia.com/2003/mxml;
 
 mx:TabNavigator id=navigator

comp:startingPoint id=startingPoint/
comp:definitions id=definitions/
 
 /mx:TabNavigator
 mx:Application/






--
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] html text to navigate tab navigator

2006-01-24 Thread rgwilson26
I have a Tab navigator with HTML links as
shown below. I want the user to be able to click on the text link,
and navigate through each tab in the tab navigator depending on what
link is clicked.

I am calling a funtion in the main application from my component, 
however it doesn't change the tabs.

Any suggetions would be greatly appreciated.

**component definitions*
mx:Canvas

mx:TextArea
mx:htmlText
![CDATA[
font face=Verdanaa
href=mx.core.Application.application.tabNavigation font color
=#00529CClick here/font/ato navigate through tab bar.br
/font
]]
/mx:htmlText
/mx:TextArea

mx:Canvas/


*Main app**
mx:Application xmlns:mx=http://www.macromedia.com/2003/mxml;
mx:Script
![CDATA[

public function tabNavigation():Void{
 navigator.selectedChild=definitions;
}
]]
/mx:Script

mx:TabNavigator id=navigator

comp:definitions id=definitions/

/mx:TabNavigator
mx:Application/






--
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] html text to navigate tab navigator

2006-01-24 Thread Abdul Qabiz





Hi,

Use this:


a 
href=""text 
/a


-abdul


From: flexcoders@yahoogroups.com 
[mailto:[EMAIL PROTECTED] On Behalf Of 
rgwilson26Sent: Wednesday, January 25, 2006 12:16 
AMTo: flexcoders@yahoogroups.comSubject: [flexcoders] html 
text to navigate tab navigator
I have a Tab navigator with HTML links asshown below. I want 
the user to be able to click on the text link,and navigate through each tab 
in the tab navigator depending on whatlink is clicked.I am calling a 
funtion in the main application from my component, however it doesn't change 
the tabs.Any suggetions would be greatly 
appreciated.**component 
definitions*mx:Canvasmx:TextAreamx:htmlText![CDATA[font 
face="Verdana"ahref="" 
font color="#00529C"Click here/font/ato navigate 
through tab 
bar.br/font]]/mx:htmlText/mx:TextAreamx:Canvas/*Main 
app**mx:Application xmlns:mx="http://www.macromedia.com/2003/mxml"mx:Script![CDATA[public 
function tabNavigation():Void{ 
navigator.selectedChild=definitions;}]]/mx:Scriptmx:TabNavigator 
id="navigator"comp:definitions 
id="definitions"//mx:TabNavigatormx:Application/





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



  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.