With current cvs, check boxes in group boxes are no longer displayed. See: http://www.winehq.org/hypermail/wine-bugs/2004/08/0136.html
Is this a general problem, or just in the hour.exe example? Is there source for hour.exe?
Zach
-----Original Message----- From: wine-devel-admin@winehq.org [mailto:wine-devel-admin@winehq.org] On Behalf Of Robert Reif Sent: Tuesday, August 24, 2004 8:02 AM To: Wine Develop Subject: check box in group box regression
With current cvs, check boxes in group boxes are no longer displayed. See: http://www.winehq.org/hypermail/wine-bugs/2004/08/0136.html
Zach Gorman wrote:
Is this a general problem, or just in the hour.exe example? Is there source for hour.exe?
Zach
-----Original Message----- From: wine-devel-admin@winehq.org [mailto:wine-devel-admin@winehq.org] On Behalf Of Robert Reif Sent: Tuesday, August 24, 2004 8:02 AM To: Wine Develop Subject: check box in group box regression
With current cvs, check boxes in group boxes are no longer displayed. See: http://www.winehq.org/hypermail/wine-bugs/2004/08/0136.html
It is a real problem that I was able to reproduce with a simple program.
It's just a simple MFC program. I don't have the source with me now but all it does is set the wait cursor in the check box callback, sleep for 5 seconds, and then restore the cursor. The check box is inside a group box. I can get it tomorrow if needed.
Does it matter whether the check box is before or after the group box in the Z-order? Does the group box obscure any other controls? If you move the check box so it is half-in and half-out of the group box, for example, does only half of it get cut off?
Zach
-----Original Message----- From: Robert Reif [mailto:reif@earthlink.net] Sent: Tuesday, August 24, 2004 7:01 PM To: Zach Gorman Cc: wine-devel@winehq.org Subject: Re: check box in group box regression
Zach Gorman wrote:
Is this a general problem, or just in the hour.exe example? Is there source for hour.exe?
Zach
-----Original Message----- From: wine-devel-admin@winehq.org [mailto:wine-devel-admin@winehq.org] On Behalf Of Robert Reif Sent: Tuesday, August 24, 2004 8:02 AM To: Wine Develop Subject: check box in group box regression
With current cvs, check boxes in group boxes are no longer displayed. See: http://www.winehq.org/hypermail/wine-bugs/2004/08/0136.html
It is a real problem that I was able to reproduce with a simple program.
It's just a simple MFC program. I don't have the source with me now but all it does is set the wait cursor in the check box callback, sleep for 5 seconds, and then restore the cursor. The check box is inside a group box. I can get it tomorrow if needed.
Zach Gorman wrote:
Does it matter whether the check box is before or after the group box in the Z-order? Does the group box obscure any other controls? If you move the check box so it is half-in and half-out of the group box, for example, does only half of it get cut off?
Zach
-----Original Message----- From: Robert Reif [mailto:reif@earthlink.net] Sent: Tuesday, August 24, 2004 7:01 PM To: Zach Gorman Cc: wine-devel@winehq.org Subject: Re: check box in group box regression
Zach Gorman wrote:
Is this a general problem, or just in the hour.exe example? Is there source for hour.exe?
Zach
-----Original Message----- From: wine-devel-admin@winehq.org [mailto:wine-devel-admin@winehq.org] On Behalf Of Robert Reif Sent: Tuesday, August 24, 2004 8:02 AM To: Wine Develop Subject: check box in group box regression
With current cvs, check boxes in group boxes are no longer displayed. See: http://www.winehq.org/hypermail/wine-bugs/2004/08/0136.html
It is a real problem that I was able to reproduce with a simple program.
It's just a simple MFC program. I don't have the source with me now but all it does is set the wait cursor in the check box callback, sleep for 5 seconds, and then restore the cursor. The check box is inside a group box. I can get it tomorrow if needed.
The z order problem wasn't there 2 days ago.
Zach Gorman wrote:
Does it matter whether the check box is before or after the group box in the Z-order? Does the group box obscure any other controls? If you move the check box so it is half-in and half-out of the group box, for example, does only half of it get cut off?
Zach
-----Original Message----- From: Robert Reif [mailto:reif@earthlink.net] Sent: Tuesday, August 24, 2004 7:01 PM To: Zach Gorman Cc: wine-devel@winehq.org Subject: Re: check box in group box regression
Zach Gorman wrote:
Is this a general problem, or just in the hour.exe example? Is there source for hour.exe?
Zach
-----Original Message----- From: wine-devel-admin@winehq.org [mailto:wine-devel-admin@winehq.org] On Behalf Of Robert Reif Sent: Tuesday, August 24, 2004 8:02 AM To: Wine Develop Subject: check box in group box regression
With current cvs, check boxes in group boxes are no longer displayed. See: http://www.winehq.org/hypermail/wine-bugs/2004/08/0136.html
It is a real problem that I was able to reproduce with a simple program.
It's just a simple MFC program. I don't have the source with me now but all it does is set the wait cursor in the check box callback, sleep for 5 seconds, and then restore the cursor. The check box is inside a group box. I can get it tomorrow if needed.
I just finished compiling cvs and the z order problem is fixed but the wait cursor doesn't change when you move it off the dialog.