Yeah, this is definitely going in the FAQ when somebody cooks it up ;-)
*digs through old source*
The secret sauce you're after is mouseChildren="false"
-Josh
On Fri, Jun 20, 2008 at 7:52 AM, Tim Hoff <[EMAIL PROTECTED]> wrote:
> Hi,
>
> Here's one way:
>
> <mx:List
> width="200" dataProvider="{myArrayCollection}">
> <mx:itemRenderer>
> <mx:Component>
> <mx:Canvas buttonMode="true" useHandCursor="true"
> mouseChildren="false">
> <mx:Label width="180" text="{data.account}"/>
> </mx:Canvas>
> </mx:Component>
> </mx:itemRenderer>
> </mx:List>
>
> -TH
>
>
> --- In [email protected], "djhatrick" <[EMAIL PROTECTED]> wrote:
> >
> > Hi, I have a list component, problem is the handCursor only shows by
> > the edges, (yes, buttonMode=true, handCursor = true and
> > mouseEnabled=false is set on my itemRenderer...
> >
> > Is there a way to make the handcursor to show up over the entire
> > itemRenderer... or is there a way to force the handCursor to display
> > some how?
> >
> > Thanks, Flex is bangin!
> >
>
>
--
"Therefore, send not to know For whom the bell tolls. It tolls for thee."
:: Josh 'G-Funk' McDonald
:: 0437 221 380 :: [EMAIL PROTECTED]