View topic with screen profile produces error on makeFullUrl in loadcsh.js
I am attempting to view a topic formatted in a tablet layout.
I am in the SAMPLE project for EmployeeCare3.
I perform the following steps:
(1) In the TOC pod, I select the topic from the TOC setup.
(2) With that topic selected, I right-click the Mutliscreen HTML 5 option in Outputs (SSL) pod.
(3) I select View with Screen Profile > (select a screen profile)
Note: I have tried this will all screen profiles defined for this project
(4) I get the following script error:
Line: 155
Char: 3
Unable to get property 'makeFullUrl' or underfined or null reference, and it is in file loadcsh.js.
I opened that javascript file and the following lines are producing the error:
function showTopicWindow(oWnd, bNewWindow)
{
if (gTopicURL) {
var strOpt = getBrowserOptionString(oWnd);
var sNewName = oWnd ? convertWindowName(oWnd.sName) : window.name;
var fullUrl = rh._.makeFullUrl(gTopicURL);
(I did not copy the remaining code as this is where the error halts the processing)
I have NOT modified anything in the sample project, just getting acquainted with navigation and such (I last used RoboHelp 9).
So, right out of the box, I cannot preview any topics in the selected screen profile layout.
I checked in the forums here, and also checked on the internet and dont see anything listed for this situation.
Any help would be greatly appreciated
