[Bug 9896] New: missing minimize box in vb6 application
http://bugs.winehq.org/show_bug.cgi?id=9896 Summary: missing minimize box in vb6 application Product: Wine Version: 0.9.46. Platform: All OS/Version: Linux Status: UNCONFIRMED Severity: normal Priority: P1 Component: wine-shell32 AssignedTo: wine-bugs(a)winehq.org ReportedBy: gabmoa(a)yahoo.it Created an attachment (id=8389) --> (http://bugs.winehq.org/attachment.cgi?id=8389) the two example programs These are two very simple VB6 applications, 0x6CA0000.exe and 0x6CE0000.exe In windows the minimize box is visible, while in wine (Ubuntu 7.04 - wine 0.9.46) the first one doesn't have the box: 0x6CA0000 -> WRONG, the min box doesn't appear ' VB6 form: Border Style: Fixed single (1), Max button = False, Min Button= True 0x6CE0000 -> RIGHT, the min box appear ' VB6 form: Border Style: Sizable (2), Max button = False, Min Button= True 0x6CE0000 - 0x6CA0000 = WS_THICKFRAME -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=9896 Vitaliy Margolen <vitaliy(a)kievinfo.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Severity|normal |minor Component|wine-shell32 |wine-misc Priority|P1 |P2 --- Comment #1 from Vitaliy Margolen <vitaliy(a)kievinfo.com> 2007-10-04 21:32:24 --- How about c program showing exactly what you are doing with api? VB is a scripting language which is not suitable for any API test cases. I really doubt this has anything to do with shell32. -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=9896 --- Comment #2 from Gabriele <gabmoa(a)yahoo.it> 2007-10-05 01:14:05 --- This is my first post so i choose one category(In reply to comment #1)
How about c program showing exactly what you are doing with api? VB is a scripting language which is not suitable for any API test cases. I really doubt this has anything to do with shell32.
This is my first post so i choose one category. The fact is that ALL vb programs with that style doesn't show the min box. I can post the 2 vb source code but i think the problem can be verified also with c (i don't master it very well). It is related to how the form is created. -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=9896 --- Comment #3 from Gabriele <gabmoa(a)yahoo.it> 2007-10-07 04:38:34 --- Created an attachment (id=8435) --> (http://bugs.winehq.org/attachment.cgi?id=8435) a simple C program with sources with minimize box = true -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=9896 --- Comment #4 from Gabriele <gabmoa(a)yahoo.it> 2007-10-07 04:39:20 --- (From update of attachment 8435) I have done another example of application (C not VB) with a window with the WS_THICKFRAME = False and WS_MINIMIZEBOX = False In MS Win (tried 2000/XP) the minimize box is visible instead in wine the minimize box is missing. I hope this helps! -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=9896 --- Comment #5 from Gabriele <gabmoa(a)yahoo.it> 2007-10-07 07:56:56 --- (In reply to comment #4) Sorry, WS_MINIMIZEBOX = True of course -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=9896 --- Comment #6 from Vitaliy Margolen <vitaliy(a)kievinfo.com> 2007-10-07 10:37:58 --- Created an attachment (id=8439) --> (http://bugs.winehq.org/attachment.cgi?id=8439) How the program looks on Wine Thank you for the test. However it woks properly for me (see attachment). This is with KDE. So you should really file a bug report with your distro and/or your desktop environment. -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=9896 --- Comment #7 from Gabriele <gabmoa(a)yahoo.it> 2007-10-07 16:09:56 --- Created an attachment (id=8453) --> (http://bugs.winehq.org/attachment.cgi?id=8453) A screenshot of the missing minimize box and the setting that make the mistake
However it woks properly for me (see attachment). This is with KDE.
I think the problem is related to gnome integration. This can be seen in the attached screenshot. If I turn off the 'Allow the window manager to control the window' in winecfg the minimize box returns! Ubuntu 7.04 Gnome 2.18.1 -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=9896 --- Comment #8 from Vitaliy Margolen <vitaliy(a)kievinfo.com> 2007-10-07 16:38:32 --- File bug with ubuntu/gnome. for this -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=9896 --- Comment #9 from Gabriele <gabmoa(a)yahoo.it> 2007-10-08 12:38:24 --- (In reply to comment #8)
File bug with ubuntu/gnome. for this
sorry i don't understand. Should I change the bugzilla bug description? -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=9896 --- Comment #10 from Vitaliy Margolen <vitaliy(a)kievinfo.com> 2007-10-08 19:30:12 --- This is not Wine's bug. This is bug in Gnome. And this is where you should report it (Gnome's bugzilla). -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=9896 Dmitry Timoshkov <dmitry(a)codeweavers.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |RESOLVED Resolution| |DUPLICATE --- Comment #11 from Dmitry Timoshkov <dmitry(a)codeweavers.com> 2007-10-10 06:59:16 --- Duplicate. *** This bug has been marked as a duplicate of bug 2841 *** -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=9896 Dmitry Timoshkov <dmitry(a)codeweavers.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED --- Comment #12 from Dmitry Timoshkov <dmitry(a)codeweavers.com> 2007-10-10 06:59:27 --- Closing dup. -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=9896 Austin English <austinenglish(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Platform|All |Other --- Comment #13 from Austin English <austinenglish(a)gmail.com> 2012-02-23 15:26:44 CST --- Removing deprecated 'All' Platform. -- 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