This content has been marked as final.
Show 3 replies
-
1. Re: mouse changing from arrow to hand when over spark list data items
trancepriest Sep 17, 2009 2:31 PM (in response to trancepriest)Solved this with buttonMode="true" useHandCursor="true" in the s:list tags... but now even the vertical slider has an hand arrow.
-
2. Re: mouse changing from arrow to hand when over spark list data items
Peter deHaan Sep 17, 2009 3:18 PM (in response to trancepriest)Are you using a custom item renderer? If so, what does it look like?
Peter
-
3. Re: mouse changing from arrow to hand when over spark list data items
trancepriest Sep 18, 2009 10:45 AM (in response to trancepriest)Peter,
solved this problem with some help from Peter Flynn over in the Flash Catalyst forum:
http://forums.adobe.com/thread/493736?tstart=0
"Hi trancepriest,
To have the hand cursor appear just over the list items, add these attributes to the root <s:ItemRenderer> tag of your Repeated Item .mxml file (instead of adding them to the <s:List> tag).
- Peter"


