Google Code Exporter

Results 21406 comments of Google Code Exporter

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 `[email protected]` on 23 Oct 2013 at 7:17

It is still open for discussion what system tray functionality should be implemented. For what I see that would be needed is: 1. A dictionary option in settings.json like "tray_menu",...

See Tray API in Node-Webkit: https://github.com/rogerwang/node-webkit/wiki/Tray See also "Minimize to tray" example: https://github.com/rogerwang/node-webkit/wiki/Minimize-to-tray Original comment by `[email protected]` on 16 Feb 2014 at 3:48

``` Seems like a bug in CEF. The CefDragHandler::OnDragEnter callback is supposed to affect only external drag events, but looks like it also affects internal drag events when returning true...

``` The solution to file dropping onto phpdesktop window is to detect it local file url in OnBeforeNavigation. The url dropping is a rare case and I think we can...

Original comment by `[email protected]` on 9 Aug 2014 at 6:28 - Added labels: **NextRelease**, **Priority-High** - Removed labels: **Priority-Medium**

Original comment by `[email protected]` on 13 Oct 2014 at 6:51 - Added labels: **Bug**

Original comment by `[email protected]` on 21 Oct 2014 at 10:38 - Added labels: **Restrict-AddIssueComment-Commit**

``` Project will move to Github. Find this issue at the new address (soon): https://github.com/cztomczak/phpdesktop/issues/97 ``` Original comment by `[email protected]` on 24 Aug 2015 at 3:28

Original comment by `[email protected]` on 23 Sep 2014 at 9:22 - Added labels: **Priority-Medium**