[Bug 13217] New: Minimize/restore needs to send a WM_SYSCOMMAND message
http://bugs.winehq.org/show_bug.cgi?id=13217 Summary: Minimize/restore needs to send a WM_SYSCOMMAND message Product: Wine Version: 1.0-rc1 Platform: Other OS/Version: other Status: NEW Severity: normal Priority: P2 Component: winex11.drv AssignedTo: wine-bugs(a)winehq.org ReportedBy: julliard(a)winehq.org Some apps like eMule (cf. bug 5844) and FL Studio (cf. bug 3270) depend on receiving a WM_SYSCOMMAND when a window is minimized or restored. Currently we call ShowWindow directly because the state of the window has already been changed by the window manager. -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=13217 --- Comment #1 from Vitaliy Margolen <vitaliy(a)kievinfo.com> 2008-05-15 23:23:14 --- If I recall correctly Delphi 3 and 5 apps need this too. To properly hide and restore their icon window. -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=13217 Vladimir <vladimiroski(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |vladimiroski(a)gmail.com --- Comment #2 from Vladimir <vladimiroski(a)gmail.com> 2008-05-24 21:28:51 --- Any plans on this?. I have to confirm this for eMule Plus also, I can only minimize it to tray if I select "Minimize to tray on exit" option or if I press ESC in eMule Plus Window. Wine wine-1.0-rc1; Ubuntu 7.10 -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=13217 --- Comment #3 from Vladimir <vladimiroski(a)gmail.com> 2008-05-30 19:07:05 --- Just to update the bug, this is still present in 1.0-RC3. After the wine improvements for transparent background systray icons and the fix for this bug 13475 is sad that this important thing is still broken :( -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=13217 Alexandre Julliard <julliard(a)winehq.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |FIXED --- Comment #4 from Alexandre Julliard <julliard(a)winehq.org> 2008-08-02 04:06:01 --- This is fixed now. -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=13217 --- Comment #5 from Vladimir <vladimiroski(a)gmail.com> 2008-08-02 08:52:36 --- Thank you!, I'm waiting for Wine 1.1.3 to test 8d77c375b27adc490d24d7593769f4e149d4102c :D -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=13217 billstei <billstei(a)hbci.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |billstei(a)hbci.com --- Comment #6 from billstei <billstei(a)hbci.com> 2008-08-02 10:29:45 --- Tested git 1.1.2-194 with FL Studio 8 ( http://www.flstudio.com ) and although the minimize behaviour has changed, it is not possible to minimize (or restore) the window. Current behaviour is that the window acts as though it is minimizing and immediately restores/reappears. Also: the extraneous narrow/wide window remains, and the right-click menu in Gnome Window List continues to not have a Minimize option available. -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=13217 Alexandre Julliard <julliard(a)winehq.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED --- Comment #7 from Alexandre Julliard <julliard(a)winehq.org> 2008-08-22 10:46:37 --- Closing bugs fixed in 1.1.3. -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=13217 --- Comment #8 from billstei <billstei(a)hbci.com> 2008-08-22 17:33:52 --- Tested Wine 1.1.3 and FL Studio 8 behavior is the same as comment #6 above. Whether the latest Wine code should fix the problem, or just lay the ground-work for the fix, I am not clear, but the problem in FL Studio remains. -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=13217 --- Comment #9 from Dmitry Timoshkov <dmitry(a)codeweavers.com> 2008-08-22 23:07:36 --- (In reply to comment #8)
Tested Wine 1.1.3 and FL Studio 8 behavior is the same as comment #6 above. Whether the latest Wine code should fix the problem, or just lay the ground-work for the fix, I am not clear, but the problem in FL Studio remains.
Then this is most likely a different problem. Why do you think it's related to sending WM_SYSCOMMAND? -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=13217 --- Comment #10 from billstei <billstei(a)hbci.com> 2008-08-22 23:47:33 --- The FL Studio minimize problem was being handled under bug #3270 and was transferred here. I have no idea if the FL Studio problem properly belongs here. -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=13217 --- Comment #11 from Alexandre Julliard <julliard(a)winehq.org> 2008-08-23 04:13:58 --- The remaining FL Studio issue is yet another problem, that app is really doing some very stupid things with its window management. Please file a new bug for that problem. -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=13217 --- Comment #12 from billstei <billstei(a)hbci.com> 2008-08-23 09:44:16 --- FL Studio minimize problem moved to bug #14957 -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
participants (1)
-
wine-bugs@winehq.org