Skip to content
Prev 929 / 1236 Next

[R-gui] tcltk notebook question: Accessing tabs in ttknotebooks

Ulrike Gr?mping <groemping <at> bht-berlin.de> writes:
You have the right command: tcl(tn, "select", 1)
The error suggests the tn "window" does not exist. Check it first with something
like: tkwinfo(tn, "exists") to see what is happening. 

Hope that helps,

--John