Re: Problem with explorer desktop and PAINT messages

2006-04-11 Thread Fabian Cenedese
>Ok, I'm not sure about it waiting for that event. The call is >0009:Call kernel32.WaitForSingleObject(0048,) ret=00401c00 > >Anyway I wrote a test app, showwindow.c. It is available on >ftp://resnet.dnip.net . The relay log is there too. The test app tries >to mimic the calls I see.

Re: Problem with explorer desktop and PAINT messages

2006-04-11 Thread Jesse Allen
On 4/11/06, Alexandre Julliard <[EMAIL PROTECTED]> wrote: > "Jesse Allen" <[EMAIL PROTECTED]> writes: > > > Start of process 0x8: > > > > Creates 16x16 window, WS_POPUP style in thread 0x9, 10024 (Root Window) > > ShowWindow 10024 > > In ShowWindow set_active_window > > Creates a new thread 0x

Re: Wine fonts too big for their input fields.

2006-04-11 Thread Duane Clark
Tony Lambregts wrote: We now have at least three bugs[1] where the program will not accept the all the characters that are required if we do not use native fonts. The latest bug report was reported just today and the reporter resolved the bug as FIXED when he used Native fonts. So I have a co

Re: Problem with explorer desktop and PAINT messages

2006-04-11 Thread Jesse Allen
On 4/11/06, Alexandre Julliard <[EMAIL PROTECTED]> wrote: > "Jesse Allen" <[EMAIL PROTECTED]> writes: > > > Start of process 0x8: > > > > Creates 16x16 window, WS_POPUP style in thread 0x9, 10024 (Root Window) > > ShowWindow 10024 > > In ShowWindow set_active_window > > Creates a new thread 0x

Re: setupapi.dll updated by reactos

2006-04-11 Thread Dimi Paun
On Tue, 2006-04-11 at 23:27 +0200, Detlef Riekenberg wrote: > So when you have an Installer / Application, that needs more from > "setupapi.dll", this hint my help. Nice, anyone looking at merging back the changes? -- Dimi Paun <[EMAIL PROTECTED]> Lattica, Inc.

RE: IDE with Winemaker

2006-04-11 Thread Ng, Billy H CIV NAVSEA
In KDevelop, did you set up a new project your ddraw test app? If so, which type did you pick? Thanks. -Original Message- From: Stefan Dِsinger [mailto:[EMAIL PROTECTED] Sent: Thursday, March 23, 2006 9:27 To: wine-devel@winehq.org; Ng, Billy H CIV NAVSEA Subject: Re: IDE with Winemaker

setupapi.dll updated by reactos

2006-04-11 Thread Detlef Riekenberg
Hi. Hervé Poussineau (hpoussin) anounced today on #winehackers, that he did some updates (LGPL) on our "setupapi.dll" - codebase for reactos. So when you have an Installer / Application, that needs more from "setupapi.dll", this hint my help. -- By By ... ... Detlef

Re: DNSAPI: implement DnsQuery_UTF8 (review only)

2006-04-11 Thread Juan Lang
> Not sure how important NetBIOS is, but what do you mean by "the registry > has to be set up"? Is it something that needs to be added to wine.inf > and/or something added to winecfg? Or, would just documenting it be the > solution? I'm pretty sure we have no docs on it right now. You have to se

Re: DNSAPI: implement DnsQuery_UTF8 (review only)

2006-04-11 Thread Brian Vincent
On 4/11/06, Juan Lang <[EMAIL PROTECTED]> wrote: Yes, it can, with some caveats: the registry has to be set up correctly,and the name has to be NetBIOS-legal (15 characters or fewer, no NetBIOSspecial characters, which are different than DNS ones.)  It's especially the fact that the registry has to

Re: DNSAPI: implement DnsQuery_UTF8 (review only)

2006-04-11 Thread Hans Leidekker
On Tuesday 11 April 2006 19:38, Juan Lang wrote: > special characters, which are different than DNS ones.) It's especially > the fact that the registry has to be set up that makes this less useful. I see, well, DNS_QUERY_NO_NETBT was introduced after Windows 2000 and I think it shows where MS is

Re: Problem with explorer desktop and PAINT messages

2006-04-11 Thread Alexandre Julliard
"Jesse Allen" <[EMAIL PROTECTED]> writes: > Start of process 0x8: > > Creates 16x16 window, WS_POPUP style in thread 0x9, 10024 (Root Window) > ShowWindow 10024 > In ShowWindow set_active_window > Creates a new thread 0xc > Starts process 0xe > CreateEvent "WARCRAFT_III_OK" and waits on read

getwinegit.sh 0.33 released! (final version)

2006-04-11 Thread Christian Lachner
In this Release I changed all the stuff i was annoyed of. Here the changes: 0.33We are now also able to load a config-file... - Optional Config-File Support! The Internal Config-Area still exists. I created an example-config and a colorless one for all who don't wan

