[flexcoders] display hand cursor on flex chart

2007-05-04 Thread Raider226
Hi all, Does anyone know how to display the hand cursor over a chart element in flex 2.0? I was able to do this in 1.5 using the method described here: http://www.prismix.com/blog/2005/11/how_do_i_display_a_hand_cursor.cfm but it doesn't seem to work in flex 2.0. any ideas? thanks, chris

Re: [flexcoders] display hand cursor on flex chart

2007-05-04 Thread Michael Wills
I'm not sure about charts, but I just tried this out with a ButtonBar. You set the useHandCursor = true, but you also have to set buttonMode = true as well. You may also need to set mouseChildren = false. Hope that helps, Michael Raider226 wrote: Hi all, Does anyone know how to display

Re: [flexcoders] display hand cursor on flex chart

2007-05-04 Thread Manish Jethani
On 5/5/07, Raider226 [EMAIL PROTECTED] wrote: Does anyone know how to display the hand cursor over a chart element in flex 2.0? I was able to do this in 1.5 using the method described here: http://www.prismix.com/blog/2005/11/how_do_i_display_a_hand_cursor.cfm but it doesn't seem to work