dummzeuch 1529 Posted October 23, 2024 @Jim McKeeth has updated the GExperts documentation a bit. It’s far from finished but that’s better than the totally outdated one on gexperts.org. I have now exported it as webhelp and checked it in to subversion. You can read it at my newly created domain help.gexperts.de. (The domain is temporary only for now. I got it cheap but I’m not sure I will keep it.) 1 4 Share this post Link to post
limelect 48 Posted November 1, 2024 I do not see a link to help inside Gexpert expert Share this post Link to post
dummzeuch 1529 Posted November 1, 2024 12 minutes ago, limelect said: I do not see a link to help inside Gexpert expert That's correct, there isn't any. Share this post Link to post
limelect 48 Posted November 3, 2024 Will; it be possible to make a PDF from your help site? There are conversions from HTML to PDF out there Share this post Link to post
zed 14 Posted November 3, 2024 (edited) PDF is not very good for documentation, CHM is the best! Edited November 3, 2024 by zed Share this post Link to post
dummzeuch 1529 Posted November 3, 2024 2 hours ago, limelect said: Will; it be possible to make a PDF from your help site? There are conversions from HTML to PDF out there https://svn.code.sf.net/p/gexperts/code/trunk/Documentation/GExperts.pdf Share this post Link to post
dummzeuch 1529 Posted November 3, 2024 50 minutes ago, zed said: PDF is not very good for documentation, CHM is the best! https://svn.code.sf.net/p/gexperts/code/trunk/Documentation/GExperts.chm Share this post Link to post
dummzeuch 1529 Posted November 3, 2024 Unfortunately I just found that Webhelp as single export and Webhelp as part of a batch export are different. No idea why. Share this post Link to post
zed 14 Posted November 3, 2024 31 minutes ago, dummzeuch said: https://svn.code.sf.net/p/gexperts/code/trunk/Documentation/GExperts.chm Share this post Link to post
dummzeuch 1529 Posted November 3, 2024 48 minutes ago, zed said: Works fine here: I downloaded the file form that link, saved it to the default download folder and opened it with a double click. I got two warnings regarding "unsafe" file from the internet and then it simply showed its content. Since I have no idea how these files/the viewer works, I can't say what the problem on your side might be. Share this post Link to post
zed 14 Posted November 3, 2024 Possible solution from here: https://helpman.it-authoring.com/viewtopic.php?t=16333 Add this line to the template: <meta http-equiv="X-UA-Compatible" content="IE=edge" /> Share this post Link to post
dummzeuch 1529 Posted November 3, 2024 1 hour ago, zed said: Possible solution from here: https://helpman.it-authoring.com/viewtopic.php?t=16333 Add this line to the template: <meta http-equiv="X-UA-Compatible" content="IE=edge" /> Hm, interesting. I found no way to actually configure this in Help and Manual. But when resetting some options to the default, this line was inserted automatically. Previously there was a line <meta http-equiv="X-UA-Compatible" content="IE=EmulateIE7" /> Which I could also find nowhere. It was probably inserted automatically. I have just committed a new .chm file. Try if it works for you. Share this post Link to post
zed 14 Posted November 3, 2024 13 minutes ago, dummzeuch said: I have just committed a new .chm file. Try if it works for you. Yes, it works now. Thank you. 1 Share this post Link to post
Ian Branch 131 Posted November 3, 2024 4 hours ago, dummzeuch said: https://svn.code.sf.net/p/gexperts/code/trunk/Documentation/GExperts.chm Win 11, 4k monitor. Hmm. Downloaded OK, Opened OK. Left Pane works fine, nothing shows in the main pane. 😞 Share this post Link to post
dummzeuch 1529 Posted November 3, 2024 (edited) new download link https://svn.code.sf.net/p/gexperts/code/trunk/Binaries/GExperts.chm @Ian Branch open file properties and select "unblock". Edited November 4, 2024 by dummzeuch Share this post Link to post
Ian Branch 131 Posted November 3, 2024 3 hours ago, dummzeuch said: @Ian Branch open file properties and select "unblock". Ah Ha! Tks. All good now. Never heard of the 'unblock' 'feature'... Share this post Link to post
DelphiUdIT 200 Posted November 3, 2024 24 minutes ago, Ian Branch said: Never heard of the 'unblock' 'feature'... OT All the files downloaded from iInternet are "blocked", this means that some features of the file cannot works. To unblock them use what @dummzeuch said. Other method is run a powershell script: UnBlock-File Ref.: https://learn.microsoft.com/en-us/powershell/module/microsoft.powershell.utility/unblock-file?view=powershell-7.4 I use this to remove all block signs in every file of the present directory and sub folders (form PowerShell command): dir .\ -Recurse -Force | Unblock-File Share this post Link to post
zed 14 Posted November 4, 2024 13 hours ago, dummzeuch said: new download link https://svn.code.sf.net/p/gexperts/code/trunk/Binaries/GExperts.chm Your link text and its URL do not match: Share this post Link to post
limelect 48 Posted November 4, 2024 P.S My CHM works. I guess it is from 4/22 Share this post Link to post
dummzeuch 1529 Posted November 4, 2024 6 hours ago, zed said: Your link text and its URL do not match: Thanks, fixed. The forum software inserted that link automatically and when I changed the text the link didn't get updated. Share this post Link to post