RE: [flexcoders] Hyperlink in flex.

2007-10-19 Thread Tracy Spratt
To: flexcoders@yahoogroups.com Subject: RE: [flexcoders] Hyperlink in flex. Hi, Is there anyway we can use a label/text with an image as a link in flex so that on clicking that link we are displayed with some other page like in html we use a href=/index.php title=Html LinkHtml

RE: [flexcoders] Hyperlink in flex.

2007-10-19 Thread Tracy Spratt
: Thursday, October 18, 2007 8:39 PM To: flexcoders@yahoogroups.com Subject: [flexcoders] Hyperlink in flex. Hi, Can anyone please tell me about how to add a hyperlink combined with a small image in flex refering to mxml file in the same folder or refer to a page in the same application

Re: [flexcoders] Hyperlink in flex.

2007-10-19 Thread Scott - FastLane
@yahoogroups.com [mailto:[EMAIL PROTECTED] *On Behalf Of *Venkat Perpati *Sent:* Thursday, October 18, 2007 8:39 PM *To:* flexcoders@yahoogroups.com *Subject:* [flexcoders] Hyperlink in flex. Hi, Can anyone please tell me about how to add a hyperlink combined with a small image

Re: [flexcoders] Hyperlink in flex.

2007-10-18 Thread Tom Preet
Hi Venkat, use the URL Navigator control for ex: var u:URLRequest = new URLRequest(x.mxml); navigateToURL(u, _self); for the Image Click event ok. Bye.. Preet. On 10/19/07, Venkat Perpati [EMAIL PROTECTED] wrote: Hi, Can anyone please tell me about how to add a hyperlink

[flexcoders] Hyperlink in flex.

2007-10-18 Thread Venkat Perpati
Hi, Can anyone please tell me about how to add a hyperlink combined with a small image in flex refering to mxml file in the same folder or refer to a page in the same application. regards, Venkat Perpati - Save all your chat

Re: [flexcoders] Hyperlink in Flex 2...

2007-09-26 Thread Scott - FastLane
Daniel - mx:LinkButton label=Your Text color=0xff click=yourEventHandler(event)/ hth Scott Daniel Sanderson wrote: Is there a way to make a label look like a hyperlink. It may trigger a view state or send and e-mail, whatever but I want to make it look and function like a hyperlink

[flexcoders] Hyperlink in Flex 2...

2007-09-26 Thread Daniel Sanderson
Is there a way to make a label look like a hyperlink. It may trigger a view state or send and e-mail, whatever but I want to make it look and function like a hyperlink (underline and different color). Daniel Sanderson

RE: [flexcoders] Hyperlink in Flex 2...

2007-09-26 Thread Matt Horn
Sanderson Sent: Tuesday, September 25, 2007 7:58 PM To: flexcoders@yahoogroups.com Subject: [flexcoders] Hyperlink in Flex 2... Is there a way to make a label look like a hyperlink. It may trigger a view state or send and e-mail, whatever but I want to make it look and function like a hyperlink