Menu

#131 2.4z blt::chart: marchings ants raise tcl error

open
nobody
None
5
2006-12-04
2006-12-04
Anonymous
No

The following procedure

proc blt::MarchingAnts { graph offset } {
global zoomInfo

incr offset
if { [$graph marker exists zoomOutline] } {
$graph marker configure zoomOutline -dashoffset $offset
set interval $zoomInfo($graph,interval)
set id [after $interval [list blt::MarchingAnts $graph $offset]]
set zoomInfo($graph,afterId) $id
}
}

raises a tcl error when offset is greater than 32766.

Discussion


Log in to post a comment.

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.