tingobol / phpdesktop

Automatically exported from code.google.com/p/phpdesktop
0 stars 0 forks source link

Always on top option #98

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Please add a possibility to have the PHP Desktop window always on top, and an 
option to minize it to the tray.

Original issue reported on code.google.com by i...@taapo.com on 25 Mar 2014 at 7:05

GoogleCodeExporter commented 9 years ago
[deleted comment]
GoogleCodeExporter commented 9 years ago
[deleted comment]
GoogleCodeExporter commented 9 years ago
[deleted comment]
GoogleCodeExporter commented 9 years ago
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

GoogleCodeExporter commented 9 years ago
Option "always_on_top" added in revision a69d948755d4.

Original comment by czarek.t...@gmail.com on 5 Jan 2015 at 9:00

GoogleCodeExporter commented 9 years ago
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

GoogleCodeExporter commented 9 years ago
Minimizing to Tray is a separate Issue 25.

Original comment by czarek.t...@gmail.com on 12 Feb 2015 at 11:16

GoogleCodeExporter commented 9 years ago
Option also added in branch 1650. See revision 44e55770864f.

Original comment by czarek.t...@gmail.com on 13 Feb 2015 at 9:40