RE: [flexcoders] Hyperlink in flex.

2007-10-19 Thread Tracy Spratt
, October 19, 2007 3:10 PM 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 Html Link I t

Re: [flexcoders] Hyperlink in flex.

2007-10-19 Thread Scott - FastLane
ups.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 in flex

RE: [flexcoders] Hyperlink in flex.

2007-10-19 Thread Venkat Perpati
ant to happen? Tracy - From: flexcoders@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,

RE: [flexcoders] Hyperlink in flex.

2007-10-19 Thread Tracy Spratt
to:[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 in flex refering to mxml file in the sa

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

[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 conversations.

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

2007-09-26 Thread Matt Horn
On Behalf Of Daniel 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

[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 Scott - FastLane
Daniel - 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 (underline and different color). Daniel