[flexcoders] Re: Working with nested Buttons

2009-01-06 Thread Todd
I solved my problem. On the nested-child button, all I had to do was set buttonMode=true and useHandCursor=true. It wasn't enough to just have the LinkButton and assume that it would behave as a button. All works perfectly now with my complex button skin. --- In flexcoders@yahoogroups.com,

Re: [flexcoders] Re: Working with nested Buttons

2009-01-06 Thread Josh McDonald
I *have* to know - what kind of evil requires a button that contains other buttons? ;-) -Josh On Wed, Jan 7, 2009 at 1:37 AM, Todd tpreka...@gmail.com wrote: I solved my problem. On the nested-child button, all I had to do was set buttonMode=true and useHandCursor=true. It wasn't enough to