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