useHandCursor="true" buttonMode="true" mouseChildren="false"
useHandCursor and buttonMode are CSS I believe and will work for most components, mouseChildren is an attribute on Container (I think), and will need to be set by subclasses or instance definitions. Use mouseChildren if the first two don't work for your case. -Josh On Tue, Aug 12, 2008 at 9:57 AM, danielholmes85 <[EMAIL PROTECTED]>wrote: > Hi All, > > Have been trying to find a way to have a the hand cursor visible for > every Flex Button component in an application. I personally think it > should behave like this by default, and a colleague suggested it > should be a CSS property, which I agree with. Has anybody found any > good way to do this? (besides extending Button or something?). > > Thanks, > > Daniel > > > ------------------------------------ > > -- > Flexcoders Mailing List > FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt > Search Archives: > http://www.mail-archive.com/flexcoders%40yahoogroups.comYahoo! Groups > Links > > > > -- "Therefore, send not to know For whom the bell tolls. It tolls for thee." :: Josh 'G-Funk' McDonald :: 0437 221 380 :: [EMAIL PROTECTED]

