Hi,
While running your changed tests on Windows, I think I found new failures.
Being a bot and all I'm not very good at pattern recognition, so I might be
wrong, but could you please double-check?
Full results can be found at
http://testbot.winehq.org/JobDetails.pl?Key=7457
Your paranoid android.
On 12/02/2010 04:38 AM, Andrew Bogott wrote:
As suggested by Jacek.
Hi Andrew,
Even IE6 does things differently as can be seen:
http://test.winehq.org/data/tests/shdocvw:intshcut.html
Just a matter of adding a broken() statement and bailing out (with
cleanup) if the IPropertyStorage_ReadMu
Hi,
Just found the fix for the oledb32:convert tests on 64bit. We need to
adjust our oledb.idl (see patch attached).
How should I deal with the ok() messages where we currently specify the
32bit variant? I mean this will of course introduce warnings on the
64bit side.
Do I need to create a
On 12/05/2010 04:14 PM, Alexandre Julliard wrote:
Paul Vriens writes:
Hi,
Yaron just made me aware of something he and I discussed briefly a few
weeks ago.
The shlwapi resource files uses the following:
PUSHBUTTON L"&OK", IDOK, 105, 40, 50, 14, WS_GROUP | WS_TABSTOP
PUSHBUTTON L"&Cancel
Paul Vriens writes:
> Hi,
>
> Yaron just made me aware of something he and I discussed briefly a few
> weeks ago.
>
> The shlwapi resource files uses the following:
>
> PUSHBUTTON L"&OK", IDOK, 105, 40, 50, 14, WS_GROUP | WS_TABSTOP
> PUSHBUTTON L"&Cancel", IDCANCEL, 160, 40, 50, 14, WS_GROUP |
On 5 December 2010 14:09, Paul Vriens wrote:
> Hi,
>
> Yaron just made me aware of something he and I discussed briefly a few weeks
> ago.
>
> The shlwapi resource files uses the following:
>
> PUSHBUTTON L"&OK", IDOK, 105, 40, 50, 14, WS_GROUP | WS_TABSTOP
> PUSHBUTTON L"&Cancel", IDCANCEL, 160
Hi,
Yaron just made me aware of something he and I discussed briefly a few
weeks ago.
The shlwapi resource files uses the following:
PUSHBUTTON L"&OK", IDOK, 105, 40, 50, 14, WS_GROUP | WS_TABSTOP
PUSHBUTTON L"&Cancel", IDCANCEL, 160, 40, 50, 14, WS_GROUP | WS_TABSTOP
PUSHBUTTON L"&Yes", I