Menu Framework

Hi,

I created a little framework for menus.

In the package you find the framework and a example that shows how to use the framework.

This framework makes it really easy to create cool dynamic menus like in normal GUI applications.

The screenshot shows the example menu.

You don’t need to take care about shortcuts, layouting or any other things simply create your menu with easy to use functions inside your own script.

I hope you will enjoy this little framework.

173490–6225–$menuframework_772.unitypackage (74 KB)
173490--6226--$picture_1_508.png

Cool stuff Mike! This could be very handy.

Hi,

here is the bug free updated version now.

You can now also add separators to the menu.

See the screenshot below.

By

173849–6235–$menuframework_342.unitypackage (93.8 KB)
173849--6236--$picture_1_555.png

Awesome! Thanks for sharing! :slight_smile:

Good stuff, I’m gonna give this a look and possibly use it myself. :smile:

Figures. I just wrote one on Sunday (the same day you posted this).

I’m definitely going to check it out though; it’ll be great to see another implementation, and I’m sure you’ve got more features than I had time to do.

Thanks for sharing :slight_smile:

I’ve been using this for a little while and I noticed that the hitbox of the buttons seems to be bugged.

You’ll notice this if you use the MenuTest which is included in the package.
First click ‘Help’. Now click to the right edge of the ‘About’ button. Nothing happens.
So, the Menu_Items in the MenuStrips I add after ‘Help’ does not respond to the mouse click.

I haven’t figured out what’s causing it :? Anyone else?