Feathers UI doesn't have a Menu
component yet. I'd definitely like to add one in the future, but it hasn't been a priority yet. You could possibly hack something together with ButtonBar
and ListView
.
OpenFL hasn't yet implemented the NativeMenu
APIs from Adobe AIR either.
OpenFL 9.2.0 introduced the openfl.filesystem.File
class. This includes several APIs for opening native file dialogs:
These APIs are available only on "sys" targets like C++, HashLink, and Neko, which allow for deeper operating system integration. Obviously, they're not going to work on the html5 target.