Re: [flexcoders] useHandCursor doesn't work when using custom cursors

2009-01-07 Thread Aaron Miller
Ok, thanks for the info. I guess we'll have to do it the long way then. Best Regards, ~Aaron On Tue, Jan 6, 2009 at 12:57 PM, Manish Jethani wrote: > On Wed, Jan 7, 2009 at 1:47 AM, Aaron Miller > > > wrote: > > > I am using custom cursors with CursorManager, but I would like the hand > > curs

Re: [flexcoders] useHandCursor doesn't work when using custom cursors

2009-01-06 Thread Manish Jethani
On Wed, Jan 7, 2009 at 1:47 AM, Aaron Miller wrote: > I am using custom cursors with CursorManager, but I would like the hand > cursor to override the default (custom) for some controls similar to the way > editable text overrides the default cursor with the text indicator. Normally > I would jus

[flexcoders] useHandCursor doesn't work when using custom cursors

2009-01-06 Thread Aaron Miller
Hello, I am using custom cursors with CursorManager, but I would like the hand cursor to override the default (custom) for some controls similar to the way editable text overrides the default cursor with the text indicator. Normally I would just set buttonMode="true" useHandCursor="true" but it do