I am working on a project with a large menu and was trying to come up with a way to add help for the menu items without creating a long help doc. So I added a Long Press event to the menu items that displays a GUI modal with help about that specific menu item in it.
I think it works well and figured I would share it, here is the playground link
4 Likes
@Trevor_Orr cool feature!! Thanks for sharing!
It would be nice if after longpress+popup is closed, the menu remained open to the state it was in before, but that’s just an optimization 
1 Like
That’s a really good idea, I think I will add that
1 Like
The menu now stays open when a long press event occurs. only had to change 2 lines of code for that.
2 Likes