RE: Last-chance deactivation of MDI Child before destruction

2004-11-14 Thread Zach Gorman
> From: Dmitry Timoshkov [mailto:[EMAIL PROTECTED] > > What happens if that additional WM_MDIACTIVATE won't deactivate an MDI > child either, or an app doesn't allow deactivation for some reason? > Anyway, please add another MDI message test case showing what Windows > does in that case because yo

ListView DrawText Flags

2004-11-13 Thread Zach Gorman
Dimitrie - You have a patch back in 2002 that cleans up the listview DrawText() code in comctl32. When calling DrawText from a single-line edit control, you don't pass DT_NOPREFIX. Is this intentional, or just an oversight? My testing on Windows shows that & characters do not get converted to _ ev

RE: modal dialog: Wait until message queue runs dry before calling ShowWindow()

2004-09-09 Thread Zach Gorman
PROTECTED] Sent: Thursday, September 09, 2004 2:37 PM To: [EMAIL PROTECTED] Subject: Re: modal dialog: Wait until message queue runs dry before calling ShowWindow() Zach Gorman wrote: > My tests show that Windows behaves this way. If you could submit your test as a patch including it in the wine t

RE: check box in group box regression

2004-08-24 Thread Zach Gorman
: Robert Reif [mailto:[EMAIL PROTECTED] Sent: Tuesday, August 24, 2004 7:01 PM To: Zach Gorman Cc: [EMAIL PROTECTED] 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 >

RE: check box in group box regression

2004-08-24 Thread Zach Gorman
Is this a general problem, or just in the hour.exe example? Is there source for hour.exe? Zach -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Robert Reif Sent: Tuesday, August 24, 2004 8:02 AM To: Wine Develop Subject: check box in group box regression

RE: Windows Default Button Observations

2004-08-15 Thread Zach Gorman
> Once you remembered the current (possibly inactive) default > button in DIALOGINFO, this should come for free. I hope at > most one button can be default in a dialog... In Windows, when you click & hold on a button, each button in the dialog gets sent a WM_GETDLGCODE, presumably to determine wh

Windows Default Button Observations

2004-08-14 Thread Zach Gorman
While fixing some compatibility problems in Wine relating to my app, I had the opportunity to compare how Wine handles default buttons to how Windows handles them. [Definition: Default buttons have the BS_DEFPUSHBUTTON style, are drawn with an extra-thick border, and are the buttons chosen

Valgrind/Wine

2004-07-21 Thread Zach Gorman
The latest build of valgrind that supports wine is now 8 months stale, and it doesn’t seem to work on the wine head. Adam Gundy did some great work on this, and it would be a shame to see it go to waste. Is anyone out there able to pick up the torch on this?   Zach