mirror of
https://github.com/ElectronNET/Electron.NET.git
synced 2026-02-04 05:34:51 +00:00
Tray click event not fired, BalloonClosed event only called once #674
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @nazar322 on GitHub (Jun 25, 2021).
Originally assigned to: @GregorBiswanger on GitHub.
Steps to Reproduce:
Tray context menu items work fine
TraySampleElectronNet.zip
@towerbit commented on GitHub (Sep 26, 2021):
OnDoubleClick event can not be fired neither.
@GregorBiswanger commented on GitHub (Mar 28, 2023):
🎉🚀 New Electron.NET version 23.6.1 released 🚀🎉
With native Electron 23 and .NET 6 support. Your problem should be fixed here. If you continue to have the problem, please let us know. Please note the correct updating of your API & CLI. Info in the README. Have fun!
@nazar322 commented on GitHub (May 18, 2023):
@GregorBiswanger still nor
Electron.Tray.OnClickorElectron.Tray.OnDoubleClickdoes fire an event.Electron.CLI 23.6.1.
How can I help to reproduce?
@nazar322 commented on GitHub (May 18, 2023):
@nazar322 commented on GitHub (Nov 15, 2023):
The interesting part is that you have to first call Show method, ONLY THEN AFTER YOU CAN SUBSCRIBE TO TRAY EVENTS!


Thx to this beautiful if statement in the native implementation.
and
So that is why this fails
BUT NOT THIS