http://bugs.winehq.org/show_bug.cgi?id=10166
Summary: HTML Help (CHM) not working Product: Wine Version: 0.9.47. Platform: Other URL: http://www.stationplaylist.com/LV_Checkboxes.zip OS/Version: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: wine-help AssignedTo: wine-bugs@winehq.org ReportedBy: ross@stationplaylist.com
The Help button does nothing in the executable included in the zip above. It works fine under Windows and loads the included CHM file. Delphi source code is included.
http://bugs.winehq.org/show_bug.cgi?id=10166
Dan Kegel dank@kegel.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |dank@kegel.com Component|wine-help |wine-misc
http://bugs.winehq.org/show_bug.cgi?id=10166
Louis Lenders xerox_xerox2000@yahoo.co.uk changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |xerox_xerox2000@yahoo.co.uk Status|UNCONFIRMED |NEW Ever Confirmed|0 |1 Keywords| |download, source
--- Comment #1 from Louis Lenders xerox_xerox2000@yahoo.co.uk 2007-10-25 10:00:46 --- Confirming the bug. With native hhctrl.ocx it opens fine (note , to use native hhctrl.ocx and get it working you also have to set the fakeie6 key)
http://bugs.winehq.org/show_bug.cgi?id=10166
Edward edi67@gazeta.pl changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |edi67@gazeta.pl
--- Comment #2 from Edward edi67@gazeta.pl 2008-03-25 07:18:19 --- I'm not sure if I should add another application here or file a new bug.
There's another application from AppDB with similar problem - help file opens in Windows and does not in Wine (tested with wine 0.9.58).
Application name is Vatowiec (http://appdb.winehq.org/objectManager.php?sClass=application&iId=5787) can be downloaded for free from http://pk.inet.pl/brv_prg.htm (direct link: http://pk.inet.pl/br32.exe). Application is developed with CA-Visual Objects.
http://bugs.winehq.org/show_bug.cgi?id=10166
Hin-Tak Leung htl10@users.sourceforge.net changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |htl10@users.sourceforge.net
--- Comment #3 from Hin-Tak Leung htl10@users.sourceforge.net 2008-04-08 16:32:39 --- Try latest wine, and possibly also the patch in the last part of bug 11690?
http://bugs.winehq.org/show_bug.cgi?id=10166
--- Comment #4 from Hin-Tak Leung htl10@users.sourceforge.net 2008-04-08 19:28:59 --- The help button in LV_Checkboxes.zip works fine with with my 11690-mod'ed wine, and it works with 0.9.59 but doesn't show the index page. I think the problem with LV_Checkboxes is identical to bug 11690.
br32.exe seems to have a different problem with the "?" button - HtmlHelpW() receives L"...\VATowiec.chm>Start"
I think I can fix this. Will attach patch.
http://bugs.winehq.org/show_bug.cgi?id=10166
--- Comment #5 from Hin-Tak Leung htl10@users.sourceforge.net 2008-04-08 20:02:15 --- Created an attachment (id=11992) --> (http://bugs.winehq.org/attachment.cgi?id=11992) patch to fix help button for comment 2
This patch fixes the help button problem with http://pk.inet.pl/br32.exe mentioned in comment 2.
The original application for which this is filed, LV_Checkboxes.zip, just needs attachment 11924 from bug 11690 to work.
http://bugs.winehq.org/show_bug.cgi?id=10166
Austin English austinenglish@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Keywords| |patch
http://bugs.winehq.org/show_bug.cgi?id=10166
--- Comment #6 from Hin-Tak Leung htl10@users.sourceforge.net 2008-04-14 15:37:18 --- (In reply to comment #5)
Created an attachment (id=11992)
--> (http://bugs.winehq.org/attachment.cgi?id=11992) [details]
patch to fix help button for comment 2
The patch is strictly-speaking not correct because the url can be "file::topic>windows_type" and one should strip ">garbage" before ::topic, rather than after. (if both are present, that is - that's why it currently works).
Will do another patch and send to wine-patch later.
http://bugs.winehq.org/show_bug.cgi?id=10166
Hin-Tak Leung htl10@users.sourceforge.net changed:
What |Removed |Added ---------------------------------------------------------------------------- Attachment #11992|0 |1 is obsolete| |
--- Comment #7 from Hin-Tak Leung htl10@users.sourceforge.net 2008-04-15 20:09:46 --- Created an attachment (id=12222) --> (http://bugs.winehq.org/attachment.cgi?id=12222) revised patch for help button in comment 2.
revised patch, as mentioned earlier. Posted to wine-patches. Please close this bug if/when the patch is accepted.
http://bugs.winehq.org/show_bug.cgi?id=10166
--- Comment #8 from Hin-Tak Leung htl10@users.sourceforge.net 2008-04-17 18:02:26 --- AJ committed the fix for LV_CheckBox: http://www.winehq.org/pipermail/wine-cvs/2008-April/042590.html
We'll just see what AJ's decision on the patch in comment 7 before closing.
http://bugs.winehq.org/show_bug.cgi?id=10166
James Fuller jcfuller@jcfuller.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |jcfuller@jcfuller.com
--- Comment #9 from James Fuller jcfuller@jcfuller.com 2008-06-01 09:54:42 --- I found a workaround for html (chm) file viewing. Not a fix but....
http://bugs.winehq.org/show_bug.cgi?id=13574
James
http://bugs.winehq.org/show_bug.cgi?id=10166
--- Comment #10 from Hin-Tak Leung htl10@users.sourceforge.net 2008-06-01 18:54:12 --- (In reply to comment #9)
I found a workaround for html (chm) file viewing. Not a fix but....
http://bugs.winehq.org/show_bug.cgi?id=13574
James
waste of time. the "workaround" is
SHELL "/bin/sh /usr/bin/run_prog kchmviewer " + pszFile
http://bugs.winehq.org/show_bug.cgi?id=10166
Austin English austinenglish@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |FIXED
--- Comment #11 from Austin English austinenglish@gmail.com 2008-11-29 02:09:39 --- Works fine for me in git.
http://bugs.winehq.org/show_bug.cgi?id=10166
Alexandre Julliard julliard@winehq.org changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED
--- Comment #12 from Alexandre Julliard julliard@winehq.org 2008-12-05 11:12:58 --- Closing bugs fixed in 1.1.10.
http://bugs.winehq.org/show_bug.cgi?id=10166
--- Comment #13 from Hin-Tak Leung htl10@users.sourceforge.net 2011-07-12 02:52:57 CDT --- (In reply to comment #2)
I'm not sure if I should add another application here or file a new bug.
There's another application from AppDB with similar problem - help file opens in Windows and does not in Wine (tested with wine 0.9.58).
Application name is Vatowiec (http://appdb.winehq.org/objectManager.php?sClass=application&iId=5787) can be downloaded for free from http://pk.inet.pl/brv_prg.htm (direct link: http://pk.inet.pl/br32.exe). Application is developed with CA-Visual Objects.
My patch in comment 7 has a colison with wine 1.3.24 recently. A better fix than mine was committed:
commit 3414d0ea0e8fe8cbd5f4ee090e0673620ffd36ab Author: Aric Stewart aric@codeweavers.com Date: Wed Jun 29 10:51:05 2011 -0500
hhctrl.ocx: Improve parsing of incoming file specs to HtmlHelp.
there is some minor issue with the result (will file separate bug, unlike this last time, which seems to be forgotten), but am glad I can remove VAToviec (which was install for this and I don't read polish) now.
http://bugs.winehq.org/show_bug.cgi?id=10166
--- Comment #14 from Hin-Tak Leung htl10@users.sourceforge.net 2011-07-12 03:06:26 CDT --- new bug for minor remaining issue with Vatowiec's chm file filed as bug 27767