Displaying 2 results from an estimated 2 matches for "xscr".
Did you mean:
xcr
2010 Jul 21
1
tcltk resizing when using tkgrid for layout
...what I think it does. Rather than posting my lengthy and
complicated code, I'll post this example instead from
bioinf.wehi.edu.au/~wettenhall/RTclTkExamples/ (a very helpful site
without which I would never have been able to use the tcltk package at all).
require(tcltk)
tt<- tktoplevel()
xscr<- tkscrollbar(tt, repeatinterval=5,orient="horizontal",
command=function(...)tkxview(txt,...))
yscr<- tkscrollbar(tt, repeatinterval=5,
command=function(...)tkyview(txt,...))
txt<- tktext(tt,bg="white",font="courier&q...
2003 Jul 30
1
Tktable White column when WIDTH>13
...ter(dim(datifram)[2]),titlerows="1",
titlecols="3",selectmode="extended",height="27",
width="13",bg="white",state="disabled",cursor="arrow",
drawmode="single",selectmode="single",invertselected=TRUE,
xscrollcommand=function(...)tkset(xscr,...),
yscrollcommand=function(...) tkset(yscr,...))
<SNIP>
>
> When I go to the right border with the scrollbar, I see a
> wihte column without cells and without titlerow. I could
> determine where the problem is.
> But I don't know why t...