Did that, doesn't work. It looks like an annoying bug in Flex 4

--- In flexcoders@yahoogroups.com, "Amy" <amyblankens...@...> wrote:
>
> try mouseChildren="false".
> 
> --- In flexcoders@yahoogroups.com, "itaid1" <itaid1@> wrote:
> >
> > Hi
> > 
> > I'm using this inside a spark skin class, but the mouse does not change 
> > when hovering over the control.
> > 
> > Tnx
> > 
> > -Itai
> > 
> > <s:Label
> >     id="labelDisplay"
> >     left="5"
> >     fontSize="16"
> >     styleName.up="upStyle"
> >     styleName.over="overStyle"
> >     styleName.down="downStyle"
> >     styleName.disabled="disabledStyle"
> >     buttonMode="true"
> >     useHandCursor="true" 
> >     mouseChildren="true"
> >     mouseOver="Mouse.cursor = MouseCursor.HAND;"
> >     mouseOut="Mouse.cursor = MouseCursor.ARROW;"
> >     />
> >
>


Reply via email to