RE: [flexcoders] Hyperlink in flex.

2007-10-19 Thread Tracy Spratt
Ok, lets try again.  What do you mean by page?  We do not have pages
in Flex, so you must be more specific about what you want.

Tracy

 



From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On
Behalf Of Venkat Perpati
Sent: Friday, 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 

 

a href=/index.php title=Html LinkHtml Link/a

 

I there any similar way we could use links refering to a page in the
same application in Flex.

 

Please let me know incase of more info.

 

regards,

Venkat Perpati.



Tracy Spratt [EMAIL PROTECTED] wrote:

The terms hyperlink, file, folder and page are not very
meaningful without more context.

What do you want the user to do and what do you want 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, 

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. Find them online.
http://in.rd.yahoo.com/tagline_webmessenger_3/*http:/in.messenger.yahoo
.com/webmessengerpromo.php 

 

  



Did you know? You can CHAT without downloading messenger. Click here
http://in.rd.yahoo.com/tagline_webmessenger_2/*http:/in.messenger.yahoo
.com/webmessengerpromo.php 

 



RE: [flexcoders] Hyperlink in flex.

2007-10-19 Thread Tracy Spratt
The terms hyperlink, file, folder and page are not very
meaningful without more context.

 

What do you want the user to do and what do you want 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, 

 

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. Find them online.
http://in.rd.yahoo.com/tagline_webmessenger_3/*http:/in.messenger.yahoo
.com/webmessengerpromo.php 

 



Re: [flexcoders] Hyperlink in flex.

2007-10-19 Thread Scott - FastLane
Sure.. try mx:LinkButton label=Some Text color=0xff 
click=doSomething(event)/


Scott

Scott Melby
Founder, Fast Lane Software LLC
http://blog.fastlanesw.com



Venkat Perpati wrote:

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 Link/a
 
I there any similar way we could use links refering to a page in the 
same application in Flex.
 
Please let me know incase of more info.
 
regards,

Venkat Perpati.


*/Tracy Spratt [EMAIL PROTECTED]/* wrote:

The terms hyperlink, file, folder and page are not very
meaningful without more context.
What do you want the user to do and what do you want 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,
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. Find them online.

http://in.rd.yahoo.com/tagline_webmessenger_3/*http:/in.messenger.yahoo.com/webmessengerpromo.php



Did you know? You can CHAT without downloading messenger. Click here 
http://in.rd.yahoo.com/tagline_webmessenger_2/*http://in.messenger.yahoo.com/webmessengerpromo.php 

 


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 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. Find them 
 online.http://in.rd.yahoo.com/tagline_webmessenger_3/*http://in.messenger.yahoo.com/webmessengerpromo.php

 



[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. Find them online.

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 (underline and different color).


 


Daniel Sanderson

 




[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
Check out the label's available styles:

http://livedocs.adobe.com/flex/201/langref/mx/controls/Label.html

You'll want to use color and textDecoration.

hth,
matt horn
flex docs  

 -Original Message-
 From: flexcoders@yahoogroups.com 
 [mailto:[EMAIL PROTECTED] 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 
 to make it look and function like a hyperlink (underline and 
 different color).
 
  
 
 Daniel Sanderson