Re: LockWindowUpdate status?

2005-12-25 Thread Dan Kegel
On 12/20/05, Dan Kegel <[EMAIL PROTECTED]> wrote: > The last two ISVs I've talked with both had unpleasant > flashing while updating rich text boxes. Both call LockWindowUpdate, > and one ISV mentioned that he had to do that on Windows to > prevent flashing. ... I dug around a bit more; http://

LockWindowUpdate status?

2005-12-20 Thread Dan Kegel
The last two ISVs I've talked with both had unpleasant flashing while updating rich text boxes. Both call LockWindowUpdate, and one ISV mentioned that he had to do that on Windows to prevent flashing. Poking around a bit, it seems Mike Hearn wrote at patch for this: http://www.winehq.org/hypermai

Re: LockWindowUpdate status

2004-07-26 Thread Mike Hearn
On Mon, 2004-07-26 at 19:31 +0200, Diego 'Flameeyes' Pettenà wrote: > My question is if there's some update on the status of LockWindowUpdate, > because Mike's comment seems to point out that the patch won't work properly. It'll be applied in a few months I expect, depends how soon Alexandre comp

LockWindowUpdate status

2004-07-26 Thread Diego 'Flameeyes' Pettenò
Hi, I was trying to debug wine while using ClrMamePro to fix the Bug #2387 I reported (the main windows doesn't reappear after it's hide). The way of ShowWindow() function seems not to be the right one, because it seems not to be called when the window should shown up after hide. So I started fol