I have a TextArea and I need to know whenever a user selects the "Paste" option from the ContextMenu.
I tried creating and adding a ContextMenu to the TextArea, but I can only add an event listener for MENU_SELECT since I believe you need to have a reference to the menu item in order to add a MENU_ITEM_SELECT event listener. Any idea how I can detect when "Paste" is selected from a ContextMenu in a TextArea? Thanks! Paul --- Paul Whitelock Denver, Colorado

