Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Native Menu Support #44

Open
MikeYeager opened this issue Mar 11, 2021 · 5 comments
Open

Native Menu Support #44

MikeYeager opened this issue Mar 11, 2021 · 5 comments
Labels
enhancement New feature or request Windows Only on Windows

Comments

@MikeYeager
Copy link
Collaborator

Allow user to manipulate OS menu
By passing in JSON for initialization
Still need an API to add, remove, disable, etc.

@MikeYeager MikeYeager added enhancement New feature or request Windows Only on Windows labels Mar 11, 2021
@stevesobol
Copy link

I'd like to work on this, and systray/notification area integration on all three platforms. I may need some help figuring out what changes I need to make to both Photino.Net and Photino.Native.

@MikeYeager
Copy link
Collaborator Author

@stevesobol That's fantastic. Thank you. I believe the notifications are already implemented in the latest builds, so it's just the native menus remaining.

@stevesobol
Copy link

I believe notifications are implemented too, but what I want to see is native notifications. Not sure if that's been implemented. I'll try to check this weekend.

@stevesobol
Copy link

So, let's jump back to the discussion about menus. Bullet list of things we should implement:

  • Add/mod/delete (obviously) :)
  • Menu separators
  • Checked menu items
  • Menu items with icons; this may be a Windows-only feature. I've never seen it on macOS or Linux.
  • Submenus
  • Context/popup menus, but that functionality already exists and I don't know whether it's worth the time to implement native context menus.

Am I missing anything?

On Linux, do we want to use Gtk to implement the native UI?

I have access to native development environments on all three platforms...

@MikeYeager
Copy link
Collaborator Author

All we can think of in addition to your list is disabling or hiding menus and/or menu items. Thank you!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request Windows Only on Windows
Projects
None yet
Development

No branches or pull requests

2 participants