[Bug 37876] Accordance 11 main user interface remains invisible (no calls to layered windows API with top-most window 'WS_EX_LAYERED' extended style set)

wine-bugs at winehq.org wine-bugs at winehq.org
Mon Jan 12 23:30:25 CST 2015


https://bugs.winehq.org/show_bug.cgi?id=37876

--- Comment #6 from Dmitry Timoshkov <dmitry at baikal.ru> ---
(In reply to Anastasius Focht from comment #4)
> The main user interface is actually there - just invisible.
> 
> Using some Spy++ tool one can see the whole window/control hierarchy.
> The top-most window has 'WS_EX_LAYERED' extended style set.

Anastasius, how have you managed to skip the initial login dialog?

It would be interesting to know exact API sequence the app does which is
supposed to make main window visible. Is it SetWindowPos(SWP_SHOWWINDOW),
ShowWindow(SW_xxx), SetWindowLong(WS_VISIBLE) or something else?

It might also be a side affect of WS_EX_COMPOSITED (0x02000000).

Anyway this needs some tests.

-- 
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.



More information about the wine-bugs mailing list