Hello Friends!!
I need a little help in a Text Windows in my Menu in TCL-TK.

I have created a Text Windows with this sentences:

        require(tcltk)
        tt  <- tktoplevel()
        txt <- tktext(tt,bg="white",font="courier")
        tkgrid(txt)
        tkinsert(txt,"end","Hello, world!")
        tkfocus(txt)

I need clear de Text Windows to write new text.

I would like that you help me because I´m finished my proyect and it´s is
the only problem that i need to resolve.

Thank you very much, A greetings, Luismi
        
-- 
View this message in context: 
http://www.nabble.com/Help-to-Text-Windoes-in-Menu-with-TCL-TK-tp18665216p18665216.html
Sent from the R help mailing list archive at Nabble.com.

______________________________________________
R-help@r-project.org mailing list
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
and provide commented, minimal, self-contained, reproducible code.

Reply via email to