RE: [flexcoders] Link/Hand Cursor

2009-04-16 Thread Tracy Spratt
Sometimes also mouseChildren="false"

 

Tracy Spratt,

Lariat Services, development services available

  _  

From: flexcoders@yahoogroups.com [mailto:flexcod...@yahoogroups.com] On
Behalf Of Jake Churchill
Sent: Thursday, April 16, 2009 11:31 AM
To: flexcoders@yahoogroups.com
Subject: RE: [flexcoders] Link/Hand Cursor

 






useHandCursor=true

buttonMode=true

 

Jake Churchill
CF Webtools
11204 Davenport, Ste. 100
Omaha, NE  68154
 <http://www.cfwebtools.com> http://www.cfwebtools.com
402-408-3733 x103

From: flexcoders@yahoogroups.com [mailto:flexcod...@yahoogroups.com] On
Behalf Of byte.sensei
Sent: Thursday, April 16, 2009 9:03 AM
To: flexcoders@yahoogroups.com
Subject: [flexcoders] Link/Hand Cursor

 







Flex seems to be sporadic at changing the cursor to a link/hand cursor when
rolled over components that allow clicks/linking. I can't find any
properties that make it easy to change the cursor on roll-over of an image
that is a link, for example.

I don't need custom cursors or anything, I'm just interested in changing the
default cursor into a hand/link cursor when the mouse is over a particular
UI component. What's the best way to accomplish this?

No virus found in this incoming message.
Checked by AVG - www.avg.com
Version: 8.5.287 / Virus Database: 270.11.58/2062 - Release Date: 04/16/09
08:12:00





RE: [flexcoders] Link/Hand Cursor

2009-04-16 Thread Jake Churchill
useHandCursor=true

buttonMode=true

 

Jake Churchill
CF Webtools
11204 Davenport, Ste. 100
Omaha, NE  68154
 <http://www.cfwebtools.com> http://www.cfwebtools.com
402-408-3733 x103

From: flexcoders@yahoogroups.com [mailto:flexcod...@yahoogroups.com] On
Behalf Of byte.sensei
Sent: Thursday, April 16, 2009 9:03 AM
To: flexcoders@yahoogroups.com
Subject: [flexcoders] Link/Hand Cursor

 






Flex seems to be sporadic at changing the cursor to a link/hand cursor when
rolled over components that allow clicks/linking. I can't find any
properties that make it easy to change the cursor on roll-over of an image
that is a link, for example.

I don't need custom cursors or anything, I'm just interested in changing the
default cursor into a hand/link cursor when the mouse is over a particular
UI component. What's the best way to accomplish this?



No virus found in this incoming message.
Checked by AVG - www.avg.com
Version: 8.5.287 / Virus Database: 270.11.58/2062 - Release Date: 04/16/09
08:12:00



Re: [flexcoders] Link/Hand Cursor

2009-04-16 Thread Fotis Chatzinikos
useHandCursor="true" buttonMode="true"

On Thu, Apr 16, 2009 at 5:03 PM, byte.sensei  wrote:

>
>
> Flex seems to be sporadic at changing the cursor to a link/hand cursor when
> rolled over components that allow clicks/linking. I can't find any
> properties that make it easy to change the cursor on roll-over of an image
> that is a link, for example.
>
> I don't need custom cursors or anything, I'm just interested in changing
> the default cursor into a hand/link cursor when the mouse is over a
> particular UI component. What's the best way to accomplish this?
>
>  
>



-- 
Fotis Chatzinikos, Ph.D.
Founder,
Phinnovation
fotis.chatzini...@gmail.com,


[flexcoders] Link/Hand Cursor

2009-04-16 Thread byte.sensei
Flex seems to be sporadic at changing the cursor to a link/hand cursor when 
rolled over components that allow clicks/linking. I can't find any properties 
that make it easy to change the cursor on roll-over of an image that is a link, 
for example.

I don't need custom cursors or anything, I'm just interested in changing the 
default cursor into a hand/link cursor when the mouse is over a particular UI 
component. What's the best way to accomplish this?