Re[3]: Added support for inter-process GetWindowLong on the window extra bytes

2003-12-13 Thread Phil Krylov
Hello, >>> Hope I can provide some more details like a debug log if someone will >>> tell me which channels should be traced. AJ>> A +relay,+server would be a good start. Run it both with and without AJ>> the patch and check where the Get/SetWindowLong return values differ. PK> I found out that

Re[2]: Added support for inter-process GetWindowLong on the window extra bytes

2003-11-28 Thread Phil Krylov
Hello Alexandre, Saturday, November 29, 2003, 3:00:23 AM, you wrote: AJ> Phil Krylov <[EMAIL PROTECTED]> writes: >> Hope I can provide some more details like a debug log if someone will >> tell me which channels should be traced. AJ> A +relay,+server would be a good start. Run it both with and

Re: Added support for inter-process GetWindowLong on the window extra bytes

2003-11-28 Thread Alexandre Julliard
Phil Krylov <[EMAIL PROTECTED]> writes: > Hope I can provide some more details like a debug log if someone will > tell me which channels should be traced. A +relay,+server would be a good start. Run it both with and without the patch and check where the Get/SetWindowLong return values differ. --

Added support for inter-process GetWindowLong on the window extra bytes

2003-11-28 Thread Phil Krylov
Hello, This change prevents IBM Translation Manager from working correctly. It has a dialog named "Export Folder" which used to contain three buttons and a tabbed notebook with various options. After this update, the pages of the tabbed notebook are no longer displayed (and created). Hope I can p