[ros-bugs] [Bug 6126] Java Runtime 6u23-25 installer draws only the splash screen.

ReactOS.Bugzilla at reactos.org ReactOS.Bugzilla at reactos.org
Wed Oct 26 10:44:35 UTC 2011


http://www.reactos.org/bugzilla/show_bug.cgi?id=6126





--- Comment #26 from jimtabor <james.tabor at reactos.org>  2011-10-26 10:44:34 CET ---
Created an attachment (id=6921)
 --> (http://www.reactos.org/bugzilla/attachment.cgi?id=6921)
Wine test program

Here is the wine test program. After looking at the results, I'm sure it is due
to button class being set by DialogBoxIndirectParam, the id in
DIALOG_GetControl32 tells us this. Jre sets it to Static and that is why it
goes through the chain to STATIC_SendWmCtlColorStatic. It should have stopped
at DefDlgProcW but it seems that the parent window is FNID_DIALOG. My best
guess this is during WM_INITDIALOG phase, look at the window being drawn when
starting Jre. So to date, the commits are for 0.4.0, but I needed to lock down
the window proc call outs just like windows, to make sure that this was not the
issue.

This patch needs to go in, and modify it based on our
STATIC_SendWmCtlColorStatic patch.
http://source.winehq.org/patches/data/70889

I may implement a user32 call "Get Control Brush" just for these, since we do
not use the server side yet.

Researching.....


-- 
Configure bugmail: http://www.reactos.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.



More information about the Ros-bugs mailing list