Re: Wine menu woes

2004-04-11 Thread Ulrich Czekalla
I do have a patch that needs to be cleaned up that moves menu management to the server. It's a rather large patch because all the menu painting and event handling had to be rewritten. My plan is to finish it up once we release our next version of Crossover. /Ulrich On Sat, Apr 10, 2004 at

Wine menu woes

2004-04-10 Thread Geoffrey Hausheer
I have an application that seems to work very well, except that the menus don't work (in wine, they are fine in Windows) The app is located here (free download): http://www.acumeninc.com/download/tzmax50v3.21.exe After some debugging, I found that the app creates a menu, then destroys it and

Re: Wine menu woes

2004-04-10 Thread Phil Krylov
Hello Geoffrey, Saturday, April 10, 2004, 9:20:56 PM, you wrote: GH I have an application that seems to work very well, except that the menus GH don't work (in wine, they are fine in Windows) GH The app is located here (free download): GH http://www.acumeninc.com/download/tzmax50v3.21.exe GH

Re: Wine menu woes

2004-04-10 Thread Mike Hearn
On Sat, 10 Apr 2004 12:20:56 -0500, Geoffrey Hausheer wrote: That last line is where wine and Windows differ. In windows, the menuid is always different, so hMenu never equals hOldMenu. In wine, we reuse the menuid, so hMenu always equals hOldMenu. Since SetMenu didn't get called after the