I just grabbed the CVS version of Cells and Celtk (I had already changed the latter quite a bit) and tested OK. Here is the output I see to wish84/Tk:<br><br><br>tk> menu .mnu75 -tearoff 0 -type menubar<br>tk> menu .mnu75.mnu78 -tearoff 0
<br>tk> menu .mnu75.mnu78.mnu92 -tearoff 0<br>tk> frame .cv-scroller -class frame<br>tk> canvas .cv-scroller.test-canvas -background systembuttonface -scrollregion {0 0 500 400}<br>tk> senddata [.cv-scroller.test-canvas
 create text  10 10  -anchor "nw" -text "Ltk Demonstration"]<br>tk> senddata [.cv-scroller.test-canvas create line  250.0 400.0 300.23407 108.66162 155.33328 366.35382 378.16644 172.06824 103.135544
 280.50952 398.60135 270.4362 116.8235 180.97812 352.37134 359.63623 190.25645 112.41109 260.21606 399.6517 290.49127 105.5685 163.47768 372.5312 372.56125 163.52028 105.55452 290.44135 399.64813 260.26807 112.43175 190.2089
 359.60065 352.40945 181.02466 116.79939 270.38467 398.60843 280.56073 103.14618 172.02382 378.13943 366.38678 155.37381 108.64426 300.18518 400.0 250.05157 108.67917 199.71655 366.32098 344.7071 172.11243 121.80669 280.45807
 396.87512 270.48798 101.40578 180.93207 383.15262 359.67145 147.66635 112.39021 309.69543 399.65524 239.83597 105.582504 209.45882 372.50076 336.56537 163.5629 127.40871 290.3911 394.45953 260.31952 100.35539 190.16055 387.54724
 352.44757 140.43495 116.77568 318.92953 398.6156 229.66756  ]<br>tk> scrollbar .cv-scroller.hscroll -command ".cv-scroller.test-canvas xview" -orient "horizontal"<br>tk> scrollbar .cv-scroller.vscroll
 -command ".cv-scroller.test-canvas yview" -orient "vertical"<br>tk> frame .f76 -padx 0 -pady 0 -class frame<br>tk> frame .f76.f79 -borderwidth 2 -padx 0 -pady 0 -relief sunken -class frame<br>tk> label .f76.f79.lbl96 -text "Rotation:"
<br>tk> button .f76.f79.b97 -text "Start" -command {callback ".f76.f79.b97.CMD"}<br>tk> button .f76.f79.b98 -text "Stop" -command {callback ".f76.f79.b98.CMD"}<br>tk> button .f76.b80 -text "Hallo" -command {callback ".f76.b80.CMD"}
<br>tk> button .f76.b81 -text "Welt!" -command {callback ".f76.b81.CMD"}<br>tk> frame .f76.f82 -borderwidth 2 -padx 0 -pady 0 -relief sunken -class frame<br>tk> label .f76.f82.lbl99 -text "Test:"
<br>tk> button .f76.f82.b100 -text "OK:" -command {callback ".f76.f82.b100.CMD"}<br>tk> entry .f76.point-ct -background systembuttonface -textvariable ".f76.point-ct"<br>tk> button .f76.b83 -text "Print" -command {callback ".f76.b83.CMD"}
<br>tk> button .f76.b84 -text "Reset" -command {callback ".f76.b84.CMD"}<br>tk> menu .cv-scroller.test-canvas.bkg-pop -tearoff 0<br>tk> .mnu75 add cascade -menu ".mnu75.mnu78" -label "File"
<br>tk> .mnu75.mnu78 add command -command {callback "..MNU90"} -label "Load"<br>tk> .mnu75.mnu78 add command -command {callback "..MNU91"} -label "Save" -state normal<br>tk> .mnu75.mnu78 add separator 
<br>tk> .mnu75.mnu78 add cascade -menu ".mnu75.mnu78.mnu92" -label "Export..."<br>tk> .mnu75.mnu78 add separator <br>tk> .mnu75.mnu78 add command -accelerator "Alt-q" -command "exit" -label "Quit" -underline 1
<br>tk> .mnu75.mnu78.mnu92 add command -command {callback "..MNU101"} -label "jpeg"<br>tk> .mnu75.mnu78.mnu92 add command -command {callback "..MNU102"} -label "png"<br>tk> .cv-
scroller.test-canvas.bkg-pop add radiobutton -variable ".cv-scroller.test-canvas.bkg-pop.bkg" -value "red" -command {callback ".cv-scroller.test-canvas.bkg-pop.0.CMD"} -label "Crimson Tide"
<br>tk> .cv-scroller.test-canvas.bkg-pop add radiobutton -variable ".cv-scroller.test-canvas.bkg-pop.bkg" -value "yellow" -command {callback ".cv-scroller.test-canvas.bkg-pop.1.CMD"} -label "Oak Tree Ribbon"
<br>tk> .cv-scroller.test-canvas.bkg-pop add radiobutton -variable ".cv-scroller.test-canvas.bkg-pop.bkg" -value blue -command {callback ".cv-scroller.test-canvas.bkg-pop.2.CMD"} -label "Sky"
<br>tk> .cv-scroller.test-canvas.bkg-pop add radiobutton -variable ".cv-scroller.test-canvas.bkg-pop.bkg" -value systembuttonface -command {callback ".cv-scroller.test-canvas.bkg-pop.3.CMD"} -label "Factory"
<br>tk> set .f76.point-ct "42"<br>tk> set .cv-scroller.test-canvas.bkg-pop.bkg <br>tk> bind . <Alt-q> {.mnu75.mnu78 invoke 5}<br>tk> trace add variable .f76.point-ct write "trc2 .f76.point-
ct.TRACEWRITE"<br>tk> . configure -menu .mnu75<br>tk> grid .cv-scroller.test-canvas -row 0 -column 0 -sticky news<br>tk> grid .cv-scroller.hscroll -row 1 -column 0 -sticky we<br>tk> grid .cv-scroller.vscroll
 -row 0 -column 1 -sticky ns<br>tk> grid columnconfigure .cv-scroller 0 -weight {1}<br>tk> grid columnconfigure .cv-scroller 1 -weight {0}<br>tk> grid rowconfigure .cv-scroller 0 -weight {1}<br>tk> grid rowconfigure .cv-scroller 1 -weight {0}
<br>tk> pack .f76.f79.lbl96 .f76.f79.b97 .f76.f79.b98 -side left -anchor nw -padx 0 -pady 0<br>tk> pack .f76.f82.lbl99 .f76.f82.b100 -side left -anchor nw -padx 0 -pady 0<br>tk> pack .f76.f79 .f76.b80 .f76.b81 .f76.f82 .f76.point-ct .f76.b83 .f76.b84 -side left -anchor nw -padx 0 -pady 0
<br>tk> pack .cv-scroller -side top -fill both -expand 1<br>tk> pack .f76 -side bottom<br>tk> .cv-scroller.test-canvas configure -xscrollcommand ".cv-scroller.hscroll set"<br>tk> .cv-scroller.test-canvas
 configure -yscrollcommand ".cv-scroller.vscroll set"<br>tk> wm deiconify .<br>tk> tk_popup .cv-scroller.test-canvas.bkg-pop 120 212<br><br>ken<br>