Re: PrintDlg collate question

2004-07-16 Thread J. Wesley Cleveland
Hi, With this patch, the behavior of the Copies section of the print dialog box is correct.  The new behavior is: If number of copies is 1, collate option is unchecked and shaded because collate is not possible, and collate icon is removed whether it was set to collate or not collate. else

Re: Make wine honor LC_CTYPE and LC_MESSAGES

2004-07-16 Thread Alexandre Julliard
Shachar Shemesh <[EMAIL PROTECTED]> writes: > With my patch LC_CTYPE affects the "system default locale". LC_ALL, > LANGUAGE (a mistake, I think, but couldn't convince Alexandre), and > LANG affect the "user locale". Actually I agree that LANGUAGE is a mistake. What your original patch did was ma

Re: fix collate icon behavior in printdlg

2004-07-16 Thread Robert Shearman
James Hawkins wrote: Hi, With this patch, the behavior of the Copies section of the print dialog box is correct. The new behavior is: If number of copies is 1, collate option is unchecked and shaded because collate is not possible, and collate icon is removed whether it was set to collate

PrintDlg collate question

2004-07-16 Thread James Hawkins
Hi, With this patch, the behavior of the Copies section of the print dialog box is correct. The new behavior is: If number of copies is 1, collate option is unchecked and shaded because collate is not possible, and collate icon is removed whether it was set to collate or not collate. el

Re: Debugger bugs

2004-07-16 Thread Eric Pouech
Mike Hearn a écrit : Eric Pouech <[EMAIL PROTECTED]> writes: what does 'info share' report on ntdll ? (normally we should get full path if stabs support is present) I'm not sure, I'll check next time this happens ... and a recent fix by Alexandre may also have a positive impact on this Cool. Anoth

Re: Make wine honor LC_CTYPE and LC_MESSAGES

2004-07-16 Thread Shachar Shemesh
Dmitry Timoshkov wrote: "Shachar Shemesh" <[EMAIL PROTECTED]> wrote: With my patch LC_CTYPE affects the "system default locale". LC_ALL, LANGUAGE (a mistake, I think, but couldn't convince Alexandre), and LANG affect the "user locale". Hence - there are two locales in the Windows world. If we

Re: Debugger bugs

2004-07-16 Thread Mike Hearn
Eric Pouech <[EMAIL PROTECTED]> writes: > what does 'info share' report on ntdll ? (normally we should get full > path if stabs support is present) I'm not sure, I'll check next time this happens ... >> 3) winedbg won't print the values of local variables: >> Wine-dbg>print i >> fixme:dbghelp:Sym

Re: PATCH: msrel32 new compiler

2004-07-16 Thread Dmitry Timoshkov
"Marcus Meissner" <[EMAIL PROTECTED]> wrote: > --- dlls/msrle32/msrle32.c 27 Feb 2004 21:51:13 - 1.8 > +++ dlls/msrle32/msrle32.c 16 Jul 2004 12:36:10 - > @@ -572,7 +572,8 @@ > >/* add EOL -- end of line */ >lpbiOut->biSizeImage += 2; > - *((LPWORD)lpOut)++ = 0; > +

Re: Scrollbars, an application bug or a wine regression ? (#2314)

2004-07-16 Thread Dmitry Timoshkov
"Nicolai Kuntze" <[EMAIL PROTECTED]> wrote: > I have the program online with some help how to get it started and how > to get the error/problem. I hope you have seen this. Does this help > you? I try to get from the developer some test case but I can not > promise anything. If I can't get an .

Re: Make wine honor LC_CTYPE and LC_MESSAGES

2004-07-16 Thread Dmitry Timoshkov
"Shachar Shemesh" <[EMAIL PROTECTED]> wrote: > With my patch LC_CTYPE affects the "system default locale". LC_ALL, > LANGUAGE (a mistake, I think, but couldn't convince Alexandre), and LANG > affect the "user locale". Hence - there are two locales in the Windows > world. If we implement the MUI

Re: Marshalling tutorial

2004-07-16 Thread Marcus Meissner
On Fri, Jul 16, 2004 at 01:39:49PM +0100, Mike Hearn wrote: > Thanks for the review Marcus. > > One question - when you do a CoRegisterClassObject does Microsoft COM > start a StubReaderThread like ours does, or does it do something > different? I've seen some installers that don't shut down becau

Re: Marshalling tutorial

2004-07-16 Thread Mike Hearn
Thanks for the review Marcus. One question - when you do a CoRegisterClassObject does Microsoft COM start a StubReaderThread like ours does, or does it do something different? I've seen some installers that don't shut down because the backends main thread is sitting in a message loop it went into

Re: DefPushButton management patch

2004-07-16 Thread Katia Maculan
Sorry I used the wrong address. Thanks Katia Andreas Mohr wrote: Hello, On Thu, Jul 15, 2004 at 03:38:38PM +0200, Katia Maculan wrote: I found and fixed 2 problems in DEAFULTPUSHBUTTON management: Since the destination address was titled "path", I assume you intend(ed)

Re: Scrollbars, an application bug or a wine regression ? (#2314)

2004-07-16 Thread Nicolai Kuntze
I have the program online with some help how to get it started and how to get the error/problem. I hope you have seen this. Does this help you? I try to get from the developer some test case but I can not promise anything. Nicolai Am 15.07.2004 um 15:15 schrieb Dmitry Timoshkov: "Nicolai Kuntze