1 post tagged “flex 3.0”
For most UIComponents if you set buttonMode="true" and useHandCursor="true" then when the user moves the mouse over the component the pointer will turn into the traditional hand pointer. However, with mx:Label components the hand cursor doesn't show up. It turns out that the fix for this is simple: if you set mouseChildren="false" on the label along with buttonMode="true" and useHandCursor="true" then the hand pointer appears.