Re: menu: Fix for menu tracking problem version 2

2003-12-12 Thread Alexandre Julliard
Andrew de Quincey <[EMAIL PROTECTED]> writes: >> Most likely yes, it should go in the server. But first need to know >> what the exact behavior is supposed to be in all cases. > > Can you give me some more ideas as to what you would like me to check? I'm not > really a UI person Well, things

Re: menu: Fix for menu tracking problem version 2

2003-12-12 Thread Andrew de Quincey
On Friday 12 December 2003 06:03, Alexandre Julliard wrote: > Andrew de Quincey <[EMAIL PROTECTED]> writes: > > Do you think such a thing should be implemented in wineserver or in the > > user32 DLL? To me, it would go in wineserver 'cos it has all the > > information available in one place... plus

Re: menu: Fix for menu tracking problem version 2

2003-12-11 Thread Alexandre Julliard
Andrew de Quincey <[EMAIL PROTECTED]> writes: > Do you think such a thing should be implemented in wineserver or in the user32 > DLL? To me, it would go in wineserver 'cos it has all the information > available in one place... plus (to me) its kind of a hard constraint that > should be implemen

Re: menu: Fix for menu tracking problem version 2

2003-12-11 Thread Andrew de Quincey
On Thursday 11 December 2003 19:48, Andrew de Quincey wrote: > On Saturday 06 December 2003 19:46, Alexandre Julliard wrote: > > Andrew de Quincey <[EMAIL PROTECTED]> writes: > > > I wrote a program in windows which had owner drawn menu items. Whenever > > > I received the WM_DRAWITEM message: > >

Re: menu: Fix for menu tracking problem version 2

2003-12-11 Thread Andrew de Quincey
On Saturday 06 December 2003 19:46, Alexandre Julliard wrote: > Andrew de Quincey <[EMAIL PROTECTED]> writes: > > I wrote a program in windows which had owner drawn menu items. Whenever I > > received the WM_DRAWITEM message: > > > > 1) I called GetCapture(), and compared it with the hwnd of main w

Re: menu: Fix for menu tracking problem version 2

2003-12-06 Thread Alexandre Julliard
Andrew de Quincey <[EMAIL PROTECTED]> writes: > I wrote a program in windows which had owner drawn menu items. Whenever I > received the WM_DRAWITEM message: > > 1) I called GetCapture(), and compared it with the hwnd of main window > containing the menu. It pops up a message box if they are dif