Message Boards Message Boards

Question about AutoAction (or Mouseover)

Posted 9 years ago

The code below creates an ActionMenu that opens when I mouse over it. This is what I want... however, I would like it to close the ActionMenu when I move the mouse away from the ActionMenu. I cannot get it to work. It forces me to click somewhere to remove the ActionMenu. Can anyone help?

Thank you in advance! Mike

ActionMenu["Boxes",
 {"Definition" :> {SelectionMove[InputNotebook[], After, Cell]},
  "Theorem" :> {SelectionMove[InputNotebook[], After, Cell]},
  "Procedure" :> {SelectionMove[InputNotebook[], After, Cell]},
  "Example" :> {SelectionMove[InputNotebook[], After, Cell]}
    }, Appearance -> "PopupMenu", AutoAction -> True]
POSTED BY: Michael McCain
Reply to this discussion
Community posts can be styled and formatted using the Markdown syntax.
Reply Preview
Attachments
Remove
or Discard

Group Abstract Group Abstract