-
1. Re: Webhelp displays a blank browser in the back
Jeff_Coatsworth Sep 24, 2014 5:53 AM (in response to npires123)What method are you using to invoke the CSH from within the program?
-
2. Re: Webhelp displays a blank browser in the back
npires123 Sep 24, 2014 8:55 AM (in response to Jeff_Coatsworth)I'm not familiar with coding and methods but this is what the code uses, does it help?
"file://C:/Program Files (x86)/Coriant/TNMS/client/help/app/bicnet_webhelp.htm#<cmd=toc>>java=true"
-
3. Re: Webhelp displays a blank browser in the back
Jeff_Coatsworth Sep 24, 2014 9:13 AM (in response to npires123)Was it acting like this before or is this a new behaviour? Did the developers change the method they use to call your help?
-
4. Re: Webhelp displays a blank browser in the back
npires123 Sep 24, 2014 9:31 AM (in response to Jeff_Coatsworth) -
5. Re: Webhelp displays a blank browser in the back
Jeff_Coatsworth Sep 24, 2014 9:37 AM (in response to npires123)Is the program written in Java? Or is it using the Java launcher for CSH? How are you setting this option in RH10 – the DHTML > Pure HTML option?
-
6. Re: Webhelp displays a blank browser in the back
Captiv8r Sep 24, 2014 9:39 AM (in response to npires123)Hi there
What you are seeing is called a "fall back". In RH 6, the sniffer code would try and sense if DHTML was an option with whatever browser was being used to present the help. And if so, you saw the DHTML version. But if not, then it might try to present things using a Java Applet. And if all else failed, Pure HTML was what would be used.
Recent versions of RoboHelp removed the middle tier of Java Applet.
Cheers... Rick
-
7. Re: Webhelp displays a blank browser in the back
npires123 Sep 25, 2014 4:04 AM (in response to npires123) -
8. Re: Webhelp displays a blank browser in the back
Willam van Weelden Sep 30, 2014 4:37 AM (in response to npires123)The format for your call is rather told, the >>java part was deprecated in RH8. Use >>newwnd=false instead and it should work.
For a complete overview of your options, please see http://www.wvanweelden.eu/articles/part/regular-start-page
Kind regards,
Willam
-
9. Re: Webhelp displays a blank browser in the back
npires123 Sep 30, 2014 6:29 AM (in response to Willam van Weelden)It worked!
I edited the whcsh_home.htm and set the var newwnd to false in my RH project. Now the generated output opens a single window and everything else is fine. Didn't even had to ask the dev team to change the code.
Problem solved, thanks guys!!!






