alexflint / gallium

Build desktop applications in Go and HTML.
MIT License
3.67k stars 135 forks source link

Menus don't show up unless you run the application bundle #24

Closed raff closed 8 years ago

raff commented 8 years ago

It's not very clear from the instructions in the README:

To run the example as a full-fledged UI application, you need to build an app bundle:
...
Alternatively, you can run the executable directly, but the window will initially appear behind all other windows, and it will also not appear in the dock or the switcher, so you will have to find it manually:

Can you add a note in the "common pitfalls" that explains that ? It took me a while to figure out why everything was working but the menus.

alexflint commented 8 years ago

Ah thanks for the note @raff, will do.