system tray icon should be a spearate enitity, not related to any parent window #1295
kia-nasirzadeh
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
first off thank you for your awesome project
i was tryin to use this on one of my project and i found a big problem, actually in some scenarios of my project flow, you just have a single system tray icon as the only visible control of your app, so it shouldn't be the child of any other window, i mean a system tray icon should be able to have an appearance (control) just by init it in app.xaml.cs, i have also red your todo on traymanager which says:
/*
*/
i mean actually it seems okay the way it is! no killing signal should be send to system tray class by closing the parent window and by the way no parent window should exists because as i said system tray should be compelete separate entity (as it's legacy behaviour in system.windows.forms.notifyIcon)
i will appretiate if you change the architecture
thank you
Beta Was this translation helpful? Give feedback.
All reactions