[R] library tcltk
dlc@mbx.unige.ch
dlc at mbx.unige.ch
Wed Mar 17 14:09:12 CET 2004
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
>
> ______________________________________________
> R-help at stat.math.ethz.ch 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
>
More information about the R-help
mailing list