Closed GoogleCodeExporter closed 9 years ago
[deleted comment]
[deleted comment]
[deleted comment]
Implementation details:
To minimize to system tray, call Shell_NotifyIcon with NIM_ADD and hide the
application window. Another tray icon event to restore the window when icon is
clicked needs to be handled.
For the window to stay on top call SetWindowPos(HWND_TOPMOST, 0, 0, 0, 0,
SWP_NOMOVE | SWP_NOSIZE).
Original comment by czarek.t...@gmail.com
on 4 Jan 2015 at 7:09
Option "always_on_top" added in revision a69d948755d4.
Original comment by czarek.t...@gmail.com
on 5 Jan 2015 at 9:00
Release candidates can be downloaded from the link below. The 39.1 version
includes the always_on_top option.
https://drive.google.com/folderview?id=0B1di2XiBBfacWWc3aEVnU2UyU1U&usp=drive_we
b#list
Original comment by czarek.t...@gmail.com
on 5 Jan 2015 at 9:14
Minimizing to Tray is a separate Issue 25.
Original comment by czarek.t...@gmail.com
on 12 Feb 2015 at 11:16
Option also added in branch 1650. See revision 44e55770864f.
Original comment by czarek.t...@gmail.com
on 13 Feb 2015 at 9:40
Original issue reported on code.google.com by
i...@taapo.com
on 25 Mar 2014 at 7:05