Re: DNSAPI: implement DnsQuery_UTF8 (review only)

2006-04-11 Thread Juan Lang
> > I'm not sure you really want to though. > > Why? Can our (your) netbios code do name lookups? Yes, it can, with some caveats: the registry has to be set up correctly, and the name has to be NetBIOS-legal (15 characters or fewer, no NetBIOS special characters, which are different than DNS ones

Re: DNSAPI: implement DnsQuery_UTF8 (review only)

2006-04-11 Thread Hans Leidekker
On Tuesday 11 April 2006 17:58, Juan Lang wrote: > +if (options & DNS_QUERY_NO_NETBT) > +FIXME( "option DNS_QUERY_NO_NETBT not implemented\n" ); > > In fact, you do support this. You don't support the lack of it. That is, > you don't call NetBIOS() to do a name lookup if it isn't spe

Re: Wine fonts too big for their input fields.

2006-04-11 Thread Steven Edwards
On 4/11/06, Tony Lambregts <[EMAIL PROTECTED]> wrote: > Should These bugs marked a duplicates? These reports should all be pending the same bug. We really need a proper font replacement. -- Steven Edwards "There is one thing stronger than all the armies in the world, and that is an idea whose ti

Wine fonts too big for their input fields.

2006-04-11 Thread Tony Lambregts
We now have at least three bugs[1] where the program will not accept the all the characters that are required if we do not use native fonts. The latest bug report was reported just today and the reporter resolved the bug as FIXED when he used Native fonts. So I have a couple of questions. Sho

Re: DNSAPI: implement DnsQuery_UTF8 (review only)

2006-04-11 Thread Juan Lang
+if (options & DNS_QUERY_NO_NETBT) +FIXME( "option DNS_QUERY_NO_NETBT not implemented\n" ); In fact, you do support this. You don't support the lack of it. That is, you don't call NetBIOS() to do a name lookup if it isn't specified. I'm not sure you really want to though. --Juan _

Re: crypt32: fix a typo

2006-04-11 Thread Juan Lang
> All power to you :) I forgot to add the smiley, I > meant it half-joking. I shouldn't reply to email late, ever :) Bad coder: more caffeine for you! --Juan __ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around http://

Re: WineD3D: Add a resource dumper

2006-04-11 Thread Stefan Dösinger
Hi, Just a question: Why are the signatures of some of the mails I send to wine-patches broken? It doesn't happen with all mails, approx. every fifth signature is incorrect. The signatures of the same mails in the sent mail folder are correct. Is there something that modifies some mails, but not

Re: winspool: [3/4] Implement AddMonitor

2006-04-11 Thread Alexandre Julliard
Detlef Riekenberg <[EMAIL PROTECTED]> writes: > +if (RegOpenKeyExW(hroot, mi2w->pName, 0, KEY_READ, &hentry) == > ERROR_SUCCESS) { > +TRACE("monitor %s already exists\n", debugstr_w(mi2w->pName)); > +/* NT: ERROR_PRINT_MONITOR_ALREADY_INSTALLED (3006) > + 9x: ERROR_A

Re: WLDAP32: improve error handling in create_page_control()

2006-04-11 Thread Alexandre Julliard
Hans Leidekker <[EMAIL PROTECTED]> writes: > Changelog > Improve error handling in create_page_control(). This doesn't build for me (LDAP_MAXINT is not defined). -- Alexandre Julliard [EMAIL PROTECTED]

CJK Font aren´t shown properly

2006-04-11 Thread vikas goswami
I am facing problems when i used chinese system with wine the text on dialog boxes or menus... are not shown properly.. --- Vikas Goswami __ Yahoo! India Matrimony: Find your partner now. Go to http://yahoo.

Re: RFC/PATCH: Twain + Gphoto

2006-04-11 Thread Marcus Meissner
On Tue, Apr 11, 2006 at 12:10:59PM +0200, Alexandre Julliard wrote: > Marcus Meissner <[EMAIL PROTECTED]> writes: > > > On Mon, Apr 10, 2006 at 08:51:53PM -0700, Dan Kegel wrote: > >> Marcus wrote: > >> > I have started adding gphoto2 support to twain.dll. > >> > >> Sounds good. I'm mildly surpr

Re: RFC/PATCH: Twain + Gphoto

2006-04-11 Thread Alexandre Julliard
Marcus Meissner <[EMAIL PROTECTED]> writes: > On Mon, Apr 10, 2006 at 08:51:53PM -0700, Dan Kegel wrote: >> Marcus wrote: >> > I have started adding gphoto2 support to twain.dll. >> >> Sounds good. I'm mildly surprised twain doesn't >> support libgphoto2 as a backend already, but whatever... >>