[Bug 10166] New: HTML Help (CHM) not working
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(a)winehq.org ReportedBy: ross(a)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. -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=10166 Dan Kegel <dank(a)kegel.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |dank(a)kegel.com Component|wine-help |wine-misc -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=10166 Louis Lenders <xerox_xerox2000(a)yahoo.co.uk> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |xerox_xerox2000(a)yahoo.co.uk Status|UNCONFIRMED |NEW Ever Confirmed|0 |1 Keywords| |download, source --- Comment #1 from Louis Lenders <xerox_xerox2000(a)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) -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=10166 Edward <edi67(a)gazeta.pl> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |edi67(a)gazeta.pl --- Comment #2 from Edward <edi67(a)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. -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email 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.
http://bugs.winehq.org/show_bug.cgi?id=10166 Hin-Tak Leung <htl10(a)users.sourceforge.net> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |htl10(a)users.sourceforge.net --- Comment #3 from Hin-Tak Leung <htl10(a)users.sourceforge.net> 2008-04-08 16:32:39 --- Try latest wine, and possibly also the patch in the last part of bug 11690? -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email 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.
http://bugs.winehq.org/show_bug.cgi?id=10166 --- Comment #4 from Hin-Tak Leung <htl10(a)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. -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email 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.
http://bugs.winehq.org/show_bug.cgi?id=10166 --- Comment #5 from Hin-Tak Leung <htl10(a)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. -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email 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.
http://bugs.winehq.org/show_bug.cgi?id=10166 Austin English <austinenglish(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Keywords| |patch -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email 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.
http://bugs.winehq.org/show_bug.cgi?id=10166 --- Comment #6 from Hin-Tak Leung <htl10(a)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. -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email 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.
http://bugs.winehq.org/show_bug.cgi?id=10166 Hin-Tak Leung <htl10(a)users.sourceforge.net> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #11992|0 |1 is obsolete| | --- Comment #7 from Hin-Tak Leung <htl10(a)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. -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email 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.
http://bugs.winehq.org/show_bug.cgi?id=10166 --- Comment #8 from Hin-Tak Leung <htl10(a)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. -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email 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.
http://bugs.winehq.org/show_bug.cgi?id=10166 James Fuller <jcfuller(a)jcfuller.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |jcfuller(a)jcfuller.com --- Comment #9 from James Fuller <jcfuller(a)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 -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email 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.
http://bugs.winehq.org/show_bug.cgi?id=10166 --- Comment #10 from Hin-Tak Leung <htl10(a)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 -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email 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.
http://bugs.winehq.org/show_bug.cgi?id=10166 Austin English <austinenglish(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |FIXED --- Comment #11 from Austin English <austinenglish(a)gmail.com> 2008-11-29 02:09:39 --- Works fine for me in git. -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email 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.
http://bugs.winehq.org/show_bug.cgi?id=10166 Alexandre Julliard <julliard(a)winehq.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED --- Comment #12 from Alexandre Julliard <julliard(a)winehq.org> 2008-12-05 11:12:58 --- Closing bugs fixed in 1.1.10. -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email 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.
http://bugs.winehq.org/show_bug.cgi?id=10166 --- Comment #13 from Hin-Tak Leung <htl10(a)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(a)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. -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email 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.
http://bugs.winehq.org/show_bug.cgi?id=10166 --- Comment #14 from Hin-Tak Leung <htl10(a)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 -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email 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.
participants (1)
-
wine-bugs@winehq.org