AS3, FP9

I am using a substitute mouse cursor, so I use Mouse.hide();
When a user right-clicks, the Mouse is unhidden (good) but then it doesn't
return to the state it was before the context menu was open (unfortunate,
perhaps understandable).

When a user selects an item, I can listen for
ContextMenuEvent.MENU_ITEM_SELECT and rehide the mouse.
But, when a user clicks outside the context menu, the menu is dismissed and
the mouse item returns. I can't figure out what event if any is raised so
that I can rehide the Mouse.
Ideally, it would raise a CLOSE, CANCEL, etc.

Does anyone know how to return the Mouse to hidden after the context menu is
closed again?

-jonathan



-- 
-jonathan howe
_______________________________________________
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Reply via email to