armory3d/zui

Menu Bar?

lunabunn opened this issue · 5 comments

Does zui have built-in menu bars? (like that of imgui?)
This seems like a really basic thing, but I can't find it in the examples nor in the README.

For clarification, I mean the bar at the top of many programs with drop-down menu items like "File", "Edit", "View", etc.

If this is not yet implemented, what can I do to mimic it? Is it planned to be added in the near feature?

Thanks in advance,

Hello,

No built-in menu bar yet. There is a plan to eventually add it into Ext.hx, but I am not sure when exactly. Right now I mimic it with button()s. :)

If anyone is wondering how lubos does it, have a look here

@luboslenco you added the stubs for menu's so this should probably be closed no ?

Working on it but it's not finished yet.

Still mimicked by buttons. :)