Re: Shift-Del does not work well :-(

2000-10-22 Thread gerard patel
At 12:10 PM 10/21/00 -0700, you wrote: I have a problem in notepad. When I hit Shift-Del It cuts the selected text all-right, but then it inserts a '.'. Ctrl-X works fine. Which version ? I can't see this problem with Notepad from windows 3.11 Wait, I have also Nt and this could be an

Re: dialogbox visual glitches

2000-10-22 Thread gerard patel
At 05:48 PM 10/21/00 +0200, you wrote: Hi, while trying to install a program I noticed that in managed mode the dialogboxes are drawn too large. This leads to a clearly visible problem, which is not in my field of experience ;) I have attached a screenshot from both unmanaged and managed mode

Expressions always evaluate to true/false

2000-10-22 Thread Joerg Mayer
Hello, I just finished compiling wine with an additional -W flag. From the 18273 warnings this generated, at least 16 are probably of interest: dispdib.c:75: warning: comparison of unsigned expression 0 is always false hglobalstream.c:595: warning: comparison of unsigned expression 0 is

BUG: sending WM_SETFOCUS after WM_DESTROY

2000-10-22 Thread Marcus Meissner
Hi, When opening a file in WinWord98 the latter sometimes crashes. Apparently, one window (probably the top filedialog window?) gets destroyed and following sequence of events happens: WIN_SendDestroyMsg() is entered for the toplevel window focus is set WM_DESTROY is sent to the window for

Re: Shift-Del does not work well :-(

2000-10-22 Thread Francois Gouget
On Sun, 22 Oct 2000, gerard patel wrote: At 12:10 PM 10/21/00 -0700, you wrote: I have a problem in notepad. When I hit Shift-Del It cuts the selected text all-right, but then it inserts a '.'. Ctrl-X works fine. Which version ? It's with the Windows 98 version of notepad. So

Re: PATCH: no tls space

2000-10-22 Thread Uwe Bonnes
Marcus Meissner writes: Hi, This gets rid of the misleading "No Tls Space" error message. (It appeared by closing a file open dialog with Escape.) Hallo, I don't think this is a fix. It only hides the real problem: Some builtin-commdlg function failed without setting

IShellBrowser window ID

2000-10-22 Thread gerard patel
From the news group (Jussi Jamppanen with his Zeus editor) : there is a problem with apps changing the size of the IShellBrowser in the file open dialog. It seems that the GetOpenFileName function is using a dummy hidden listbox control to get at the position of the IShellBrowser; this

Re: BUG: sending WM_SETFOCUS after WM_DESTROY

2000-10-22 Thread gerard patel
At 08:14 PM 10/22/00 +0200, you wrote: Hi, When opening a file in WinWord98 the latter sometimes crashes. Apparently, one window (probably the top filedialog window?) gets destroyed and following sequence of events happens: WIN_SendDestroyMsg() is entered for the toplevel window focus is set

Re: PATCH: no tls space

2000-10-22 Thread gerard patel
At 10:53 PM 10/22/00 +0200, you wrote: I don't think this is a fix. It only hides the real problem: Some builtin-commdlg function failed without setting COMDLG32_SetCommDlgExtendedError. The application sees the failed function and wants to know the reason. So the failing function is better

border painting: useless clipping tests?

2000-10-22 Thread mark dufour
hi :) I was observing X11DRV_SetDeviceClipping when I saw that for painting the borders of a window, 4 clipping rectangles are used at the same time ( one for each border ) This means that the drawing routines have to do useless clipping tests.. What is the purpose of these clipping

Re: BUG: sending WM_SETFOCUS after WM_DESTROY

2000-10-22 Thread Ove Kaaven
On Sun, 22 Oct 2000, gerard patel wrote: I have such a nasty doubt suddenly : has anyone ever checked if really the wm_destroy message is sent first to the parent, and after to its children ? It would be as logical to begin first with the children, then after that the parent. Yes, sort of.

Re: SHGetFileInfo patch - resubmit

2000-10-22 Thread Alexandre Julliard
davep [EMAIL PROTECTED] writes: I submitted this patch a few weeks ago but it seems to have fallen into the black hole... I would appreciate feedback if there is a problem with the implementation. As you mentioned yourself in your first submission, this violates dll separation. You should

Press coverage again

2000-10-22 Thread Andreas Mohr
Hi all, http://www.linuxtoday.com.au/r/article/jsp/sid/81603 "Wine: It Gets Better With Age" Andreas Mohr

Re: a DOS int patch

2000-10-22 Thread Alexandre Julliard
Ove Kaaven [EMAIL PROTECTED] writes: Renamed INT_RealModeInterrupt to INT_WineInterrupt, and made it call handlers in wineW16.dll. Also made INT_GetPMHandler return thunks from wineW16.dll instead of wprocs.dll. Well, my idea was not to move everything to

Re: BUG: sending WM_SETFOCUS after WM_DESTROY

2000-10-22 Thread gerard patel
At 02:17 AM 10/23/00 +0200, you wrote: On Sun, 22 Oct 2000, gerard patel wrote: I have such a nasty doubt suddenly : has anyone ever checked if really the wm_destroy message is sent first to the parent, and after to its children ? It would be as logical to begin first with the children,