Andy
25th February 2005, 02:55 PM
A number of people have reported this one. When a browser that is not Internet Explorer is set as the default, the manual fails.
Marcus send this workaround:
I managed a temporary workaround by changing the tcl/ac3d.tcl file so it includes the 'file:' protocol and a hardcoded path to the manual page:
# HELP menu
menubutton .mbar.help -text "Help" -menu .mbar.help.menu
-underline 0
menu .mbar.help.menu -tearoff 0
.mbar.help.menu add command -label "Manual..." -underline 0 -command "ac3d start_web_browser \"file://c:/program files/ac3d5/manual/index.htm\""
.mbar.help.menu add separator
Marcus send this workaround:
I managed a temporary workaround by changing the tcl/ac3d.tcl file so it includes the 'file:' protocol and a hardcoded path to the manual page:
# HELP menu
menubutton .mbar.help -text "Help" -menu .mbar.help.menu
-underline 0
menu .mbar.help.menu -tearoff 0
.mbar.help.menu add command -label "Manual..." -underline 0 -command "ac3d start_web_browser \"file://c:/program files/ac3d5/manual/index.htm\""
.mbar.help.menu add separator