Kind of a hack, but this works on creationComplete:

private function onCreationComplete():void
{
      for ( var i:int = 0; i < myAccordion.numChildren; i++ )
      {
           Button(myAccordion.getHeaderAt(i)).buttonMode = true;
           Button(myAccordion.getHeaderAt(i)).useHandCursor = true;
      }
}

-TH

--- In flexcoders@yahoogroups.com, Alex Harui <aha...@...> wrote:
>
> See the archives for how to use useHandCursor
>
> Alex Harui
> Flex SDK Developer
> Adobe Systems Inc.<http://www.adobe.com/>
> Blog: http://blogs.adobe.com/aharui
>
> From: flexcoders@yahoogroups.com [mailto:flexcod...@yahoogroups.com]
On Behalf Of sailorsea21
> Sent: Friday, February 06, 2009 10:21 AM
> To: flexcoders@yahoogroups.com
> Subject: [flexcoders] ACCORDION - How can I switch my cursor to a
pointer?
>
>
> Hi everyone, how can I switch my cursor to a hand pointer when it goes
> over the accordion header?
>
> Thanks.
>
> -David.
>


Reply via email to