Customize DirectOptionMenu

Hi !

When we use DirectOptionMenu, we can only add items, withn’t options.
How can I do if i want to :

  • Add items in items (submenus),
  • Customize items (for example flat buttons, change image whan rolling, etc)
  • Don’t print the current selectionned item (just send the item name to the function)

Thanks !

If you want a completely custom menu, just create a DirectFrame with all of the items you want laid out within it, exactly as you want them to be laid out.

David