-
-
Notifications
You must be signed in to change notification settings - Fork 574
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
System tray icon for application #25
Comments
I also would like this feature. I want to build desktop widgets based on your project. Original comment by |
Two points of reference for anyone attempting this feat: http://www.codeproject.com/Articles/74/Adding-Icons-to-the-System-Tray http://bobobobo.wordpress.com/2009/03/30/adding-an-icon-system-tray-win32-c/ Original comment by |
It is still open for discussion what system tray functionality should be implemented. For what I see that would be needed is:
Please share with us your use cases for the system tray, so we can decide what API would need to be added to PHP Desktop. Original comment by
|
See Tray API in Node-Webkit: https://github.com/rogerwang/node-webkit/wiki/Tray Original comment by |
Hello, How can we change the 'Elephant task bar Icon' to a custom icon ? Thank you |
Macwilcy: I think this question has been answered before... anyway... just use Resource Hacker to change the icon. ;) |
Added "minimize_to_tray" and "minimize_to_tray_message" options.
Release Candidate 31.10 added option to minimize to system tray, see the above commit for the new options. |
Now with the "minimize_to_tray" option available it would be useful to be able to start php desktop minimized. For example when app needs to run in background and auto start on Windows boot. This could be accomplished by introducing a command-line flag to start app minimized eg |
replace icon with resource hacker keeps showing 'out of memory'. |
Would it be possible to add an option to let the user minimize the app to the system tray?
Original issue reported on code.google.com by
linds...@gmail.com
on 3 Apr 2013 at 9:09The text was updated successfully, but these errors were encountered: