Hi All,
The Microsoft Excel Viewer 97 (download for free from MS from
http://officeupdate.microsoft.com/2000/downloadDetails/xlviewer.htm )
has a small problem, which prevents it from being useable under wine.
(latest cvs)
After loading, the splash screen remains activated, and the openfile
dialog that appears is inactive, rendering the app unusable.
i have traced this to the following piece of code in windows/winpos.c
(just search for WM_NCACT...)
WINPOS_SetActiveWindow (...)
{
..
if (!SendMessageA( hwndPrevActive, WM_NCACTIVATE, FALSE, 0 )) {
if (GetSysModalWindow16() != hWnd)
goto CLEANUP_END;
/* disregard refusal if hWnd is sysmodal */
}
..
}
It appears that the SendMessageA returns 0 and GetSysModalWindow16
returns 0, so the OpenFile dialog is never activated.
i guess removing the test for successful deactivation would make it
work, but probably break a bunch of other apps.
Any ideas?
Mike
------------------------------------------
mailto:[EMAIL PROTECTED]
ph +61 2 9427 2196
__________________________________________________________________
Get your own free web email at http://www.looksmart.com.au
LookSmart Australia