Any free alternative to Robohelp?
Any free alternative to Robohelp? Prefer open source Need some sort of online help authoring tool for an open source project. ...
Any free alternative to Robohelp? Prefer open source Need some sort of online help authoring tool for an open source project. ...
Does anyone have any experience with automatically migrating content from RoboHelp to Sharepoint? We have a fairly large repository of content in Robohelp, and rather than manually copy and paste this into a new sharepoint site (which seems to be the current plan), I thought there must be some better way? ...
We have a multi-platform Java-based system that spawns Robohelp for its online user guide information. It runs on a variety of Windows and Linux flavors. The default Robohelp code that is relevant to our Linux-based systems has a hard-coded link to "netscape" in the command line that it builds to spawn a web browser to view the help fi...
I've got some basic code that can loop through some XML that's generated from Adobe RoboHelp (for our help documentation). This works fine, but since a topic could be nested as many time as the writer wants, i need a better way to loop through this XML rather than just nesting .each() loops. Here's what the XML looks like <?xml version...
Hello, I have a vb.net Winforms application. I also have a compiled help file (chm) file that I created using RoboHelp 6.0. I want to open to a specific help topic and so to do that I am using the following code. System.Windows.Forms.Help.ShowHelp(Me, "MyHelpFile.chm",HelpNavigator.KeywordIndex, "MyTopic") Of course I am using var...
We use RoboHelp HTML X5.x.x to generate CHM files for our help system. Is it possible to run RoboHelp unattended, non-UI, like from a command-line, so it can be integrated with our MSBuild build process? ...
have traced JavaScript files under the JReport help folder that produced by RoboHelp, and find out reason. This is a bug of Chrome 5 and it is hard to walk around by modify RoboHelp's JavaScript files. The reason is as below In the function getStubPage_inter(wCurrent) in JavaScript file whproxy.js, I add comments function getStubPage_i...