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

Popup without sound #38

Closed
PULSO-Gloves opened this issue Jan 24, 2022 · 2 comments
Closed

Popup without sound #38

PULSO-Gloves opened this issue Jan 24, 2022 · 2 comments

Comments

@PULSO-Gloves
Copy link

Can we do this?

@dustinkredmond
Copy link
Owner

@PULSO-Gloves unfortunately, this is not possible by using the FXTrayIcon library, as it just calls built-in AWT and JavaFX methods. You would have to research whether AWT and/or JavaFX allow this, but I would guess that this is handled by the desktop environment of whatever operating system you are using.

@EasyG0ing1
Copy link
Contributor

@PULSO-Gloves You might be able to assign an event listener of some kind to the TrayIcon then fire off an audio file when the event is triggered... but I'm only making an educated guess without any attempt at trying it myself.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants