I'd first try adding the listener to the stage of the item, else you can
place listener on the application itself.. something in ballpark of (sorry
if not exact spelling, objects, etc):

myHBox.stage.addEventListener( MouseEvent.MOUSE_UP, onMsUp );

-Scott

On 2/5/07, Douglas Knudsen <[EMAIL PROTECTED]> wrote:

  I'm converting a Flex 1.5 app to 2.0.  Under 1.5 I used a event on a
HBox called MouseUpSomewhere.  Seems this is no more in 2.0.  Any ideas
what it is now called?  Or maybe another way to get this same functionality
to work?  I can't use mouseOut.  I need a event that fires when the user
releases the mouse button whilst over a different component.

--
Douglas Knudsen
http://www.cubicleman.com
this is my signature, like it?



--

: : ) Scott

Reply via email to