Skip to content
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

Always on top option #98

Closed
GoogleCodeExporter opened this issue Aug 28, 2015 · 8 comments
Closed

Always on top option #98

GoogleCodeExporter opened this issue Aug 28, 2015 · 8 comments

Comments

@GoogleCodeExporter
Copy link

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 [email protected] on 25 Mar 2014 at 7:05

@GoogleCodeExporter
Copy link
Author

[deleted comment]

2 similar comments
@GoogleCodeExporter
Copy link
Author

[deleted comment]

@GoogleCodeExporter
Copy link
Author

[deleted comment]

@GoogleCodeExporter
Copy link
Author

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 [email protected] on 4 Jan 2015 at 7:09

  • Added labels: Priority-High
  • Removed labels: Priority-Medium

@GoogleCodeExporter
Copy link
Author

Option "always_on_top" added in revision a69d948755d4.

Original comment by [email protected] on 5 Jan 2015 at 9:00

@GoogleCodeExporter
Copy link
Author

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 [email protected] on 5 Jan 2015 at 9:14

@GoogleCodeExporter
Copy link
Author

Minimizing to Tray is a separate Issue 25.

Original comment by [email protected] on 12 Feb 2015 at 11:16

  • Changed title: Always on top option

@GoogleCodeExporter
Copy link
Author

Option also added in branch 1650. See revision 44e55770864f.

Original comment by [email protected] on 13 Feb 2015 at 9:40

  • Changed state: Fixed

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant