i added this.mouseChildren = true; and now it works, yay...
--- In [email protected], "dlymbo" <[EMAIL PROTECTED]> wrote: > > Hello, > > i'm trying to create a custom component which is basically a button > which i can drag, but it also has a child button which, when pressed, > disables dragging but allows the component to be resized. > > similar to this: > http://www.aboutflex.net/flex/resizable-panel/ > > except i'm using a button instead of a panel (which i'm assuming is > the problem here) > > soo, why doesn't activateResizing() get called by the resizer's > ROLL_OVER listener? > > http://rafb.net/p/oRzZb777.html > > many thanks! > dlymbo >

