Hi,
At the moment, I am working with the "tcltk" library.

I wonder if it is possible to create a window, destroy
it and open it a new time.

For example

tt <- tktoplevel()
 #... instructions
tkdestroy(tt)
 #... other instructions

A this point, I would like to open tt from the tt
object. Is it possible ?

Thanks.

Vincent Spiesser

______________________________________________
[EMAIL PROTECTED] mailing list
https://www.stat.math.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide! http://www.R-project.org/posting-guide.html

Reply via email to