Context menu on panel?
Hi,
I am working with panels (mx.containers.Panel).
I have created a grid with draggable panels, the DragPanel class I use extends the Panel class. I am trying to make it so that when I right-click on the titlebar of the panels, a context-menu with a edit-button shows up.
If I click edit I need to know on which panel I rightclicked. Is it somehow possible to open a context menu which can keep information like on which panel I rightclicked? Maybe catch an event and see where the event came from?
Last edited by bitbitbit; 04-19-2012 at 10:35 AM.
Reason: bad spelling
|