Alex, thanks for the reply. The only problem is I don't want to change the mouse cursor to hand completely in my application. I only want to change the mouse cursor to hand once user rollOver to links such as buttons or link buttons.
Huummm... Is there a way to detect the object is a button? if it is, then change the mouse cursor? is that possible? Cheers --- In [email protected], "Alex Harui" <[EMAIL PROTECTED]> wrote: > > Make a copy of the hand and use cursor manager? > > > > ________________________________ > > From: [email protected] [mailto:[EMAIL PROTECTED] On > Behalf Of flexawesome > Sent: Monday, October 01, 2007 9:28 AM > To: [email protected] > Subject: [flexcoders] Re: Changing Mouse Cursor in application > > > > guys, any suggestions? :) > > Thanks > > --- In [email protected] <mailto:flexcoders%40yahoogroups.com> > , "flexawesome" <flexawesome@> wrote: > > > > Hi there, > > > > I build a application and would like to change the default mouse > cursor > > from the arrow cursor to a hand? I can reset buttonMode=true for all > > components one by one. However, there is too much stuffs and > > "impossible" manually do that. > > > > Is there a way to apply this for all components(like > > pic,button,link...etc) once user rollOver mouse to the target? Any > > suggestion? > > > > Thanks > > >

