hello, try:
tt=tktoplevel() #... tkwm.state(tt,"withdrawn") # the tt window disapperas but is not destroyed #... tkwm.state(tt,"normal") # the tt window appears again.
hope this help, DLC
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
______________________________________________ [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
