http://bugs.winehq.org/show_bug.cgi?id=11303
--- Comment #26 from Erich Hoover ehoover@mines.edu 2012-06-28 22:48:54 CDT --- Created attachment 40779 --> http://bugs.winehq.org/attachment.cgi?id=40779 Fix embedding HtmlHelp in Elster
Ok, this is a really complicated issue to solve. I've attached a set of patches that mostly resolves the issue. Any feedback would be greatly appreciated.
Issues involved: 1) Requires support for contacting existing help windows (part 1) 2) Requires supporting creation as a child window (part 2) 3) Requires the ability to merge two HH_WINTYPE structures (part 3) 4) Requires conversion between ANSI and Unicode strings (part 4 and 6) 5) Requires HH_SET_WIN_TYPE (part 5) 6) Requires HH_GET_WIN_TYPE (part 7) 7) Extra: Support for notification messages (part 8) 8) Requires not showing the window in Tri-Pane mode (part 9) 9) Requires resizing the window when HH_SET_WIN_TYPE is called (part 10)
For some reason part 10 causes the application to generate errors when the web browser control is resized, I'm not sure why.