Re: Patch 7.4.840

2015-09-01 Fir de Conversatie Charles Campbell
Bram Moolenaar wrote: > Patch 7.4.840 (after 7.4.829) > Problem:Tooltip window stays open. > Solution: Send a WM_CLOSE message. (Jurgen Kramer) > Files: src/gui_w32.c > > > *** ../vim-7.4.839/src/gui_w32.c 2015-08-25 12:21:23.583957205 +0200 > --- src/gui_w3

Patch 7.4.840

2015-08-26 Fir de Conversatie Bram Moolenaar
Patch 7.4.840 (after 7.4.829) Problem:Tooltip window stays open. Solution: Send a WM_CLOSE message. (Jurgen Kramer) Files: src/gui_w32.c *** ../vim-7.4.839/src/gui_w32.c2015-08-25 12:21:23.583957205 +0200 --- src/gui_w32.c 2015-08-26 23:10:03.847838259 +0200

Re: Patch 7.4.840

2015-08-26 Fir de Conversatie Yegappan Lakshmanan
fix (patch 829) for the crash is not correct. - Yegappan On Wed, Aug 26, 2015 at 2:12 PM, Bram Moolenaar b...@moolenaar.net wrote: Patch 7.4.840 (after 7.4.829) Problem:Tooltip window stays open. Solution: Send a WM_CLOSE message. (Jurgen Kramer) Files: src/gui_w32.c *** ../vim

Re: Patch 7.4.840

2015-08-26 Fir de Conversatie Raymond Ko
message to a window is not the same as calling DestroyWindow(). So I think the original fix (patch 829) for the crash is not correct. - Yegappan On Wed, Aug 26, 2015 at 2:12 PM, Bram Moolenaar b...@moolenaar.net wrote: Patch 7.4.840 (after 7.4.829) Problem:Tooltip window stays open

Re: Patch 7.4.840

2015-08-26 Fir de Conversatie 'Jürgen Krämer' via vim_dev
Hi, Yegappan Lakshmanan schrieb am 26.08.2015 um 23:33: Based on the following posts: http://blogs.msdn.com/b/oldnewthing/archive/2011/09/26/10216420.aspx http://blogs.msdn.com/b/oldnewthing/archive/2005/07/27/443824.aspx sending a WM_CLOSE and WM_NCDESTROY message to a window is not

Re: Patch 7.4.840

2015-08-26 Fir de Conversatie Yegappan Lakshmanan
: Patch 7.4.840 (after 7.4.829) Problem:Tooltip window stays open. Solution: Send a WM_CLOSE message. (Jurgen Kramer) Files: src/gui_w32.c *** ../vim-7.4.839/src/gui_w32.c2015-08-25 12:21:23.583957205 +0200 --- src/gui_w32.c 2015-08-26 23:10:03.847838259 +0200