uliwitness / Stacksmith

An intuitive software erector kit targeted at people new to programming, but with enough potential to stay useful once they've learned, inspired by HyperCard.
http://stacksmith.org
129 stars 13 forks source link

Contextual menu support #44

Open uliwitness opened 9 years ago

uliwitness commented 9 years ago

A command that pops up the given menu from the stack at the given position (usually the mouseLoc). Alternately, a way to set up popup buttons invisible and somehow put one in a table cell.

uliwitness commented 7 years ago

If #46 is implemented, we can have menus that don't belong to a menu bar and allow showing those. Otherwise, we'd probably need to specially treat a hidden menu so it's not actually hidden, and then have the popup command be something like "show menu id 101 at 100,100" or so.

We already have borderless popup buttons, so maybe we can use them for tables?