Hi DaveTheCoder, et al.
I guess I'm not asking this very clearly, so I'll try again.
This could be a bit long-winded because I'm trying hard to be as clear as possible. Please bear with me...
So there's no misunderstanding, I'm talking about drop-down menus, the kind you'd find in any desktop application. You know, File, Edit, Help... that kind of menu.
After adding a MenuButton (not an OptionButton) to the node list, two new buttons appear above the work area: Layout and Item. (Please see the screenshot above.) The Item button (circled in red in the screenshot) brings up a dialog named Item List Editor (the right side of the screenshot above) wherein you can add menu items to the MenuButton
.
After adding a few items using this dialog, I did a test and, yes, there was a drop-down menu attached to the window with all the items I'd added.
However, I hunted around in the Inspector pane, the node tree, etc. and didn't see that anything had changed. No new nodes in the node list, no new properties in the Inspector, no new signals in the Node
> Signal
pane, no script was attached to the MenuButton
node which means there also wasn't any match
statement added for handling the menu items.
As far as I can tell, I still have to add all the code for handling the menu items and—because it would have no relationship to the items in the Item List Editor —there was no point in making the list other than getting an uncontrolled and uncontrollable menu added to the window.
So, unless something is added and I simply haven't been able to find it... well, I don't get the point of having the Item List Editor.
If someone can point me in another direction, that would be great. Thanks for your patience.
I hope that clarifies things. Please let me know.