I am running IRIX64 v6.5,
tkCVS 6.3
tcl 8.0
tk 8.0
When I try to check the revision log and view the branching display I get the following error:
wrong # args: should be "font measure font ?-displayof window? text"
The stack trace has:
wrong # args: should be "font measure font ?-displayof window? text"
while executing
"font measure {Helvetica 12} -displayof $logcanvas.canvas $revwho($rev)"
(procedure "logcanvas_rectangle" line 39)
invoked from within
"logcanvas_rectangle $logcanvas $rev $x $y $parent"
(procedure "logcanvas_draw_box" line 171)
invoked from within
"logcanvas_draw_box $logcanvas $rev $revprev"
(procedure "new_logcanvas" line 188)
invoked from within
"new_logcanvas $file $view_this"
(procedure "cvs_logcanvas" line 30)
invoked from within
"cvs_logcanvas [workdir_list_files] "
invoked from within
".blogfile invoke"
("uplevel" body line 1)
invoked from within
"uplevel #0 [list $w invoke]"
(procedure "tkButtonUp" line 8)
invoked from within
"tkButtonUp .blogfile"
(command bound to event)
I'm not sure if this might be due to not having the correct font loaded on the box or what? This is a great tool
and I'm excited about getting to use it's full functionality!
Thanks,
Matt
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I am running IRIX64 v6.5,
tkCVS 6.3
tcl 8.0
tk 8.0
When I try to check the revision log and view the branching display I get the following error:
wrong # args: should be "font measure font ?-displayof window? text"
The stack trace has:
wrong # args: should be "font measure font ?-displayof window? text"
while executing
"font measure {Helvetica 12} -displayof $logcanvas.canvas $revwho($rev)"
(procedure "logcanvas_rectangle" line 39)
invoked from within
"logcanvas_rectangle $logcanvas $rev $x $y $parent"
(procedure "logcanvas_draw_box" line 171)
invoked from within
"logcanvas_draw_box $logcanvas $rev $revprev"
(procedure "new_logcanvas" line 188)
invoked from within
"new_logcanvas $file $view_this"
(procedure "cvs_logcanvas" line 30)
invoked from within
"cvs_logcanvas [workdir_list_files] "
invoked from within
".blogfile invoke"
("uplevel" body line 1)
invoked from within
"uplevel #0 [list $w invoke]"
(procedure "tkButtonUp" line 8)
invoked from within
"tkButtonUp .blogfile"
(command bound to event)
I'm not sure if this might be due to not having the correct font loaded on the box or what? This is a great tool
and I'm excited about getting to use it's full functionality!
Thanks,
Matt
Updating to tcl/tk8.3 makes the problem go away.