Re: shell window activation

2003-10-07 Thread Alexandre Julliard
Martin Fuchs <[EMAIL PROTECTED]> writes: > The problem is not just my application. The problem exists with any > application, that tries to register a shell window, for example the original > MS explorer or GeoShell. Handling it with catching WM_MOUSEACTIVATE would be > possible, yes. But that

Re: shell window activation

2003-10-07 Thread Martin Fuchs
On Tue 7. October 2003 22:15, Alexandre Julliard wrote: > Martin Fuchs <[EMAIL PROTECTED]> writes: > > When trying to get my explorer clone to work on Wine, I found this way to > > make it work in Wine's desktop mode. I am also not really sure if this is > > the only or the best way to do it. But i

Re: shell window activation

2003-10-07 Thread Alexandre Julliard
Martin Fuchs <[EMAIL PROTECTED]> writes: > When trying to get my explorer clone to work on Wine, I found this way to make > it work in Wine's desktop mode. I am also not really sure if this is the only > or the best way to do it. But it works. Without this patch there exists this > problem: Whe

Re: shell window activation

2003-10-07 Thread Martin Fuchs
> > But you did not yet insert the altered focus handling in > set_active_window() > > from my patch. Is this just comming next, or is there another particular > > reason for not doing this? > > Well, I'm not convinced we need to do such special handling at all; > why did you have to add that? Th